Forums / Install & configuration / open_basedir warning
Robin Roberts
Monday 16 June 2003 2:07:06 pm
After loading everything I am trying to go to my admin page at startup and I keep getting these two warnings. Can someone explain what I did wrong.
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/virtuallyone.com/httpdocs/publish/lib/ezutils/classes/ezsession.php on line 75
Can someone explain what I did wrong.
Thanks,
Björn [email protected]
Tuesday 17 June 2003 11:58:46 am
tell your host to urn off the safe mode and open_basedir....
It can be done for a single vhost
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs Looking for hosting? http://hostingezpublish.com ----------------------------------------------------------------------------- GMT +01:00 Hannover, Germany Web: http://www.xrow.com/
barry voeten
Monday 30 June 2003 4:04:43 am
In my case I decided to simply change the code in theezsession.php to the full path on the server like:
include_once( '/www/htdocs/voetea/kleureneconomie/lib/ezdb/classes/ezdb.php' );
Sure I don't know what the next error / hack will be but this one is gone for now.