Permission denied on the database when installing
antvet opened this issue · 3 comments
antvet commented
Good evening,
I wanted to install panichd from a perfectly functional ticketit installation. Unfortunately I get this error just after clicking on "Install now" at this step. The access was working with ticket it before, I don't see what could block it.
I tried a php artisan cache:clear
and to chmod 777
bootstrap and storage directories (for test of course) but it didn't work. Any ideas? Thanks
Mistral commented
@antvet It is problem with access to migration file. Check chmods for migrations
directory in database
antvet commented
Thank you @Mistral, it worked. However, I got this error about symlinks now... Any idea?