modparam("debugger", "cfgtrace", 1)
Le Tue, 18 Mar 2014 11:48:30 +0100,
Cock Ootec <cockootec@gmail.com> a écrit :
Hi,
> the errors in attached error.log appear.
these are not real errors, it's the debugger module that shows step by
step script instructions being executed. By default, the log level of
this module is set to L_ERR. You can tweak it with the log_level
parameter, or simply disable it with the cfgtrace parameter.
You enabled cfgtrace by #!defining WITH_DEBUG.
Cheers,
--
Camille