Quote:
Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 10482 is not allowed to access /home/httpd/vhosts/paragonix.org/httpdocs/portal owned by uid 0 in /home/httpd/vhosts/paragonix.org/httpdocs/portal/races/index.php on line 7
Warning: main(): Unable to access ./global.php in /home/httpd/vhosts/paragonix.org/httpdocs/portal/races/index.php on line 14
Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/paragonix.org/httpdocs/portal/races/index.php on line 14
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/paragonix.org/httpdocs/portal/races/index.php on line 14
|
This is what I edited...
PHP Code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
chdir('../forums');
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
$navbits = array();
$navbits[$parent] = 'Races';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('races') . '");');
?>
OKay I aM still having issues with both tries...