PDA

View Full Version : URGENT: upgrading problem ruined admin cp!!!!!


Rubiano
07-17-2008, 08:23 PM
I was running vbulletin version 3.6.8 patch level 2 and I tried to upgrade to 3.7.2 patch level 1 but it did the 3.6.8 upgrade thing when i went to kinzkingdom.com/forums/install/upgrade.php

and now the admin cp is ruined and when i go to kinzkingdom.com/forums/admincp/index.php
it says this

Warning: require_once(/home/.laboring/brandon56/kinzkingdom.com/forums/includes/adminfunctions_bookmarksite.php) [function.require-once]: failed to open stream: No such file or directory in /admincp/global.php on line 201

Fatal error: require_once() [function.require]: Failed opening required '/home/.laboring/brandon56/kinzkingdom.com/forums/includes/adminfunctions_bookmarksite.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.laboring/brandon56/kinzkingdom.com/forums/admincp/global.php on line 201

Luckily i did a database backup in the admin cp before i tried to upgrade, unfortunately i do not know how to fix my problem!

L

Mosh
07-17-2008, 09:57 PM
It probably means the adminfunctions_bookmarksite.php file can not be found

Make sure that /includes/adminfunctions_bookmarksite.php has actually been uploaded, as bookmarks is a new feature of v3.7.

To be on the safe side, make sure all files in the uploadthat came with your 3.7.2 patch level 1 zip file have been uploaded.

RLShare
07-18-2008, 12:59 AM
Disable all of your plugins by putting
define('DISABLE_HOOKS', 1);

Anywhere in your config.php and see if that helps, if it does its caused by one of the mods you have installed.