View Full Version : plz help
timo1st
08-02-2004, 04:17 AM
igot this error
Warning: ChDir: No error (errno 0) in c:\phpdev\www\vb2\index.php on line 19
Parse error: parse error in c:\phpdev\www\vb2\global.php on line 283
Fatal error: Call to undefined function: print_portal_output() in c:\phpdev\www\vb2\index.php on line 27
plz help
Zachery
08-02-2004, 04:21 AM
Sounds like you did not edit the chdir line :)
timo1st
08-02-2004, 08:14 AM
i did
/#################
<?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('c:/phpdev/www/vb2/index.php');
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
timo1st
08-02-2004, 08:15 AM
its true in windows ?
mholtum
08-02-2004, 11:56 AM
chdir('c:/phpdev/www/vb2/');
Try that.
timo1st
08-03-2004, 03:52 AM
thanks now good
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.