Error when updating to v7.3.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigocoelho
    Active Community Member
    • Jun 2016
    • 296

    Error when updating to v7.3.1

    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.working_time_calendar_id' in 'field list'

    Problem when updating...

    After that, I can't run "php command.php upgrade -s" anymore.

  • rodrigocoelho
    Active Community Member
    • Jun 2016
    • 296

    #2
    [2023-01-10 11:42:32] ERROR: Uncaught Exception PDOException: "could not find driver" at /var/www/html/espocrm/application/Espo/ORM/PDO/DefaultPDOProvider.php line 97 {"exception":"[object] (PDOException(code: 0): could not find driver at /var/www/html/espocrm/application/Espo/ORM/PDO/DefaultPDOProvider.php:97)"} []

    Comment

    • lazovic
      Super Moderator
      • Jan 2022
      • 809

      #3
      Hi rodrigocoelho,

      Please tell me, did you make a backup of your instance before the upgrade?
      Can you roll back to EspoCRM v.7.2.7?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Check the error in google: "Uncaught Exception PDOException: "could not find driver". Might be you didn't install php-mysql extension.

        It's not recommended to run with "-s" parameter unless you do it on purpose.

        The solution for the error from the initial post: https://forum.espocrm.com/forum/anno...6926#post86926
        Last edited by yuri; 01-10-2023, 05:06 PM.
        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

        • rodrigocoelho
          Active Community Member
          • Jun 2016
          • 296

          #5
          Originally posted by lazovic
          Hi rodrigocoelho,

          Please tell me, did you make a backup of your instance before the upgrade?
          Can you roll back to EspoCRM v.7.2.7?
          It's solved. Thanks for your help

          Comment

          • rodrigocoelho
            Active Community Member
            • Jun 2016
            • 296

            #6
            Originally posted by yuri
            Check the error in google: "Uncaught Exception PDOException: "could not find driver". Might be you didn't install php-mysql extension.

            It's not recommended to run with "-s" parameter unless you do it on purpose.

            The solution for the error from the initial post: https://forum.espocrm.com/forum/anno...6926#post86926
            Yes, thanks for sharing this.

            Comment

            Working...