Log in

View Full Version : Archive Error


bleros
02-12-2009, 01:32 PM
why i have Archive error

Warning: chdir() [function.chdir]: open_basedir restriction in effect. File(./..) is not within the allowed path(s): (/home/www/web123/html/:/home/www/web123/phptmp/:/home/www/web123/files/:/home/www/web123/atd/) in /home/www/web123/html/archive/global.php on line 17

Warning: require_once() [function.require-once]: Unable to access /home/www/web123/html/archive/includes/init.php in /home/www/web123/html/archive/global.php on line 20

Warning: require_once(/home/www/web123/html/archive/includes/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/web123/html/archive/global.php on line 20

Fatal error: require_once() [function.require]: Failed opening required '/home/www/web123/html/archive/includes/init.php' (include_path='.') in /home/www/web123/html/archive/global.php on line 20

Lynne
02-12-2009, 01:51 PM
Error is right here - it can't find this file:
Unable to access /home/www/web123/html/archive/includes/init.php

And, for good reason - that file doesn't exist in that directory. It doesn't like the chdir command on line 17 in archive/global.php because of open_basedir restrictions on your server. I'd talk to your host about this.