Search found 6 matches
- 12 May 2025, 09:09
- Forum: TYPO3 extension
- Topic: Called unknown method getInvoiceNumber
- Replies: 1
- Views: 90903
Called unknown method getInvoiceNumber
email/order/payment mails are getting send again and again over the TYPO3 Cron, the status never seems to change. I have tried to bypass or intercept the error, but then there are always more errors. Error while trying to send payment e-mail for order ID "128" and status "4": Cal...
- 06 May 2025, 06:44
- Forum: TYPO3 extension
- Topic: Locale object not available after update to 2025.04
- Replies: 3
- Views: 107579
Re: Locale object not available after update to 2025.04
I have just tested version 2025.04.x-dev, now this error message appears when executing the aimeos:jobs without any further entry in the log files: [ TYPO3\CMS\Extbase\Configuration\Exception\NoServerRequestGivenException ] No request given. ConfigurationManager has not been initialized properly. Im...
- 28 Apr 2025, 07:41
- Forum: TYPO3 extension
- Topic: Locale object not available after update to 2025.04
- Replies: 3
- Views: 107579
Locale object not available after update to 2025.04
Hello everyone, I have done a TYPO3 update and also an Aimoes update. After various difficulties, which I was able to solve myself, I now get the following message when executing various Aimeos jobs, for example: php vendor/bin/typo3 aimeos:jobs media/scale or ... index/rebuild always returns the er...
- 05 May 2021, 10:07
- Forum: TYPO3 extension
- Topic: Problems with routeEnhancers and Slash PageTypeSuffix
- Replies: 3
- Views: 14441
Re: Problems with routeEnhancers and Slash PageTypeSuffix
For anybody else struggling with this: 1. adding trailing slashes in .htaccess is not a good idea in this case 2. adding stock page type in the site's config.yaml is your friend (last line): routeEnhancers: .... PageTypeSuffix: type: PageType default: / index: '' map: /: 0 sitemap.xml: 1533906435 yo...
- 27 Apr 2021, 13:48
- Forum: TYPO3 extension
- Topic: Problems with routeEnhancers and Slash PageTypeSuffix
- Replies: 3
- Views: 14441
Re: Problems with routeEnhancers and Slash PageTypeSuffix
Yes correct, but i need them, because i need a trailing slash in all urls. Any ideas?
- 23 Apr 2021, 07:59
- Forum: TYPO3 extension
- Topic: Problems with routeEnhancers and Slash PageTypeSuffix
- Replies: 3
- Views: 14441
Problems with routeEnhancers and Slash PageTypeSuffix
TYPO3: 10.4.15 Aimeos: 20.10.7 Mac with ddev/Docker PHP 7.4, mariadb: 10.2 Hello all, I have major problems with Aimeos when I add a slash at the end of the url in the site config like this: routeEnhancers: PageTypeSuffix: type: PageType default: / index: '' map: /: 0 Then at least the calls for Sto...