Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,178
  • Joined

  • Last visited

  • Days Won

    100

Everything posted by the.rampage.rado

  1. So you have some modules that don't play nicely with php8 too. Install thirty bees' Collect logs module and look what it gives you as info on 7.4, fix some of those and try again. The update method is as follows: 1. You are on 7.4 and your site runs without notices, errors, warnings, exceptions, etc. 2. You update using Core updater by pointing it to target version. 3. Your site is now broken because some dependecies don't work on php 8 4. Your switch your server to php8 5. Your site is working again because at step 1 you fixed all stuff that thirty bees has no control over (external theme and modules). If you want to proceed updating to php8.1: 1. You are on php8 and your site runs without notices, errors, warnings, exceptions, etc. - THERE WILL BE NEW ISSUES in Collect log module 100%. .... proceed according to the list above. If you want to downgrade and not use a backup and your BO works after the update of php version (not your case obviously): 1. You are on php 8.x. and your site works 2. In Core updater you put target version 7.4. 3. Update dependencies with Core updater 4. Your site is broken. 5. Downgrade php on your server to 7.4 6. Your site works if it was working before on php 8.x
  2. Remove the last comma on line 5579 in classes/Product.php then continue with the DB update aswell: $depthImpact = null, should become: $depthImpact = null
  3. In order to update php versions you have to follow "strict" procedure which is described here: This applies for vanilla thirty bees and Niara or Community theme. If you use another 3rd party theme (ones inherited from PS) they WILL not work on php8 straight out the box. 99.99% theme has issue with block cart override in the theme itself which leads to Error 500. You have to run your shop on 7.4, fix all notices for such issues then update to 8.0. Again fix all notices and warnings and then update to 8.1, etc. The update procedure is not vicious its strict and it's made that way because thirty bees dependencies sometimes work on 7.4 but not on 8+ and vice versa.
  4. Thank you Daresh! I would like to have this information as a tab.
  5. Do you have backoffice access? The code you have given is not very descriptive. Put the information from Collect logs module where you can see the error.
  6. Thank you for supporting thirty bees community Daresh! In your demo site the information is visible in two places - once at the tabs and once under all the product page information. Is this configurable if we want to display this info only in a tab?
  7. There is no such feature. But you can make a custom query in the SQL manager in BO and pull this list: (adjust the table prefix to your needs) In general - if you want certain list to be created and it's still not a part of thirty bees you can do so with ChatGPT and save it in the SQL manager to use from BO. SELECT email, COUNT(id_customer) AS customer_count, GROUP_CONCAT(id_customer ORDER BY id_customer) AS customer_ids FROM ps_customer GROUP BY email HAVING customer_count > 1;
  8. Thanks! Tomorrow I can make PRs for the modules that have the same 'issue'.
  9. If you are in the guest profile you should merge into the customer profile. Just check which is which.
  10. The error message 'Your email address is blocked from sending messages through contact form. Please send email to xxx instead.' is currently not translatable. I'll split this offtopic later.
  11. Of course... 😄 The rule is working as expected!
  12. I don't want to register such account. 😄 Thank you!
  13. Thank you! Will those filters work or I did not set them correctly?
  14. I don't see the second module that was mentioned with the 1.6 release, I only have Contact Form IP address blocker.
  15. @DRMasterChief if you are on 1.6 the first two rows are already implemented in the core (one as buttons in the Carts section and one as automated maintenance task), we can make something similar for the other two rows.
  16. In general you use CMS similarly as a blog - why don't you simply use thirty bees blog and share those posts?
  17. Do you have the error?
  18. So now the images are visible in BO?
  19. Thanks, will use lowercase in the next version!
  20. New feature - check voucher page in FO and one question... Why in 2 separate installations the module works with a controller named VoucherCheck.php and on another install it does not work and looks for vouchercheck.php (all updated to edge)?
  21. Try the following: 1. Regenerate your htaccess file. 2. Clear status and regenerate your thumbnails. 3. Check if the source image is in the appropriate folder. (it might be corrupted or missing altogether)
  22. The module is not updated up until now as this bug was not detected. This module is not very popular.
  23. Preferences -> Themes and upload the appropriate format for the appropriate place.
  24. By any chance your source images are smaller than 870x217 because now you have this image with large transparent background?
×
×
  • Create New...