Re: piCal and xoops 2.3.x
List posts in the topic
Re: piCal and xoops 2.3.x
msg# 1.5
The xoops is set to debug off. I tried turning it on in a couple capacities and then turning it off again add the warning still show up.
Is there a config. file I can adjust?
Below are the settings in the /include/common.php
--------
// #################### Error reporting settings ##################
if ( $xoopsConfig['debug_mode'] == 1 || $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
$xoopsLogger->enableRendering();
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == 2 );
} else {
error_reporting(0);
$xoopsLogger->activated = false;
}
$xoopsSecurity->checkBadips();
---------
Votes:21
Average:8.57
Posts tree