Hi,
I am using EspoCRM 5.5.6 on a Bitnami stack (Windows10 Pro, 1809)
As the new 5.6.2 version needs a higher php version, I decided to make a pure -non Bitnami- installation of 5.6.2 with XAMPP.
Installation process worked fine, and I deleted the origin 5.6.2 tables and tried to import my productive 5.5.6 tables. phpmyadmin stopped at the import start with an error. No problem, I just imported the DDL with mySQLFront, it worked. After adapting the user password, I tried to open espocrm and got an "Bad Server Response" error.
The log had the following content:
Are there any inconstistencies?
Thanks a lot!
Best regards,
Michael
I am using EspoCRM 5.5.6 on a Bitnami stack (Windows10 Pro, 1809)
As the new 5.6.2 version needs a higher php version, I decided to make a pure -non Bitnami- installation of 5.6.2 with XAMPP.
Installation process worked fine, and I deleted the origin 5.6.2 tables and tried to import my productive 5.5.6 tables. phpmyadmin stopped at the import start with an error. No problem, I just imported the DDL with mySQLFront, it worked. After adapting the user password, I tried to open espocrm and got an "Bad Server Response" error.
The log had the following content:
[2019-06-02 11:22:46] Espo.ERROR: Uncaught Exception PDOException: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.modified_at' in 'field list'" at C:\xampp\htdocs\espocrm\application\Espo\ORM\DB\Ma pper.php line 80 {"exception":"[object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.modified_at' in 'field list' at C:\\xampp\\htdocs\\espocrm\\application\\Espo\\ORM \\DB\\Mapper.php:80)"} []
Thanks a lot!
Best regards,
Michael
Comment