You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a couple of issues I have, they're not major just creating admin for me.
It seems whenever there's an update I get "Whoops there's an error" on the Manage > System page. To remove this error I run the php artisan freescout:clear-cache command and that resolves it. I then can get to my system settings page.
However, I get a warning about the storage/framework/cache/data/ needing permissions (every time error 1 happens). I run the sudo chown -R www-data:www-data /var/www/html and then it goes to "OK", right up until another update is available then I have to repeat the two steps.
Error log from App Logs
failed to open stream: No such file or directory {"userId":1,"email":"redacted","exception":"[object] (ErrorException(code: 0): file_put_contents(/var/www/html/storage/framework/cache/data/05/9e/059ea079daf978c13b5020b85da476768ea94d82): failed to open stream: No such file or directory at /var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)
This is on Digital Ocean, running on NGINX.
The text was updated successfully, but these errors were encountered:
Permissions issue is the most common issue. Usually failed to open stream or File /modules/modulename/js/laroute.js does not exist errors mean that you have permissions issue.
There's a couple of issues I have, they're not major just creating admin for me.
It seems whenever there's an update I get "Whoops there's an error" on the Manage > System page. To remove this error I run the
php artisan freescout:clear-cache
command and that resolves it. I then can get to my system settings page.However, I get a warning about the
storage/framework/cache/data/
needing permissions (every time error 1 happens). I run thesudo chown -R www-data:www-data /var/www/html
and then it goes to "OK", right up until another update is available then I have to repeat the two steps.Error log from App Logs
failed to open stream: No such file or directory {"userId":1,"email":"redacted","exception":"[object] (ErrorException(code: 0): file_put_contents(/var/www/html/storage/framework/cache/data/05/9e/059ea079daf978c13b5020b85da476768ea94d82): failed to open stream: No such file or directory at /var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)
This is on Digital Ocean, running on NGINX.
The text was updated successfully, but these errors were encountered: