PDA

View Full Version : Help after upgrade


betts02
12-04-2011, 11:21 PM
I have just upgraded from v4.0.3 to the latest 4.1.8 for my forums

I use vbadvanced for my home page but since the upgrade i keep getting :

Warning: require_once(+++++++/topx/class_+++++++topx.php) [function.require-once]: failed to open stream: No such file or directory in [path]/global.php(37) : eval()'d code on line 2

Fatal error: require_once() [function.require]: Failed opening required '+++++++/topx/class_+++++++topx.php' (include_path='.:/usr/lib/php') in /home/nextgen6/public_html/global.php(37) : eval()'d code on line 2

Any ideas on how to fix this please ?

many thanks in advance

LifesGreatestGift
12-04-2011, 11:30 PM
you have the vietbb topx mod (stats mod) installed and there seems to be an issue with vbulletin locating the topx.php file. disable the mod to make sure that is the issue. if it is, try reuploading the contents of the mod and possibly reinstalling it with override.

--------------- Added 1323045197 at 1323045197 ---------------

if this is your site http://www.nextgenerationgamers.co.uk/ i would recommend disabling all mods from the includes/config.php file. seems to be an issue with the database. could be caused by a mod.

Open config.php
and add
define('DISABLE_HOOKS', true);

right after <? on line one. so line 1 and 2 should look like this
<?php
define('DISABLE_HOOKS', true);