Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation not working #1

Open
Fzoltan87 opened this issue Feb 5, 2024 · 0 comments
Open

Installation not working #1

Fzoltan87 opened this issue Feb 5, 2024 · 0 comments

Comments

@Fzoltan87
Copy link

The installation, unfortunately, has failed. The following error message appears after issuing the "composer install" command:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'livcms.settings' doesn't exist (Connection: mysql, SQL: select `value`, `key` from `settings`)

  at vendor\laravel\framework\src\Illuminate\Database\Connection.php:829
    825▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    826▕                 );
    827▕             }
    828▕
  ➜ 829▕             throw new QueryException(
    830▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    831▕             );
    832▕         }
    833▕     }

  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))

  2   vendor\laravel\framework\src\Illuminate\Database\Connection.php:423
      PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'livcms.settings' doesn't exist")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant