Cannot add to basket after upgrade
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Cannot add to basket after upgrade
Browser console is empty.
Re: Cannot add to basket after upgrade
What else can I do to find the bug?
Re: Cannot add to basket after upgrade
You can try to remove lines from this template until something is shown again:
https://github.com/aimeos/ai-admin-jqad ... tegory.php
Maybe it's a problem in a sub-panel before so you should check which sub-panels work at all.
https://github.com/aimeos/ai-admin-jqad ... tegory.php
Maybe it's a problem in a sub-panel before so you should check which sub-panels work at all.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Cannot add to basket after upgrade
Code: Select all
$this->get( 'categoryTypes', [] )
Code: Select all
object(Aimeos\Map)#49894 (2) { ["list":protected]=> array(0) { } ["sep":protected]=> string(1) "/" }
Re: Cannot add to basket after upgrade
Please check your mshop_product_list_type table for records with domain "catalog".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Cannot add to basket after upgrade
These are the rows:
Code: Select all
INSERT INTO `mshop_product_list_type` (`id`, `siteid`, `domain`, `code`, `label`, `pos`, `status`, `mtime`, `ctime`, `editor`, `i18n`) VALUES
(526, '63.', 'catalog', 'default', 'Standard', 0, 1, '2024-12-11 15:10:17', '2024-12-11 15:10:17', 'core', '{}'),
(527, '63.', 'catalog', 'promotion', 'Promotion', 0, 1, '2024-12-11 15:10:17', '2024-12-11 15:10:17', 'core', '{}');
Re: Cannot add to basket after upgrade
Also for the correct site ID?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Cannot add to basket after upgrade
Hm, you're right!
After the upgrde I obviously re-created the site with a wrong term. Thus, a new site was generated.
Thanks for your help!
After the upgrde I obviously re-created the site with a wrong term. Thus, a new site was generated.
Thanks for your help!