Marcus Lau
12-08-2004, 04:09 PM
Alright Team of VbAdvance, u have a awesome product, u r the best, However i encounter an obstacle:
here my site where i install vba cmps
http://www.citychristians.com/forums/cmps_index.php.
Firstly: Please advice me on the error, and THanks :)
Warning: chdir(): No such file or directory (errno 2) in /home/admin/domains/citychristians.com/public_html/forums/cmps_index.php on line 19
<?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', false);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('./home/admin/domains/citychristians.com/public_html/forums/cmps_index.php');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
Secondly: Link ain't working on that page and so once again please advice bros.
Marc
here my site where i install vba cmps
http://www.citychristians.com/forums/cmps_index.php.
Firstly: Please advice me on the error, and THanks :)
Warning: chdir(): No such file or directory (errno 2) in /home/admin/domains/citychristians.com/public_html/forums/cmps_index.php on line 19
<?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', false);
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('./home/admin/domains/citychristians.com/public_html/forums/cmps_index.php');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
Secondly: Link ain't working on that page and so once again please advice bros.
Marc