[Solved] Update problem 20.7.4

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!
rowild

[Solved] Update problem 20.7.4

Post by rowild » 09 Oct 2020, 13:02

When updating from aimeos 20.7.2 to 20.7.4 (`composer update aimeos/ai\*`), I get this error after running aimeos' update script:

`Binding parameters is not available for simple statements: mshop/customer/manager/group/typo3/insert`

Also, when trying to access the aimeos backend in TYPO3, it says:
```(1/1) Aimeos\MW\View\Exception
Template not available: dashboard/list-standard

in /Volumes/_II_/_SITES/__KUNDEN/oaa/typo3-9-comp.oaa.lokal/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/View/Standard.php line 232```

I assume the second error is connected to the first one...

Am I doing sth wrong?

TYPO3 9.5.22 (composer)
aimeos 20.7.4
The composer file contains the required post-install and post-update scripts.

When I downgrade to 20.7.2, the error does not appear.
Last edited by rowild on 13 Oct 2020, 19:57, edited 1 time in total.

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

Re: Update problem 20.7.4

Post by aimeos » 10 Oct 2020, 08:57

Can you post the output of "composer show" and run "composer update" so there's no dependency update missing?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rowild

Re: Update problem 20.7.4

Post by rowild » 12 Oct 2020, 07:26

After having downgraded to Aimeos 2020.7.2, did the usual TYPO3-related clean-ups and cache purging and composer dumping, also temporarily removing my aimeos ext overrides, the update to 2020.7.4 worked again... Sorry for having posted this issue before working through all scenarios!

Post Reply