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

Install problem #617

Open
PetrHar opened this issue Feb 2, 2022 · 1 comment
Open

Install problem #617

PetrHar opened this issue Feb 2, 2022 · 1 comment

Comments

@PetrHar
Copy link

PetrHar commented Feb 2, 2022

After installation show error NotFoundHttpException in Application.php line 425:

Expected Behavior

I get an error after installation - Whoops, looks like something went wrong.

Tables are not created in db.

Current Behavior

After turning on debug
NotFoundHttpException in Application.php line 425:
in Application.php line 425
at Application->abort() in helpers.php line 20
at abort() in SetupController.php line 224
at SetupController::finishSetup()
at call_user_func_array() in Container.php line 507
at Container->call() in Application.php line 1411
at Application->callControllerCallable() in Application.php line 1375
at Application->callLumenController() in Application.php line 1347
at Application->callControllerAction() in Application.php line 1315
at Application->callActionOnArrayBasedRoute() in Application.php line 1300
at Application->handleFoundRoute() in Application.php line 1215
at Application->Laravel\Lumen{closure}()
at call_user_func() in Pipeline.php line 139
at Pipeline->Illuminate\Pipeline{closure}() in VerifyCsrfToken.php line 43
at VerifyCsrfToken->handle() in VerifyCsrfToken.php line 20
at VerifyCsrfToken->handle()
at call_user_func_array() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle()
at call_user_func_array() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in StartSession.php line 62
at StartSession->handle()
at call_user_func_array() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in EncryptCookies.php line 59
at EncryptCookies->handle()
at call_user_func_array() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}()
at call_user_func() in Pipeline.php line 102
at Pipeline->then() in Application.php line 1451
at Application->sendThroughPipeline() in Application.php line 1221
at Application->dispatch() in Application.php line 1161
at Application->run() in index.php line 28

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version or latest commit hash (git rev-parse HEAD):
  • Environment name and version (e.g. Chrome 39, PHP 7.0, etc):
  • Instance link (optional):
    OS: Debian 11 PHP: 7.4 WEB: nginx

Whats the problem?

@PetrHar
Copy link
Author

PetrHar commented Feb 2, 2022

I create DB tables: php artisan migrate --force
But I can't create a functional user, it would be possible to send an SQL statement?

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