Good morning. We are trying to install a fresh EspoCRM 8 on Ubuntu.
We follow the manual installation instructions, (including correcting permissions), create the database and user, and point the browser to our subdomain. The installation wizard appears.
We fill in the database configuration, test connection which passes.
All system requirements on the following page are green "Success'.
On clicking "Install" we receive: "An unexpected error occurred"
Espo error log reports:
[...] ERROR: Uncaught Exception PDOException: "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'espocrm.user' doesn't exist" at /var/www/html/crm/application/Espo/ORM/Executor/DefaultSqlExecutor.php line 76 {"exception":"[object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'espocrm.user' doesn't exist at /var/www/html/crm/application/Espo/ORM/Executor/DefaultSqlExecutor.php:76)"}
We're not sure what this means or how to fix it.
Thanks in advance.
Ubuntu 22.04.3 / Espo 8.0.0 / PHP 8.1.23 / MariaDB 10.6.12 /
We follow the manual installation instructions, (including correcting permissions), create the database and user, and point the browser to our subdomain. The installation wizard appears.
We fill in the database configuration, test connection which passes.
All system requirements on the following page are green "Success'.
On clicking "Install" we receive: "An unexpected error occurred"
Espo error log reports:
[...] ERROR: Uncaught Exception PDOException: "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'espocrm.user' doesn't exist" at /var/www/html/crm/application/Espo/ORM/Executor/DefaultSqlExecutor.php line 76 {"exception":"[object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'espocrm.user' doesn't exist at /var/www/html/crm/application/Espo/ORM/Executor/DefaultSqlExecutor.php:76)"}
We're not sure what this means or how to fix it.
Thanks in advance.
Ubuntu 22.04.3 / Espo 8.0.0 / PHP 8.1.23 / MariaDB 10.6.12 /
Comment