-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors showing in dashboard #39
Comments
If it does not exist, create directory Then chmod it to 777 If that does not work you may have to do it in the box
Thanks |
Tried but neither process worked. Ill try uninstalling then reinstalling. |
Ok, thats weird, I would have thought it would have fixed it. |
Thanks for your help |
Are you just seeing these errors in the Last 10 Errors or are you seeing them on screen? The last 10 errors will always be there as they are pulled from the server error.log |
This startup issue should be fixed in the latest develop and master branches now. Note: the errors will still show in the latest 10 errors box, which is just pulled from the logs. Its not happening every time. That will empty the Last 10 Errors box. |
In the Last 10, It doesn't show on my work computer, I'll delete the errors log. Will the log regenerate if any errors occur? I see it as helpful in debugging, just was't sure what was causing it. Again thanks for your help, and for a great resource! |
Yes, it regenerates when the server detects PHP errors. |
Closing this for now. Feel free to open a new ticket if you have any more issues. Thanks |
I am getting this in the dashboard:
Last 10 PHP Errors
[16-Jun-2016 19:10:13 UTC] PHP Warning: file_put_contents(cache/host-sites-1466104213.txt): failed to open stream: No such file or directory
in /srv/www/default/dashboard/vvv_dash/cache.php on line 87
[16-Jun-2016 19:10:13 UTC] PHP Warning: Invalid argument supplied for foreach()
in /srv/www/default/dashboard/vvv_dash/cache.php on line 167
[16-Jun-2016 19:10:13 UTC] PHP Warning: scandir(): (errno 2): No such file or directory
in /srv/www/default/dashboard/vvv_dash/cache.php on line 165
[16-Jun-2016 19:10:13 UTC] PHP Warning: scandir(cache/): failed to open dir: No such file or directory
in /srv/www/default/dashboard/vvv_dash/cache.php on line 165
[16-Jun-2016 19:10:13 UTC] PHP Warning: Invalid argument supplied for foreach()
in /srv/www/default/dashboard/vvv_dash/cache.php on line 167
[16-Jun-2016 19:10:13 UTC] PHP Warning: scandir(): (errno 2): No such file or directory
in /srv/www/default/dashboard/vvv_dash/cache.php on line 165
[16-Jun-2016 19:10:13 UTC] PHP Warning: scandir(cache/): failed to open dir: No such file or directory
in /srv/www/default/dashboard/vvv_dash/cache.php on line 165
Suggestions?
Thanks for this great tool to use in development by the way.
The text was updated successfully, but these errors were encountered: