Dear all, I have the following issue:
[wrapped: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'digital_object.LANGUAGE' in 'field list']
I have moved my db from the Atom 2.6.4 - 184 to the new 2.9.2 instance. I have followed the upgrade procedure (drop/create db) and the command:
php -d memory_limit=-1 symfony tools:upgrade-sql -n="184"
returns the message
>> upgrade-sql Successfully upgraded to Release 2.9.2 v184
Then the command: php symfony digitalobject:regen-derivatives returns
[wrapped: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'digital_object.LANGUAGE' in 'field list']
The same error with php symfony cc && php symfony search:populate .
I have read other similar topics, but no solution I see. Whare are your suggestions to unlock the upgrading?
Waiting for your feddback thank you.
Sergio