Non-recoverable-error after update

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!
franzrudolf
Posts: 38
Joined: 23 Nov 2015, 14:10

Non-recoverable-error after update

Post by franzrudolf » 28 Jul 2016, 17:47

Hi,

after I updated my system from version 2.4.6 to 16.7.0 (TYPO3-Dist) I got an "non-recoverable error". In the admin-interface this is shown (which I don't understand):

Fehler Executing statement " SELECT mordba."id" AS "order.base.id", mordba."siteid" AS "order.base.siteid", mordba."sitecode" AS "order.base.sitecode", mordba."customerid" AS "order.base.customerid", mordba."langid" AS "order.base.languageid", mordba."currencyid" AS "order.base.currencyid", mordba."price" AS "order.base.price", mordba."costs" AS "order.base.costs", mordba."rebate" AS "order.base.rebate", mordba."tax" AS "order.base.taxvalue", mordba."taxflag" AS "order.base.taxflag", mordba."comment" AS "order.base.comment", mordba."status" AS "order.base.status", mordba."mtime" AS "order.base.mtime", mordba."editor" AS "order.base.editor", mordba."ctime" AS "order.base.ctime" FROM "mshop_order_base" AS mordba WHERE ( mordba."siteid" IN (1) AND mordba."id" = 50 ) GROUP BY mordba."id", mordba."siteid", mordba."sitecode", mordba."customerid", mordba."langid", mordba."currencyid", mordba."price", mordba."costs", mordba."rebate", mordba."tax", mordba."taxflag", mordba."comment", mordba."status", mordba."mtime", mordba."editor", mordba."ctime" LIMIT 100 OFFSET 0 " failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'mordba.tax' in 'field list'

Can anybody help, please?

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

Re: Non-recoverable-error after update

Post by aimeos » 28 Jul 2016, 17:48

You haven't executed the update script of the extension. When you update in the extension manager directly from TER, this should happen automatically.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply