Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    875
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by the.rampage.rado

  1. In order to debug the most of your shop you will always need to have installed this module: It collects and displays in a userfriendly manner nearly all errors (notices and warnings also, depending of it's configuration) and you will have a handy tool to debug and fix most of your issues. If it shows nothing next time when you encounter this issue it might be helpful to turn (temporarily!!!) the debug mode: Advanced->Performance and turn ON 'Debug Mode' and you can have 'Display deprecation warnings' always ON. Then go to your problematic page and it should show vital error information. (which should also be populated in your error_log in your root folder (accessible by ftp)). Most probably you have some module that hooks in there and is not compatible with your current php version.
  2. - "no sense from the use case point of view" - tons of bug and SECURITY fixes?! Not interested? New features and new php versions support?! Not interested? OK... - "newer shops use more energy, weight usually more' - code was optimized, refactored and improved. Not interested? OK... - "and you won't find modules for it." - no backwards compatibility changes in newest release, meaning ALL current modules will work with core (of course if they are compatible with the php version you want to rock!!!). Not interested? OK... @SLiCK_303 I believe this issue is caused by the new analytics implementation. I believe UA is slowly turning off all their apis and we will have to move to GA4. For me it also does not display the totals but the sources underneath are shown.
  3. Last thing I can think of is clicking on the double arrows. Does it clear this page's cache and does it show correct information afterwards. It's very hard to replicate such edge cases as this is probably some server related issue as many users are already on 1.5 and post 1.5 and they don't report such issues as of now.
  4. Regarding the initial post, it's obiously some bug. I did replicate it just now. Tracking here. Regarding the second one, I'm not sure what you mean. Could you post little bit more details, like if any of the rules were previously saved, or whatever?
  5. Not able to replicate the operators not supported issue. What exactly did you do so we can replicate it? Post screenshots of your discount, if possible so I can try and replicate. Also, could you post the second part of the error log as it's very helpful too? Thanks! The email 'issue' is not an issue or a bug, it's a feature change that enables smoother progression.
  6. Nice widget but nginx is definetly not default configuration on most cpanels. @selwynorren, did you try different browser?
  7. And no bueno? Sometimes this happens and it's cache related issue, either the thirtybees cache is not working correctly or the browser cache is fuzzy...
  8. With this information I managed to reproduce it on my test site just now. Tracked here: https://github.com/thirtybees/thirtybees/issues/1745 EDIT: It is generally good idea to have Standard setting there as it's more user-friendly.
  9. Unfortunately I'm unable to duplicate this issue in any of my setups. 😞 Tried playing with many settings but failed to replicate it. Any specific settings in this demo store?
  10. On 3/20/2023 at 2:24 PM, datakick said: That's strange. Try to manually edit settings.inc.php and change value of _TB_BUILDPHP to 7.4 Then go to core updater and try update. It will probably display something funny (manual modifications warnings, etc), but you can ignore these and perform the update. What happens when you apply this manual fix? As I said the tbmigrator can't update straight to more modern version of thirtybees as those don't work on php5.6 and your PS1.6.1.xx was very unhappy on everything newer than php7 if I remember correctly. The way to update to latest TB is with little patience and core updater will do its job step by step.
  11. First check what version does it say inside. If it's not 7.4 make it be. If it does not work you can try 755, but it should be 644 And as you're inside settings.inc.php check if you have a populated _PHP_ENCRYPTION_KEY_ as it's another nagging bug from past times. (if you have it, don't share it with us 😛 )
  12. Probably you have this error with writing to settings.inc.php
  13. What do you have here: Core updater -> Settings ? It always has to be 'Server PHP version' (if you are not trying to downgrade php or thirtybees.
  14. OK, Could you press F12 in your browser and tell what errors pop there when uploading the picture?
  15. This error might be caused by many factors. Did you make any changes to the core (overrides, etc.)? Is it actually uploading it under this error or not at all?
  16. That's because Core updater is made to guard you against updating TB to version that does not support your current php version. Minimum for 1.5.1 is php7.4 So first update to TB1.4 and php7.3, then switch to php7.4, update to TB1.5.1 and iron out any issues, bugs, warnings, errors with your modules and theme. After that update to php 8.0 - check once again for bugs, if none, update to 8.1 and you're super fast, secure (TB1.5.1 come with many bugfixes and security fixes) and happy.
  17. 7.3 to 8.x is quite a big step. Downgrade to 7.4 and fix all errors, exceptions, warnings. The notices you might leave until 8.x because they should not break your shop. Your theme could not support php8 or some of the third party modules. You have collect logs module, right?
  18. Regarding the second error - you can safely uninstall this module (tbupdater, NOT CORE UPDATER, they are 2 different modules) and update to 1.5.1 If doing so does not fix your first error please come back and we will try to help. Regarding the 1.5.1 update - you have to do couple more 'fixes' - you have to install the minify module that comes with this version and also choose, install and configure one of the two email transport modules that take care of email since 1.5.
  19. I had always done my translations in the theme section. I don't know what is the difference other than the front office section but now I'm too old to ask as it works... 🙂
  20. As we're talking in another thread just now - remove image magic module, check if it left it's override in the override folder, remove it, clear your caches and redo all your images again as it's clashing with the webp implementation currently in core and it will not work properly. Glad that you managed to update and now your shop is working again! Monitor for errors and share with us so hopefully the community could help and make your life easier! In general the current thumbnail regeneration process should never timeout but it's speed depends on many factors - number of images, their size, server overhead, etc. Image magic override does not help too.
  21. https://github.com/thirtybees/homeslider this home slider? If so could you push those changes? The community will definitely be grateful.
  22. Regarding modules and webp - you have to customize the module to be able to work with webp images. I did so for Warehouse's lightweight image slider and now it displays web images. Of course no jpeg fallback, etc as it uses the originals that are uploaded.
  23. Currently I'm happy with Litespeed cache with stock hole punching (so only cart). I have free delivery module that's part of Warehouse but I doubt they did something special for it and it's working for now
×
×
  • Create New...