Quote:
Originally Posted by PKRWUD
I am running Gold, and when I tried to run the 1.3 upgrade installer, I get this:
Fatal error: Call to undefined function: can_administer() in /home/pkrwud/public_html/vbulletin/TDinstaller.php on line 10
I'm not having a great week. lol.
|
Hmm.. I guess that function no longer exists in 3.0 Gold. Try this:
Open TDinstaller and find:
Code:
// ######################## CHECK ADMIN PERMISSIONS #######################
if (!can_administer('canadminusers'))
{
print_cp_no_permission();
}
Delete it and run the installer again.