Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,147
  • Joined

  • Last visited

  • Days Won

    97

Everything posted by the.rampage.rado

  1. If your theme was compatible with PS1.6 this most probably means it will not work straight away on php8.2 If you switch Niara and test that your setup works on this server then you can switch to your theme and troubleshoot it. I bet block cart is not working (the files that come with your theme for this module).
  2. This appears like a server issue. Take a look here, something might help: https://stackoverflow.com/questions/38796807/smtp-error-550-sender-is-not-allowed https://www.hmailserver.com/forum/viewtopic.php?t=29135 Check if your 'from' email matches the real email that is used.
  3. In order to fix the first two errors - go to Advanced -> Performance and scroll down to CIPHERING. Currently you probably are on PHP Encryption since your last update. But there was a bug with the settings for this encryption (prior to tb) and the settings were not correctly applied. Switch to blowfish and save. Then switch back to PHP Encryption and save. This should populate the needed value in your DB and make those Warnings stop. You can delete those 2mln rows in Error logs module. In regards to your email troubles - have you configured one of the two email transport modules?
  4. Here is the fix for Community theme: https://github.com/thirtybees/community-theme-default/commit/b6584976b52d8e6a818fc031b621c554bdf9fdf5 It is recommended to update to at least 1.5.1 as soon as you can because there are other security fixes between 1.4 and 1.5.1, this time in the core.
  5. You can try https://github.com/tagconcierge/tc-prestashop-gtm-consent-mode-banner-free I'm using it. The only drawback is that is not multilingual but if you have a 2+ lang site you can use their paid module. I downloaded the js files and modified the code to work locally and everything in Google is OK so far.
  6. Exactly what I was going to say. The majority of users here don't know about Phoenix so probably first hand experience won't be shared. Instead I would like to guide you to the last 2 major release threads so you can check how much quality work has been done by the TB team in the last 2 years: version 1.5 version 1.4 And there are tons of new features, bugs and security fixes since. Regarding PhoenixSuite, yes, eolia is doing some fantastic job too. It's really a shame that those project are diverting away in every new release and he does not join the TB team with his knowledge.
  7. Recently I started playing with the embedded SQL manager to make queries that are useful in shop maintanance. I noticed that my products contain information for language ids that are not currently installed (or active). I can't remember if I used to have additional languages in this shop instance before. Currently I have: But this query: SELECT pl.id_product, pl.id_lang, pl.description_short, LENGTH(pl.description_short) as short_description_length FROM tb_product_lang pl WHERE LENGTH(pl.description_short) < 50; pulls the following table: My question is: as I don't have lang ID 3 and 5 could I safely delete all those records (and also every other record, even if larger than 50 characters) for those IDs? Could I use this query for doing so: DELETE pl FROM tb_product_lang pl LEFT JOIN tb_lang l ON pl.id_lang = l.id_lang WHERE l.active = 0 OR l.id_lang IS NULL; If I understand it correctly even if I had let's say Spanish as ID=3 and I remove it and I add it again it will get the next unused langID, not return to 3? In this case why deleting the language is also not deleting all records associated with this ID (products, image descriptions, features, etc.)?
  8. I would like to moderate/remove your message as it's your first here and it contained some bold claims about a company, and nobody here would have time to discuss with their lawyers, etc. For future reference if you wish to be part of this community please keep in mind that you can express your opinions freely, but not as anonymous user that just registered here just to say some 'nice' words against a person/entity. Best regards!
  9. And you have to uninstall the UA module as you will not need it that way.
  10. Thanks for the hint but a merchant permission is vital for this list.
  11. Currently not. You can embed your gtag manually via the Custom Code function. Paste it in "Add extra metas to the header" section. This also works with Multistore (simply switch shop context and add the relevant G Tag).
  12. Or if some products use ASM and some not.
  13. Congrats on updating to 1.5.1 as there are many bugfixes and many security fixes in this release! If you have further issues, please create new thread and we will try to help. 😉
  14. If you are considering those empty lines a way to rule out this is to delete them and then resave your settings in the module. BUT MAKE A DB BACKUP BEFORE THAT!
  15. Try uninstalling/installing the recent posts module and also check your Positions. That is strange.
  16. The core update has nothing to do with those modules. Do you see them installed and enabled in Modules? Do you see the BO menu entry for the blog?
  17. You have to be careful for the type of connection and the ports used. The module works flawlessly. 😉
  18. Probably a discussion that could help you: https://stackoverflow.com/questions/30371910/phpmailer-generates-php-warning-stream-socket-enable-crypto-peer-certificate
  19. If you clear the cache of your browser or open Incognito mode they will not be visible. If you want to clear some more space you can go to /themes/cache and clear every js and css file older than 30 days (or update to edge where this functionality is added in the core). It will not clear lots of inodes but will free some space.
  20. You purchased Tidy module if I remember correctly? In it there is an option 'Set cheapest combinations as default' If you have used this function you will most probably have to go product by product and change the default combination.
  21. There are many options you misconfigured your shipping. Please, post some screenshots of those pages: And also, please describe what you want to achieve? You want fixed shipping for under $ NNN and then free shipping or you want to have steps, etc.?
  22. Could you test the thirty bees module again and check if your settings match mine (I posted them in the other thread)?
  23. Could you post those logs (delete any sensitive info first)?
  24. I'm not using Stripe but just made a quick test in my spare installation and it's showing even without proper keys. I imagine you have checkmarks here: And here everything is enabled for your country-currency-visitor group-carrier combination: The result:
×
×
  • Create New...