5
HERE you can get the loggerpack.
Unzip it, backup the two files in class/logger (render.php and xoopslogger.php) and copy the content of the unzipped loggerpack in there. Open xoops_data/configs/xoopsconfig.php in an editor and change this:
"debugLevel" => 0,
into this:
"debugLevel" => 0,
"debugLogger" => "legacy",
debugLevel = 0 (all users)
debugLevel = 1 (for members)
debugLevel = 2 (for admins)
legacy -> normal XOOPS debug
firephp -> debugger for Firefox, addons
firebug and
firephp have to be installed
pqp -> PHP Quick Profiler
Now visit Preferences | General Settings and pick up "Enable debug (inline mode) from setting Debug Mode. Hit "Go" and you are done.
Drawback for firephp: at some places you might get a blank page. Especially when file operations are involved. An exception is thrown which firephp is not capable to resolve. But this one is my favourite, because your layout is destroyed by debug information and at the same time, you get all information.
Have fun and good bughunting!