V
V
vadimstroganov2014-10-22 19:45:42
Laravel
vadimstroganov, 2014-10-22 19:45:42

Running Laravel - Error in exception handler?

Hello! Can't handle installing Laravel on VPS server.
When accessing the site, it gives an error:

Error in exception handler.

I turned on the debugger, I see the following:
Error in exception handler: The stream or file "***path-to-laravel***/app/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied in ***path- to-laravel***/bootstrap/compiled.php:9016

I set permissions to 777 on app/strorage, nothing changed.
Please tell me what to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vadimstroganov, 2014-10-22
@vadimstroganov

Solved a problem!

php artisan cache:clear 

chmod -R 777 app/storage 

php artisan dump-autoload

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question