Bubbasmurf
11-19-2004, 02:38 PM
Ok I have installed everything up to Step 7: Updates Image Paths
When it gets to this point it goes to a page not found and stops.
Here in the cmps_index.php file
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/Forums_vb/');
// ============================================
// No Further Editing Necessary!
// ============================================
And yes I looked at the phpinfo and put that in the chdir part but that didn’t help
It still says
Warning: ChDir: No such file or directory (errno 2) in /export/home/bubbasmu/www/Forums_vb/cmps_index.php on line 19
Unable to add cookies, header already sent.File: N/ALine: 0
So I’m lost, I don’t know how to fix this, any help would be greatly appreciated
When it gets to this point it goes to a page not found and stops.
Here in the cmps_index.php file
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0 RC2 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/Forums_vb/');
// ============================================
// No Further Editing Necessary!
// ============================================
And yes I looked at the phpinfo and put that in the chdir part but that didn’t help
It still says
Warning: ChDir: No such file or directory (errno 2) in /export/home/bubbasmu/www/Forums_vb/cmps_index.php on line 19
Unable to add cookies, header already sent.File: N/ALine: 0
So I’m lost, I don’t know how to fix this, any help would be greatly appreciated