kobescoresagain
05-12-2005, 04:05 PM
Okay installed today. Got an error. Think it has to do with the path that you have to choose on step three. Here is the error:
Parse error: parse error, unexpected '/' in /homepages/16/d117449961/htdocs/cmps_index.php on line 21
I did the step where it says to make a file php.info and then check it. It told me that the path was
/kunden/homepages/16/d117449961/htdocs/forums/info.php
(I don't even know why it says that) (but that is what it said)
I replaced the code so that it looks like this
<?php
// ++================================================ =========================++
// || vBadvanced CMPS v1.0.1
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || vb.org distro
// ||
// ++ ================================================== ======================++
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
// ============================================
/kunden/homepages/16/d117449961/htdocs/forums/info.php
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);
?>
Can anyone help? i messed around with it a little and can't figure it out. thanks
Parse error: parse error, unexpected '/' in /homepages/16/d117449961/htdocs/cmps_index.php on line 21
I did the step where it says to make a file php.info and then check it. It told me that the path was
/kunden/homepages/16/d117449961/htdocs/forums/info.php
(I don't even know why it says that) (but that is what it said)
I replaced the code so that it looks like this
<?php
// ++================================================ =========================++
// || vBadvanced CMPS v1.0.1
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || vb.org distro
// ||
// ++ ================================================== ======================++
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
// ============================================
/kunden/homepages/16/d117449961/htdocs/forums/info.php
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);
?>
Can anyone help? i messed around with it a little and can't figure it out. thanks