Problem when installing Aimeos Payment extension

Questions around the TYPO3 integration and plugins
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!
pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Problem when installing Aimeos Payment extension

Post by pagliaso » 09 Apr 2020, 12:39

Hello,

In Typo3 9.5.15, when I installed the extension Aimeos Payments (19.10.1) from the Extension Installer in Backend, the Admin Tools stop working in the Backend.

I get an error on the logs:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method Symfony\Component\HttpFoundation\Cookie::create() | Error thrown in file /home/domain/typo3_src-9.5.15/typo3/sysext/core/Classes/Http/CookieHeaderTrait.php in line 47. Requested URL: https://www.domain.es/typo3/index.php?r ... zedToken--
And when I try to go to Maintenaince for example or any of them, I get a Typo3 error screen telling that:
Oops, an error occurred!
Call to undefined method Symfony\Component\HttpFoundation\Cookie::create()
Many thanks in advance and I hope you are with health wherever you are,

Alb

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Problem when installing Aimeos Payment extension

Post by aimeos » 09 Apr 2020, 16:22

TYPO3 9.5.14 introduced a dependency to symfony/http-component in another version than included in the aimeos_pay extension. Can you try this package?
https://aimeos.org/fileadmin/download/a ... 9.10.2.zip

If it works, we will push it to the TER.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problem when installing Aimeos Payment extension

Post by pagliaso » 09 Apr 2020, 21:06

Hello,

Many thanks for your prompt reply.

It didn't work, and now it breaks also the frontend, with following error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined function GuzzleHttp\_idn_uri_convert() | Error thrown in file /home/domain/public_html/typo3conf/ext/aimeos_pay/Resources/Libraries/guzzlehttp/guzzle/src/Client.php in line 220. Requested URL: https://www.domain.es/
Many thanks and kind regards,

Alb

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Problem when installing Aimeos Payment extension

Post by aimeos » 12 Apr 2020, 07:52

The best way to avoid that problem is installing TYPO3 in composer mode and add aimeos/ai-payments and the Omnipay driver your need via composer too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

pagliaso
Posts: 8
Joined: 29 Jan 2020, 14:04

Re: Problem when installing Aimeos Payment extension

Post by pagliaso » 16 Apr 2020, 07:07

Thanks.

I will try when I had opportunity, although I had just came out of a distribution of Typo3 Composer based, where I was not much in charge of anything, and had ported everything to a "normal" Typo3 install, where I don't have to be accessing to a console very often (I am not very good at coding).

Many thanks and kind regards,

Alb

Post Reply