After upgrading from Version 7.3.4 to 7.4.6, I got the following error message:
[2024-01-19 11:33:52] ERROR: Failed to rebuild database schema. Details: There is no column with name "entity_type" on table "array_value". at /.../vendor/doctrine/dbal/src/Schema/Exception/ColumnDoesNotExist.php:16 [] []
[2024-01-19 11:33:52] ERROR: Database rebuild failure, details: Error while rebuilding database. See log file for details.. [] []
[2024-01-19 11:33:53] ERROR: (500) Error occurred while EspoCRM rebuild. Please see the log for more detail.; POST /Admin/action/runUpgrade; line: 288, file: /.../application/Espo/Core/Upgrades/Actions/Base.php [] []
System
PHP: 8.1.26
10.5.23-MariaDB
Unfortunately after this failed upgrade, cron.php don't run anymore (the software don't fetch any emails from the mail boxes)
The command to run cron.php, which worked out perfectly before the upgrade:
cd /www/htdocs/domain.com; /usr/bin/php -f cron.php > /dev/null 2>&1
cron.php file rights: 0644
All suggestions and ideas are welcome - thanks!
[2024-01-19 11:33:52] ERROR: Failed to rebuild database schema. Details: There is no column with name "entity_type" on table "array_value". at /.../vendor/doctrine/dbal/src/Schema/Exception/ColumnDoesNotExist.php:16 [] []
[2024-01-19 11:33:52] ERROR: Database rebuild failure, details: Error while rebuilding database. See log file for details.. [] []
[2024-01-19 11:33:53] ERROR: (500) Error occurred while EspoCRM rebuild. Please see the log for more detail.; POST /Admin/action/runUpgrade; line: 288, file: /.../application/Espo/Core/Upgrades/Actions/Base.php [] []
System
PHP: 8.1.26
10.5.23-MariaDB
Unfortunately after this failed upgrade, cron.php don't run anymore (the software don't fetch any emails from the mail boxes)
The command to run cron.php, which worked out perfectly before the upgrade:
cd /www/htdocs/domain.com; /usr/bin/php -f cron.php > /dev/null 2>&1
cron.php file rights: 0644
All suggestions and ideas are welcome - thanks!
Comment