Forums / Install & configuration / open_basedir warning

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

open_basedir warning

Author Message

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

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 X

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

barry voeten

Monday 30 June 2003 4:04:43 am

In my case I decided to simply change the code in the
ezsession.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.