Hi O,
can you do the following: edit the file jbiplogger.php
and add the following :
AFTER
Code:
function onAfterInitialise() {
global $mainframe;
$errorlog = &JLog::getInstance('jbiplogger.php');
$ipblock=false;
$logfile=JPATH_ROOT.DS."logs".DS."jbiplogger.php";
So it looks like :
Code:
function onAfterInitialise() {
global $mainframe;
$errorlog = &JLog::getInstance('jbiplogger.php');
$ipblock=false;
$logfile=JPATH_ROOT.DS."logs".DS."jbiplogger.php";
echo $logfile;
Then enable the plugin again and send me the output.
Did you rencently moved your site to an other location or server ?
This plugin uses the standard log function of the Joomla core.
regards Jan |