Search found 43 matches
- 28 Oct 2024, 13:34
- Forum: TYPO3 extension
- Topic: PHP Warning
- Replies: 2
- Views: 44247
Re: PHP Warning
Thanks! This was the reason.
- 28 Oct 2024, 13:14
- Forum: TYPO3 extension
- Topic: PHP Warning
- Replies: 2
- Views: 44247
PHP Warning
Upgrading from Typo3 11.5.34 to 12.4.20. Aimeos from 22.10.9 to 23.10.3 Aimeos_dist 22.10.1 to 23.7.1. php is 8.3 on both Linux is Ubuntu 20.04.6 LTS In Protocols I get a PHP warning with each scheduler run: Core: Error handler (BE): PHP Warning: Undefined property: Aimeos\Aimeos\Scheduler\Task\Emai...
- 15 Oct 2024, 14:39
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 7
- Views: 96825
Re: Javascript Error with basket-mini.js
Thanks. Found everything and now it is working as expected.
- 11 Oct 2024, 17:17
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 7
- Views: 96825
Re: Javascript Error with basket-mini.js
Since I updated from an older version I didn't import a new web tree. I still have the one from 22.10.9.
What is the difference between these?
What is the difference between these?
- 11 Oct 2024, 15:56
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 7
- Views: 96825
Re: Javascript Error with basket-mini.js
I cannot find in the documentation and also have trouble to figure out how to include the app.js correctly. Maybe you can give a hint.
- 09 Oct 2024, 15:57
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 7
- Views: 96825
Re: Javascript Error with basket-mini.js
Adding
page {
includeJS {
cashDom = https://unpkg.com/cash-dom/dist/cash.min.js
cashDom.external = 1
}
}
into Setup solves the problem.
But why is this necessary?
page {
includeJS {
cashDom = https://unpkg.com/cash-dom/dist/cash.min.js
cashDom.external = 1
}
}
into Setup solves the problem.
But why is this necessary?
- 09 Oct 2024, 11:01
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 7
- Views: 96825
Javascript Error with basket-mini.js
Upgrading from Typo3 11.5.34 to 12.4.20. Aimeos from 22.10.9 to 23.10.3 Aimeos_dist 22.10.1 to 23.7.1. php is 8.3 on both Linux is Ubuntu 20.04.6 LTS Now I have a Javascript reference error in line 130 of basket-mini.js. Can't find variable: $ $(function() { AimeosBasketMini.init(); }); The mini bas...
- 08 Oct 2024, 15:37
- Forum: TYPO3 extension
- Topic: Upgrade aimeos from 22.10.9 to 23.10.3
- Replies: 19
- Views: 85828
Re: Upgrade aimeos from 22.10.9 to 23.10.3
Wonderful. Repeated it and now it was successful. Thanks for the great support.
- 08 Oct 2024, 15:01
- Forum: TYPO3 extension
- Topic: Upgrade aimeos from 22.10.9 to 23.10.3
- Replies: 19
- Views: 85828
Re: Upgrade aimeos from 22.10.9 to 23.10.3
I did this. But it persists: ./vendor/bin/typo3 aimeos:setup Initializing or updating the Aimeos database tables for site default In ExceptionConverter.php line 45: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mshop_order_addres s' al...
- 08 Oct 2024, 14:34
- Forum: TYPO3 extension
- Topic: Upgrade aimeos from 22.10.9 to 23.10.3
- Replies: 19
- Views: 85828
Re: Upgrade aimeos from 22.10.9 to 23.10.3
Unfortunately not: ./vendor/bin/typo3 aimeos:setup Initializing or updating the Aimeos database tables for site default In ExceptionConverter.php line 45: An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mshop_order_addres s' already exis...