Jump to content
thirty bees forum

pauld

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pauld

  1. Isn't your database space limited by hosting? For example in my environment I have 30GB of free space, but database size is limited to 5GB from hosting provider part.
  2. Is migrated store working when you move it from local to host?
  3. Do complete backup before any migrations first. Test migration on a copy (files and database) on your webhost or localhost. If migration is successful, you can use it as production then (in case you don't have any new orders, or other data). If you're unable to find Server performance setting, lower values in UpgraderTool (it's a dirty solution, but may work).
  4. Looking at psonesixmigrator-v2.1.1 classes/UpgraderTools.php file, you can try set "Server performance" setting to "Low" inside your current PS 1.6 store. If it is not sufficient, you can lower values inside mentioned file (classes/UpgraderTools.php; lines 244 - 252). BTW, are you getting some errors in your hosting logs? If nothing helps, I would make a store and database copy locally, and try update here. If not successful either, I would disable (or uninstall) any third party modules.
  5. What is your environment? Are you on hosting, or migrating it on your own environment (localhost)? What is your memory limit and what modules do you have enabled?
  6. How safe is it to disable this option in terms of TB core and native modules?
  7. This is not really a bug, but PHP 8.1 deprecation warning. Smarty function is only supressing this warning: https://github.com/smarty-php/smarty/blob/master/libs/plugins/modifier.date_format.php For locale-independent date time formatting we can use the date() function, but how is that smarty function used in thirtybees templates?
  8. What is console showing you? What your server and TB error logs are showing?
  9. In my cases, in 3 different servers deployment.. Admin product thumbnails working fine. Also behind CloudFlare working as expected. On one host on php 8.1 LiteSpeed server also working fine. I would look at server configuration as datakick suggesting.
  10. Just out of curiosity, what is your TB version? What is browser console showing you? Is your web server behind some proxy/CDN, or localhost? Is your server showing you some logs or not? What is your TB theme? It's like asking a friend over the phone why my bus isn't showing up?, without your friend knowing what city and line you're going ..
  11. Those are bots. Website been recognized by engines and then traffic comes. Not just human traffic, also crawlers, scripts by individuals, good and bad bots.
  12. I have own XML/JSON product export. Working well via cron, but it is written for our needs. Export for google local product listing is working, but we're doing bare minimum. Export for 1000 products and 10 xml schemas taking about 10 seconds on our hosting. If you are able to accommodate it, I can share it on github with you. Question is, are you able to test and extend it's functionality?
  13. Nice to know, but I think about it as a temporarily workaround. Next PHP versions move and PDO extension may remove this attribute.
  14. This can affect other parts of ThirtyBees and modules also.
  15. When non SuperAdmin employee login (with rights to display dashboard) Access forbidden error is shown. This only happens on PHP 8.1. Does anyone else have this issue? Can someone reproduce?
  16. Could you archive somewhere affected files? Im interested in finding a way and more in how/what their code can do to TB...
  17. Backup everything. Analyze all backuped files and database for backdoors. 60G log file may or may not give you some hints.. Also consider possibility that your computer may be hacked.. I would also restore your backup in isolated environment without internet access.. From what you said about your provider, I wouldn't rely on their help. Are you using Cloudflare or similar service? When you found something strange in your backed/log files, Notepad++ can help you with bulk search, even with regex search, to speed up recovery.. Also chceck all non thirtybees modules for security flaws.. What PHP version is running your stores? Is there something on your dedicated host what needs to be updated for security flaws?
  18. Just letting you know guys I have few own modules.. Some of their functionality can be part of TB core like HTTP2 push, fast XML export with configurable schema.. I will share on github with community when Its ready and find spare time.
  19. pauld

    Server Move

    What server and thirtybees log is showing you?
  20. Why aren´t you minifying scripts and styles?
  21. Nice site thought you should start optimize for speed 1.4 seconds to generate content is too much.. I am under 500ms: Not using full page cache, but my own cache solution, currently deactivated for tested domain.. I also switched from jquery to zepto for front end, it is much more mobile friendly (less javascript parsing on mobile devices), and using my own HTTP2 push module for css and js resources.. CloudFlare is great for lightening your server among other things... when configured correctly..
  22. JSON module Update: https://github.com/thirtybees/jsonmodule/pull/5
  23. Figured it out.. After adding values to theme xml to both config files i found, there is a xml name mismatch. After changing /config/xml/themes/(theme name).xml to proper name, it work.
×
×
  • Create New...