Admin Panel 2: Error Log Viewer: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
(New page: {{Uc_nav_apanel2}} '''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/e...)
 
(Removed excess category tags)
 
Line 42: Line 42:


[[Category: UniCenter]]
[[Category: UniCenter]]
[[Category: New Users]]
[[Category: Support]]
[[Category: About]]
[[Category: Facts]]
[[Category: Troubleshooting]]

Latest revision as of 10:09, 21 June 2013

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.allowed_admin_path=/home/admin/www/plugins/eaccelerator/control.php
eaccelerator.debug = 0
;Local Variables:
;tab-width: 4
;End:

  • 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.

Top


Ric