Aimeos 22.7.1 DBAL undefined method

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!
rvhelp
Posts: 24
Joined: 06 Sep 2022, 08:43

Aimeos 22.7.1 DBAL undefined method

Post by rvhelp » 12 Sep 2022, 13:43

Hello, with Verison 22.7.1 in Typo 10.4.31 we are getting this error:
Call to undefined method Doctrine\DBAL\Driver\PDOStatement::free()

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

Re: Aimeos 22.7.1 DBAL undefined method

Post by aimeos » 12 Sep 2022, 17:03

Did you install the extension from TER?
Fear, that TYPO3 ships with an own version of Doctrine DBAL which is different from the one Aimeos includes.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rvhelp
Posts: 24
Joined: 06 Sep 2022, 08:43

Re: Aimeos 22.7.1 DBAL undefined method

Post by rvhelp » 13 Sep 2022, 11:03

Yes i uploaded it and activate via TER. How could I solve the problem?

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

Re: Aimeos 22.7.1 DBAL undefined method

Post by aimeos » 14 Sep 2022, 08:58

Can you please try the new 22.7.2 release?
https://extensions.typo3.org/extension/aimeos
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rvhelp
Posts: 24
Joined: 06 Sep 2022, 08:43

Re: Aimeos 22.7.1 DBAL undefined method

Post by rvhelp » 14 Sep 2022, 11:18

Thank you for the update. It is now a different error:
Call to undefined method Doctrine\DBAL\Driver\PDOStatement::fetchAssociative()
Image

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

Re: Aimeos 22.7.1 DBAL undefined method

Post by aimeos » 14 Sep 2022, 11:42

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rvhelp
Posts: 24
Joined: 06 Sep 2022, 08:43

Re: Aimeos 22.7.1 DBAL undefined method

Post by rvhelp » 14 Sep 2022, 11:55

The backend is working now. However, when activating or running the update script, the following error message appears:
Call to undefined method Doctrine\DBAL\Connection::executeStatement()
Image

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

Re: Aimeos 22.7.1 DBAL undefined method

Post by aimeos » 14 Sep 2022, 12:24

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rvhelp
Posts: 24
Joined: 06 Sep 2022, 08:43

Re: Aimeos 22.7.1 DBAL undefined method

Post by rvhelp » 14 Sep 2022, 12:39

Same error at a different position:
in /var/www/zoechling-holz.rv-works.dev/httpdocs/typo3conf/ext/aimeos/Resources/Libraries/aimeos/upscheme/src/Schema/DB.php line 258
Image

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

Re: Aimeos 22.7.1 DBAL undefined method

Post by aimeos » 14 Sep 2022, 15:44

TYPO3 v10 still uses Doctrine DBAL 2.10.4, which has been released two years ago and has never updated to 2.11, 2.12 and the latest 2.13 releases. There are been some changes made in 2.13.x for compatibility to Doctrine DBAL 3.x, which are not available in 2.10.4, making it very hard to support.

Think, the best way is that we support TYPO3 v11 in Aimeos 2022.x only and you use Aimeos 2021.10 LTS if you don't want to update from TYPO3 v10.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply