Zenan
09-03-2004, 10:54 AM
Hello
After tryin to find a proper solution, using the search function i gave up and will open maybe the 100th thread with the same problem..
we installed the vbadvanced cmps - worked fine
but then the cmps_index.php wont work
here the file in question
<?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('/home/strato/www/we/www.weltenwanderer-guild.de/htdocs/vb');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
all we getting is an internal 500 server error
any help would be highly appreciated
After tryin to find a proper solution, using the search function i gave up and will open maybe the 100th thread with the same problem..
we installed the vbadvanced cmps - worked fine
but then the cmps_index.php wont work
here the file in question
<?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('/home/strato/www/we/www.weltenwanderer-guild.de/htdocs/vb');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
all we getting is an internal 500 server error
any help would be highly appreciated