PHP error reporting on a per user basis

drew

Verified User
Joined
Feb 28, 2005
Messages
7
In production systems (the majority of DA clients I would guess) the display_errors in the php.ini should be off, but this is not the way DA is shipped.
However, to catch unforseen errors, they need to be displayed somewhere on a per user basis.
At the moment I have setup error logging to a file something like /var/log/php but it is collecting every error from many different users, and they have no way of finding them.

Does anyone have a solution to this?
 
*Bump*
Nice to know I'm not the only one here. Does anyone have any clues?
 
Back
Top