[FIXED] - 4395: joomla.visitorbot.php on line 29 - Joomla! Forum - community, help and support
error
fatal error: call member function on non-object in ...plugins/system/joomla.visitorbot.php on line 29
the mosgetparam class outdated => ...new jparameter( $plugin->params )...
if ( mosgetparam( $_cookie, 'mosvisitor', 0 ) || !$mainframe->issite() )
fatal error: call member function on non-object in ...plugins/system/joomla.visitorbot.php on line 29
the mosgetparam class outdated => ...new jparameter( $plugin->params )...
if ( mosgetparam( $_cookie, 'mosvisitor', 0 ) || !$mainframe->issite() )
i saw that.
what global $mainframe;
removed ?
how should access mainframe when there no other option ?
for exemple issite() method japplication's, can't access other way global $mainframe guess
my policy on not use global $mainframe when not necessary, in case should ?
see you
what global $mainframe;
removed ?
how should access mainframe when there no other option ?
for exemple issite() method japplication's, can't access other way global $mainframe guess
my policy on not use global $mainframe when not necessary, in case should ?
see you
Comments
Post a Comment