PDA

View Full Version : Changing from vbPortal to vbAdv, pls help


The_Reefkeeper
03-16-2006, 11:17 AM
Hi,

I haven't found much on this topic of changing from one system to the other. I have installed vbadvanced and removed vbPortal. I'm now trying to get vbadvanced to run but I'm having some major hassles. When going to http://www.sareefkeeping.com/cmps_index.php, I get the following error:

Warning: main(/home/sareefer/public_html/includes/config.php): failed to open stream: No such file or directory in /home/sareefer/public_html/global.php on line 103
Fatal error: main(): Failed opening required '/home/sareefer/public_html/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sareefer/public_html/global.php on line 103


I'm no whizz with codes or anything but it seems as if maybe my DB is still looking for my vbPortal global file? Please please help, our site has been down for a few days and I have advertisers ready to chop my head off, please help.

Thanks.

The_Reefkeeper
03-17-2006, 10:13 AM
Please, anybody? The lack of help is getting very frustrating, please somebody?

Our Sponsors
 

KW802
03-17-2006, 11:48 AM
Reefkeeper,

In your cmps_index.php check the value you have for the $forumpath setting. Based upon what you've posted above it should be...
$forumpath = '/home/sareefer/public_html/{forums}';
Be sure to change the {forums} part to the name of the actual folder that you have vBulletin installed in.

The_Reefkeeper
03-18-2006, 08:01 AM
Hi Kevin,

Thank you for the response.

Okay this is what my cmps_index.php file currently looks like:

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '/home/sareefer/public_html/SARK';



But I'm still having the same problems. Any further suggestions?

Thanks so much.
_Cerven