2010-02-27, 07:43 AM
(2010-02-27, 12:00 AM)Yumi Wrote: Okay, I took a look. This is a bug in the Merge System / MyTracker plugin. It seems that this error comes about at PHP shutdown. Both these should have this code defined somewhere:
as neither utilise and should be loading plugins at all.define('NO_PLUGINS', 1);
A workaround from this plugin's side, which I _may_ stick in is to find:
and replace with:if(!defined('IN_ADMINCP'))
But again, this really isn't an issue with this plugin.if(!defined('IN_ADMINCP') && is_object($GLOBAL['templates']))
Thanks for reporting.
Thanks for help.
where to put this code:
define('NO_PLUGINS', 1);
mean in which file in mytracker and merge system?regards
bosss