Search found 5 matches

by RetDen
31 May 2023, 19:49
Forum: TYPO3 extension
Topic: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."
Replies: 8
Views: 39794

Re: Typo 12 Aimeos Backend Error "Declaration must be compatible with ..."

Composer installation worked fine until 12.4, but now we can't install TYPO3 at all (12.4.1, base installation without Aimeos). Can you post the output of "composer show"? composer show bacon/bacon-qr-code 2.0.8 BaconQrCode is a QR code generator for PHP. christian-riesen/base32 1.6.0 Bas...
by RetDen
16 May 2023, 08:10
Forum: TYPO3 extension
Topic: &cHash empty
Replies: 5
Views: 20249

Re: &cHash empty

I added it in the LocalConfiguration.php and it worked, thank you very much!

Code: Select all

    'FE' => [
        'cacheHash' => [
            'enforceValidation' => true,
            'excludedParameters' => ['controller', 'action', 'code']
        ],
by RetDen
11 May 2023, 12:16
Forum: TYPO3 extension
Topic: &cHash empty
Replies: 5
Views: 20249

Re: &cHash empty

i updated question
by RetDen
09 May 2023, 19:05
Forum: TYPO3 extension
Topic: &cHash empty
Replies: 5
Views: 20249

Re: &cHash empty

After Payment in "https://localhost/confirm?action=confirm&code=demo-sepa&controller=Checkout" 404 Page Not Found The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty) Header Anfrage-URL: https://localhost/confirm?action=co...
by RetDen
05 May 2023, 22:39
Forum: TYPO3 extension
Topic: &cHash empty
Replies: 5
Views: 20249

&cHash empty

I installed aimeos dist typo 11.

In the Checkout i get the message:
The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)