Hi All,
I am getting the below error message. Can you please investigate and inform me how best to fix this?
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gogeeper_admin.settings' doesn't exist (SQL: select * from `settings`)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:759
755â // If an exception occurs when attempting to run a query, we'll format the error
756â // message to include the bindings with SQL, which will make this exception a
757â // lot more helpful to the developer instead of just the database's errors.
758â catch (Exception $e) {
â 759â throw new QueryException(
760â $query, $this->prepareBindings($bindings), $e
761â );
762â }
763â }
i A table was not found: You might have forgotten to run your database migrations.
https://laravel.com/docs/master/migrations#running-migrations
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(App\Providers\AppServiceProvider))
+14 vendor frames
16 app/Core/Bootstraps/BootstrapDemo1.php:28
setting("layout.layout", "light-sidebar")
Hi,
Sorry for the inconvenience. Could you please try to redownload from
https://devs.keenthemes.com/metronic/laravel?
Thanks