ThePapabear
01-09-2005, 08:12 AM
Hi!
IŽve installed 3.0.5 on my local testserver and it runs fine. Now installing the vBadvanced and running in troubles...
IŽve checked all the files 3 times and reinstalled all VBa files. But the same error appears again and again:
Parse error: syntax error, unexpected T_GLOBAL in C:\apachefriends\xampp\htdocs\web\index.php on line 27
and here my index.php:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.0
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 11:28, Sat Jan 8th 2005 - 7469
// ||
// ++ ========================================================================++
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('c:\apachefriends\htdocs\web\forum\');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('global.php');
print_portal_output($home);
?>
When changing line 27 to "('./global.php')" i get an parse error again:
Parse error: syntax error, unexpected '/' in C:\apachefriends\xampp\htdocs\web\index.php on line 27
Local i have installed the newest version of XAMPP on WinXP SP2 which runs without problems. Thanks for any help.
greets
ThePapabear
PS: i forgot to say, that the forums version is the german one from vbulletin-germany.com
IŽve installed 3.0.5 on my local testserver and it runs fine. Now installing the vBadvanced and running in troubles...
IŽve checked all the files 3 times and reinstalled all VBa files. But the same error appears again and again:
Parse error: syntax error, unexpected T_GLOBAL in C:\apachefriends\xampp\htdocs\web\index.php on line 27
and here my index.php:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.0
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 11:28, Sat Jan 8th 2005 - 7469
// ||
// ++ ========================================================================++
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('c:\apachefriends\htdocs\web\forum\');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('global.php');
print_portal_output($home);
?>
When changing line 27 to "('./global.php')" i get an parse error again:
Parse error: syntax error, unexpected '/' in C:\apachefriends\xampp\htdocs\web\index.php on line 27
Local i have installed the newest version of XAMPP on WinXP SP2 which runs without problems. Thanks for any help.
greets
ThePapabear
PS: i forgot to say, that the forums version is the german one from vbulletin-germany.com