Error with cron jobs after failed Upgrade from 7.3.4 to 7.4.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Michael-NDV
    Junior Member
    • Oct 2019
    • 14

    Error with cron jobs after failed Upgrade from 7.3.4 to 7.4.6

    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!
  • yuri
    Member
    • Mar 2014
    • 8527

    #2
    The same problem: https://forum.espocrm.com/forum/inst...spocrm-rebuild
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...