Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by the.rampage.rado

  1. Hi there I would like to post this here as I lost couple of hours yesterday trying to identify the issue with my oldest shop and because of it's nature (migrated from PS, etc) I would like to have a discussion here and find if this applies to current TB installations aswell. Years ago I had few categories like 'Basketballs' in my shop. They were long gone because I made new shop for this and other sports and left the current one with just one sport. Because I would like to reintroduce other brands selling basketball and other ball sports I had to make new category Basketball and then under it Basketballs. When I added products there the breadcrumbs in my front shop were all messed up. Instead of Home>Basketball>Basketballs there were other old deleted categories in there, one of which was Basketballs also, something like: Home>Basketball>old_category>other_oldcategory>Basketballs>Basketballs The issue is that because of the new TB category SEO URLs w/o ID in them the system picks the oldes SEO URL that matches and puts it in the navigation (with it's parent category). First of all I was - WTF!? The issue is gone after I manually deleted the old categories from DB from ps_category_lang (they should be deleted from other tables as well but I've lost the IDs and it's working now, so I'm not bothered). The old deleted categories were not showing in the category tree structure in BO. I have a brand new TB demo instalation and now I'll try to reproduce the issue there as well. EDIT: the TB demo with the latest updates behaves normally and deletes the category from all tables. So this issue should be because of the migration from PS or even before that. Can somebody with migrated old shop as mine make this test and search for the deleted category in ps_category_lang (and the other category tables) so we can find out if this can be reproduced?
  2. Yes, I found out that if you make 2 instances in 2 windows side by side and start from different points in the list it's nearly twice faster. No automated way to apply all of them currently and probably there won't be one as some fixes rely on other to complete. 30 minutes - 1 hour of 'work' for 1000 fixes.
  3. Backup your DB and apply all of them. Nothing should change in your FO or BO. One (or few of them) may not get fixed with the button because of bug in the module which was identified and will be fixed in the next release. You can find my thread in the forum with the same question and the solution to this issue.
  4. The magic of TB - it always has white background... 😄 I imagine your Niara has dark background color and you want your product to be visible with transpartent background?
  5. Great! Thank you onem ore time @datakick ! Perfect as always! Can we expect the same amount of differences in other tables aswell? (in this one -4 rows)
  6. SHOW CREATE TABLE ps_page_cache ps_page_cache CREATE TABLE `ps_page_cache` ( `id_page_cache` int(11) unsigned NOT NULL AUTO_INCREMENT, `cache_hash` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `id_currency` int(11) unsigned DEFAULT NULL, `id_language` int(11) unsigned DEFAULT NULL, `id_country` int(11) unsigned DEFAULT NULL, `id_shop` int(11) unsigned DEFAULT NULL, `cache` text COLLATE utf8mb4_unicode_ci NOT NULL, `cache_size` int(10) unsigned DEFAULT NULL, `entity_type` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL, `id_entity` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`id_page_cache`), KEY `cache_hash` (`cache_hash`), KEY `id_currency` (`id_currency`), KEY `id_language` (`id_language`), KEY `id_country` (`id_country`), KEY `id_shop` (`id_shop`), KEY `id_entity` (`id_entity`), KEY `entity_type` (`entity_type`), KEY `cache_combo` (`cache_hash`,`id_currency`,`id_language`,`id_country`,`id_shop`) ) ENGINE=InnoDB AUTO_INCREMENT=2451 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
  7. And here's the table structure:
  8. I don't know if this is of any help?
  9. Different primary key in table ps_page_cache Does not want to fix itself. What does it do and what I can do about fixing it? :) 50 minutes later, on 2 devices ..... so far - no observable change...
  10. I'll start to do them... :) 992 fixes in just one of the shops... :)
  11. OK, thanks @Traumflug! What about the encoding? Can some characters get corrupted (I'm using Cyrillic mostly).
  12. How safe is to apply the fixes there? I have 3 shops on TB, 2 of them I've updated recently to edge and the schema check is working again. This time there are lots and lots of 'fixes' most of them are size related: Column ps_access.id_profile has data type int(10) unsigned instead of int(11) unsigned But some of them offer to change the encoding: Table ps_store should use character set utf8mb4/utf8mb4_unicode_ci instead of utf8/utf8_general_ci And some of them I don't even know what they do: Column ps_product_attribute.ecotax has data type decimal(17,6) instead of decimal(20,6) The most conserning things are the encoding related. As far as I read the proposed one is better but could there be some some data corruption if I apply those fixes? (backups are always made, no need to advise on that :) )
  13. Did you try switching mainenance on and off again? Did you try debug mode?
  14. If you change themes few more times it can get even 'prettier'... First of all - what you changed before maintanence? Surely it can't be just taxes. Second - after changing themes they do some minor adjustments that we don't need when debugging this issue - do you have recen backup you can revert to? If not does your host make daily incremental backups that you can use?
  15. That's strange! Can you have some other override from prior captcha modules?
  16. Can you screenshot the settings of the module?
  17. Do you have the latest version of recaptcha? Because all of them except the latest one had this bug where the user/bot did not need to check the box if BO settings of the module if you use the 'Login atempts' (it has to be 0) The working version is 1.1.2. If you have it but it's still not working - please uninstall and delete the module folder (if present) then reinstall. It stopped all spam from contact forms in all of my TB sites.
  18. Yes and if you don't want your theme to show Accessories in front page you can change this string to something else. If you like you can add 'Same category slider' if you want to show this automatically with no human touch.
  19. If you have removed the product from BO (in contrast to disabling it) you can use .htaccess redirect to 301 redirect the old nonfunctioning address to something similar or to category page where it was located. Alternative is to redirect to homepage. If the product is disabled but present in BO you can make the redirect from product page. This is better(ish) for SEO and better for user experience.
  20. the.rampage.rado

    PHP4

    Yes, sorry we were playing around :) As for today - TB does not support PHP7.4
  21. OK, keep us updated if we can help with anything else 😉
  22. I doubt you will be able to configure your shop within few hours so it's better to put it maintenance for 1-2 days and relaunch whit new look that's tested for both mobile and desktop and looks complete, rather to keep it live during the period in which time you will not loose many orders but it's not professional.
  23. This is some sort of module right? So you would be able to keep it. It should show just like it shows now. It does not care what theme you're running. :)
  24. Warehouse is here: https://themeforest.net/item/warehouse-multipurpose-ecommerce-wordpress-theme/19358569?gclid=EAIaIQobChMI0ZXes4iY6QIV8IBQBh0yowCjEAAYASAAEgK87PD_BwE Check the 1.6 demos. If you like some of them the developer offer ready to go import settings for all 3 main modules (theme configurator, homepage editor and mega menu) for each demo. After that you can tweak many settings, change colors here and there and edit each part. Or start from stock install and make your own design (really time consuming to be honest, there are many settings to be done). It comes with few custom modules and many changed modules from latest PS 1.6.x version and it works flawlessly with TB 1.1.x In order to purchase you have to reg an Envato account, etc. If you're confident you like the view you can order it. If you are unable to configure the view (which I doubt will be the case) and you need help we can help here. If you end up stuck and need help then I can fix something for you. (once again - I'm not affiliated to this theme dev in any way)
×
×
  • Create New...