Jump to content
thirty bees forum

datakick

Administrators
  • Posts

    3,036
  • Joined

  • Last visited

  • Days Won

    465

Everything posted by datakick

  1. @hedgehog try to separate the images by ; instead of ,
  2. @hedgehog are you using correct multiple value separator ?
  3. @hedgehog that's definitely enough memory. So the culprit must be somewhere else. Could you please try to modify this line in classes/Tools.php and change it to look like this: 'verify' => _PS_TOOL_DIR_.'cacert.pem',
  4. @gandalf why the no override requirement?
  5. @hedgehog what is your memory limit? When thirtybees copy image, it needs to resize it. It's likely that the source images are huge, so they require large amount of memory to process. TB will not try to resize such images if you run on server with limited memory, as it would lead to server crash.
  6. Don't forget to toggle Display to customer
  7. @andyc if it's showing 1.0.7, then it probably wasn't. Did you encounter any problems during update?
  8. @Fabsca without error message we can't really help you much. Please look into thirtybees error logs inside log directory server's error log -- location can vary depending on server's configuration, but it's usually /var/log/apache2/error.log or something like that. If you have some sort of cpanel, then you should also be able to access your error logs through there. Once we know what the problem is, we can fix it
  9. You need to increase php memory_limit in your php.ini, 128MB is not enough.
  10. Hi @LucaSabatoUK, does this module work on vanilla ps16? If so, what issues did you encounter? Since we are talking about open source module, could you provide link to github repository? I'll have a look at it in my spare time
  11. That's true, the source images must be high quality. Merchant needs to make sure that the white background does not blend into the image. At this point, it's probably easier to just remove the background altogether, and make it transparent png. Then we could simply show this image on top of any background
  12. I think it's indeed some on-the-fly image manipulation. https://static.toom.de/produkte/bilder/1450502/145050202.png https://static.toom.de/produkte/bilder/1450502/145050202.png?grey=1 This effect can be achieved by imagemagick, for example by using floodfill. For this to work, source images must be in good quality, and have pure white background.
  13. Does this module work on ps16?
  14. @Steve, if your php can't send emails directly, you can always use stmp. Simply enter your credentials for your gmail (or any other) account, and thirtybees will send emails through this email address.
  15. highest 1.6 version, in this case 1.6.1
  16. @Fabsca look into log directory inside your thirtybees installation, there should be file with error log. Let us know the error message
  17. sure, it will be part of the upcoming release. Here's all the commits that are scheduled: https://github.com/thirtybees/thirtybees/compare/1.0.7...1.0.x
  18. @danwarrior could you share link to your course?
  19. Try to change this order by
  20. did you restarted php server after you changed php.ini file?
  21. When downloading modules from github, it's always recommended to download official releases. When you click on big grean clone/download button, you are downloading source code. But that does not mean it's a valid module. Some modules require build process to be performed. Developers often do this for you and publish valid packaged in release tab.
  22. @haylau sure, you can download and use the new version right now. Or you can wait, as it will be part of the next tb release
  23. This is indeed a compatibility problem in thirtybees core. I've filled an issue here: https://github.com/thirtybees/thirtybees/issues/786
  24. @Pilou that's the same hook you already modified, see your first post
  25. @foolab said in [Free Module]Revws - Product Reviews: wait! I didn’t “mess” with templates so much but I always thought that was possible to add a hook from TB/PS backend, and then attach to it what module view you want… it has to be done the other way around instead?! Well, you can surely create a new hook, and transplant existing module's hook to that one. But that won't help you in any way, because this new hook will not be triggered by your theme (unless you have one of those fancy themes that let you to choose what hooks to display where). For normal themes (like community), you will need to edit template file, and call the new hook manually
×
×
  • Create New...