check folder of database.sqlite permissions
Aug 31, 2017
4
Level 65
After upgrading to 5.5 PHPUnit fails with SQLite
I'm getting this error on my Laravel 5.5 branch. I use SQLite and it works if I switch to my Laravel 5.4 branch. Permissions seem to be reset on the database.sqlite file if I set it to 777 so I don't think that's it (having looked around).
SQLSTATE[HY000]: General error: 8 attempt to write a readonly database
PHPUnit gets updated since 5.5 comes with "phpunit/phpunit": "~6.0"
Please or to participate in this conversation.