Manual installation error - sqlite database file doesn't exist #244
Replies: 4 comments 2 replies
-
Not sure what's happening. Now I just get a DB error. So, somehow I assume it's finding the DB file. |
Beta Was this translation helpful? Give feedback.
-
This part in the documentation is incorrect for my case.... I found the file here: /storage/database.sqlite |
Beta Was this translation helpful? Give feedback.
-
This is ridiculous. I can't call php artisan migrate because the system is trying to access the themes table in the database. Why would it do this before a migration? |
Beta Was this translation helpful? Give feedback.
-
Have you tried just creating the empty file at |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On Windows 11, using Git Bash
Manual install from Downloaded Zip: thedevdojo-wave-3.0.6-0-gbfdf3f6.zip
I copied the .env file and removed any stub stuff
then ran composer install
the install fails on one of the post-autoload commands
Can't even run
php artisan
nowBeta Was this translation helpful? Give feedback.
All reactions