12
I created this little hack to switch firephp and legacy using the
System Configurationxoopsconfig.php:
"debugLogger" => (($GLOBALS['xoopsConfig']['debug_firephp'] == 1) ? 'firephp' : 'legacy'),
database query:
INSERT INTO `xoops254final`.`xxxx_config` (`conf_id`, `conf_modid`, `conf_catid`, `conf_name`, `conf_title`, `conf_value`, `conf_desc`, `conf_formtype`, `conf_valuetype`, `conf_order`) VALUES ('3511', '0', '1', 'debug_firephp', '_MD_AM_DEBUGFIREPHP', '0', '_MD_AM_DEBUGFIREPHPDSC', 'yesno', 'int', '25');
change xoops254final with your db and xxxx with your prefix