Re: [PHP] open_basedir restriction in effect

2008-04-24 Thread Yannick Warnier
Le jeudi 24 avril 2008 à 15:35 -0700, Richard Kurth a écrit : > *I keep getting this warning when I try run my script that I what to > look at the data in the mailbox for bounced email > > Warning*: opendir() [function.opendir > ]: open_basedir restric

[PHP] open_basedir restriction in effect

2008-04-24 Thread Richard Kurth
*I keep getting this warning when I try run my script that I what to look at the data in the mailbox for bounced email Warning*: opendir() [function.opendir ]: open_basedir restriction in effect. File(/var/qmail/mailnames/easycontactpro.com/bounce/M

[PHP] open_basedir restriction and local value for php.ini

2004-09-22 Thread Bogdan Ribic
Hello all, I am having problems with cleint's webserver and its open_basedir settings. open_basedir is set to folder where all my php files are, but when I include a file that already includes another one (all under allowed directory tree) it throws out warnings: Warning: open_basedir restric

[PHP] open_basedir restriction in effect

2003-06-23 Thread Logan McKinley
I am getting the following error when I am trying to include a file using include("includes\handle_errors.inc"); <-> Warning: open_basedir restriction in effect. File is in wrong directory in /var/hosting/www/www.site.com/http/PHP/compare.php on line 4

Re: [PHP] open_basedir restriction?

2002-08-22 Thread Jason Wong
On Thursday 22 August 2002 19:31, Thomas Goeminne wrote: > I am getting this message running one off my neat scripts? what does the > basedir restriction mean? Put simply you're not allowed to access files that are outside of the directory specified by "open_basedir". See php.ini and manual ->

[PHP] open_basedir restriction?

2002-08-22 Thread Thomas Goeminne
I am getting this message running one off my neat scripts? what does the basedir restriction mean? Warning: open_basedir restriction in effect. File is in wrong directory in /www/T/tgoeminne/web/www.hiphopstore.be/admin/includes/application_top.php on line 175 Warning: Failed opening '/admin/inc