I installed WHMCS on a WHM/cPanel server, from the terminal, using the instructions here:
https://docs.whmcs.com/Installing_WHMCS
I have disabled mySql's Strict Mode, as confirmed here:
# mysql -e "SELECT @@sql_mode;"
+--------------------------------------------+
| @@sql_mode |
+--------------------------------------------+
| NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
+--------------------------------------------+
But I get this error:
Critical Error
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cleverco_whmcs.tblconfiguration' doesn't exist (SQL: select * from `tblconfiguration`)
What is causing this? Thanks.