• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

open_basedir restriction in effect. File error

E

empireweb

Guest
I have 2 sites running the same script, I installed the script on the first site and noticed I had the Warning: main() [function.main]: open_basedir restriction in effect. error. I created the vhost.conf on the first one, since I could not find a way to fix the error, I went ahead and updated plesk to version 9.0.
The first site is working fine now, I figured everything would be fine, I installed the same script on the other site and I am getting the same error. I created the vhost.conf on the second site with same information as the previous and still getting an error, can anyone help me??

Warning: main() [function.main]: open_basedir restriction in effect. File

I have noticed one thing though when I run phpinfo.php on both domains, the domain that is working has the directive
open_basedir with no value on the local and master value.

while the domain that has the error has the directive open_basedir with /var/www/vhosts/bootycallnight.com/httpdocs:/tmp for the local value and none for the master value

I would appreciate any help, if not I am thinking of changing my hosting.
 
after you manually changed the vhost.conf did you reconfigure it and restarted/reloaded apache ?

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=bla.com

Brujo
 
Thank you for the tip Brujo. I had to call my vps provider for the root password, since I didn't have it. Once I ran the command you gave me, it worked fine. thank you again
 
Back
Top