PDA

View Full Version : Error with the index.php file after installing


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

Brian
09-03-2004, 12:53 PM
Try changing the chdir line to this:

chdir('./vb');

If that doesn't help, would you mind submitting a support ticket via the Member's Area here so I can have a look?

Our Sponsors
 

Zenan
09-03-2004, 01:08 PM
Hmm with chdir('./vb');
its not work :(



Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, service@webmailer.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Zenan
09-03-2004, 01:14 PM
ok i submittet u a Ticket, hope u can help :)