php - Laravel: "Failed to open stream' in storage/views -


i had laravel 3 application running on different server. wrapped , sent new server. unpacked it, , while trying display laravel application on new server, receive error:

unhandled exception message:

file_put_contents(/var/www/customer_area/storage/views/13f378cf44cd9253eb03394b5a7fd914): failed open stream: permission denied

location:

/var/www/customer_area/laravel/blade.php on line 63

i have read through question several times others have solved similar problem changing permissions on 'storage/directories' '775'. changed permissions on entire 'var/www' directory '777', , still have error.

something noticed there no '13f378cf44cd9253eb03394b5a7fd914' in storage/views folder. there 5 other files in folder, not one.

assuming running apache on linux, recursive chgrp www-data , chown www-data on folders


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -