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?
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?