After uploading an image in fog .30. We and a few other people are gettng an error message. The image uploads ok, but the computer will not reboot after the upload. See screenshot...
I have a fix for you. I had the same problem and I fixed it as follows:
In the root directory, go to /etc/php5/apache2/ and open php.ini with vim etc.
Go to line 317 (error_reporting = E_ALL & ~E_NOTICE) and put a semicolon in front.
Go to line 313 (error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR) and delete the semicolon in front of that command.
Save your modification!
That's it!
Regards.
Sergej
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
screenshot of error message after upload
Hi Dave,
I have a fix for you. I had the same problem and I fixed it as follows:
In the root directory, go to /etc/php5/apache2/ and open php.ini with vim etc.
Go to line 317 (error_reporting = E_ALL & ~E_NOTICE) and put a semicolon in front.
Go to line 313 (error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR) and delete the semicolon in front of that command.
Save your modification!
That's it!
Regards.
Sergej