You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:416
PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sds-db.general_settings' doesn't exist")
for every command I see same error but I manually made an sql file with user/vendor/general settings data but then same error occurs asking for footer_data table and i guess after I manually import footers table it will show error saying 'some other table not found'
The text was updated successfully, but these errors were encountered:
PS C:\Users\admin\02.SDS Projects\SDS3\Laravel_MultiVendor_Ecommerce> php artisan key:generate
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sds-db.general_settings' doesn't exist (Connection: mysql, SQL: select * from
general_settings
limit 1)at vendor\laravel\framework\src\Illuminate\Database\Connection.php:801
797▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
798▕ );
799▕ }
800▕
➜ 801▕ throw new QueryException(
802▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
803▕ );
804▕ }
805▕ }
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}()
2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:416
PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sds-db.general_settings' doesn't exist")
for every command I see same error but I manually made an sql file with user/vendor/general settings data but then same error occurs asking for footer_data table and i guess after I manually import footers table it will show error saying 'some other table not found'
The text was updated successfully, but these errors were encountered: