So far, not a fan of Version 9 in the least. Upgrading from 8 to 9 ALWAYS causes issues and the upgrade is so bad I have left most of my websites on 8. Now something new, upgrading from Version 9.1 to 9.2.1 has caused an issue. (Over my head, but did C5 add a column to the database here?). In the backend, when I click on Welcome, or Express, I get the below error. Other backend links seem to work, although I have not tested all of them.
Any ideas on a cure?
LEFT HAND SIDE OF BROWSER WINDOW:
Doctrine\DBAL\Exception\InvalidFieldNameException
…/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php79
RIGHT HAND SIDE BROWSER WINDOW:
/home/customer/www/ers-cat.com/public_html/updates/concrete-cms-9.2.1_remote_updater/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
case ‘1146’:
return new TableNotFoundException($message, $exception);
case '1216':
case '1217':
case '1451':
case '1452':
case '1701':
return new ForeignKeyConstraintViolationException($message, $exception);
case '1062':
case '1557':
case '1569':
case '1586':
return new UniqueConstraintViolationException($message, $exception);
case '1054':
case '1166':
case '1611':
return new InvalidFieldNameException($message, $exception);
case '1052':
case '1060':
case '1110':
return new NonUniqueFieldNameException($message, $exception);
case '1064':
case '1149':
case '1287':
case '1341':
case '1342':
case '1343':
case '1344':
case '1382':
case '1479':
case '1541':
case '1554':
case '1626':
return new SyntaxErrorException($message, $exception);
Arguments
“”"
An exception occurred while executing 'SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.handle AS handle_2, e0_.plural_handle AS plural_handle_3, e0_.label_mask A
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e0_.include_in_rest_api’ in ‘field list’
“”"
ENVIRONMENT INFO:
Concrete Version
Core Version - 9.2.1
Version Installed - 9.2.1
Database Version - 20230503095900