I got Plesk on a dedicated server. I had open_basedir restriction in effect
error in my PHP website, so i have edited the php.ini files in server root and also created one within each domain.
In php.ini file the open_basedir
is set to none
.
safe mode
is set to off.
Problem:
None of the changes i made in php.ini take effect on site, i still get the open_basedir error. I restarted apache and the server via plesk (10.3) cpanel.
it looks like my changes are overridden some where else, but don't know where?
I also created vhost.conf file within each domain, this don't work either.
Thanks.