Quote:
Originally Posted by Antivirus
Your error is on line 35 of profile.php, correct? That's the pre-caching of USERCP_SHELL template...
PHP Code:
// pre-cache templates used by all actions
$globaltemplates = array(
'USERCP_SHELL',
'usercp_nav_folderbit'
);
not sure why you're getting that error cuz this plugin is hooking into the code all the way down at hook "profile_doaddlist_complete" on line 725. As far as i can tell, this plugin is not causing your error. It must be one of your other plugins/hacks causing that error.
|
Hrm... Nothin is perfect... I will just live with it

It doesnt seem to affect anything