Notice: Trying to access array offset on value of type null in C:xampphtdocsE-LAMAXapplibrariesCore.php on line 18
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘lamax.settings’ doesn’t exist in C:xampphtdocsE-LAMAXapplibrariesDatabase.php:66 Stack trace: #0 C:xampphtdocsE-LAMAXapplibrariesDatabase.php(66): PDOStatement->execute() #1 C:xampphtdocsE-LAMAXapplibrariesDatabase.php(77): Database->execute() #2 C:xampphtdocsE-LAMAXappmodelsSetting.php(17): Database->single() #3 C:xampphtdocsE-LAMAXappcontrollersPages.php(18): Setting->getSettings() #4 C:xampphtdocsE-LAMAXapplibrariesCore.php(45): Pages->index() #5 C:xampphtdocsE-LAMAXpublicindex.php(4): Core->__construct() #6 {main} thrown in C:xampphtdocsE-LAMAXapplibrariesDatabase.php on line 66
Advertisement
Answer
The error is pointing to a database error: Table ‘lamax.settings’ doesn’t exist.
Make sure you have that table in your database