PDA

View Full Version : a litle question


BaBa2002
01-11-2003, 05:31 PM
hey i created a new template
and now i want that template in a new page open

when i creat a new php page whit this code <?php
error_reporting(7);

require('http://forums.blowreactor.com/forums/global.php');


eval("dooutput(\"".gettemplate('indexpage')."\");");

?>
i get this Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/forums.blowreactor.com/httpdocs/index.php on line 4

what do i wrong?