Admin Panel 2: Error Log Viewer
Admin Panel 2 |
Error Log Viewer
Click this link to view the Apache error log file.
Note: The error log file can be found at this location /usr/local/apache2/logs/error.log
Monitor the error log over a period of several days and resolve any errors found.
eAccelerator
Note: eAccelerator dumps "hits" as well as errors to this log file resulting in a build up of data and to some extent masks real errors hence it has been disabled as default.
If you are trying to resolve issues that you believe are cause by eAccelerator you can temporarily enable error checking.
How to enable eAccelerator logging open file php.ini located in folder *\Uniform Server\udrive\usr\local\php
Change the line shown in bold and set the value to 1:
[eaccelerator]
extension=eaccelerator.dll |
- eaccelerator.debug = 0 Disable logging
- eaccelerator.debug = 1 Enable logging
If you are running on a USB stick its a good idea to have it disabled.
Ric |