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

After last command below are the errors. #10

Open
oldercodergithub opened this issue May 20, 2024 · 1 comment
Open

After last command below are the errors. #10

oldercodergithub opened this issue May 20, 2024 · 1 comment

Comments

@oldercodergithub
Copy link

`In Connection.php line 712:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist (SQL: select * from ti_users where username = admin limit 1)

In Exception.php line 18:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist

In PDOConnection.php line 82:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist

`

@ThisIsQasim
Copy link
Owner

ThisIsQasim commented May 20, 2024

Consider waiting for the db container to come up before running the init. You can try rerunning the init
docker compose exec app php artisan igniter:install --no-interaction

or start fresh

mkdir tastyigniter && cd tastyigniter
curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml
docker compose up db -d
sleep 10
docker compose up -d
docker compose exec app php artisan igniter:passwd admin

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

2 participants