Can you show the full error trace as to where its happening ?
ErrorException in Filesystem.php line 81: file_put_contents(fe54ef3ba9c3fcf41d5623af48edf9aafda06f1f.php): failed to open stream: Permission denied
Edit:had to remove the / in the title because the forum formatted it wrong.
ErrorException in Filesystem.php line 81: file_put_contents(/fe54ef3ba9c3fcf41d5623af48edf9aafda06f1f.php): failed to open stream: Permission denied
The storage folder is writable and so is the cache folder. But I keep getting this error. Why is laravel trying to write to this file: /fe54ef3ba9c3fcf41d5623af48edf9aafda06f1f.php ?
It may have something to do with the directory structure of the deployed app. Laravel is uploaded in /home/me/laravel/ (outside the public dir) The public files are uploaded in /home/me/public_html/
So the path in autoload.php is updated to reflect this.
Does anyone know what is going on here?
Grtz
Please or to participate in this conversation.