I have been reading this forum and the swsoft forum. Tried changing the vhost.conf file a few times for one domain w/o any luck. Any help is very appreciated. Would updating to 5.1.4 help?
Its a vps server with plesk 8.01 on FC4 php 5.0.4.1
Warning: Unknown: open_basedir restriction in effect. File(/var/www/vhosts/jdomain.com/httpdocs/domains.com/index.php) is not within the allowed path(s): (/var/www/vhosts/domains.com/httpdocs.:/tmp) in Unknown on line 0
Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0
Warning: Unknown: Failed opening '/var/www/vhosts/domains.com/httpdocs/domains/index.php' for inclusion (include_path='.:') in Unknown on line 0
Judging from the error you're getting I still think you made a typo in vhost.conf that broke your open_basedir path. Can you post the path you set in vhost.conf? And why did you put in an alternate open_basedir path in the first place?
It doesn't really make sense to add the ..../httpdocs/domains dir, as the ..../httpdocs entry should already allow this. I would just remove that open_basedir line completely, as the default open_basedir setting is ..../httpdocs:/tmp which should work just fine.
Also, change php_flag to php_admin_flag. And I think you'd better move that display_errors line into the Directory section (in place of the currennt open_basedir line).
[client 69.253.65.37] PHP Warning: Unknown: open_basedir restriction in effect. File(/var/www/vhosts/jspwebhost.com/httpdocs/domains/index.php) is not within the allowed path(s): (/var/www/vhosts/jspwebhost.com/httpdocs.:/tmp) in Unknown on line 0
[client 69.253.65.37] PHP Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0
[client 69.253.65.37] PHP Warning: Unknown: Failed opening '/var/www/vhosts/jspwebhost.com/httpdocs/domains/index.php' for inclusion (include_path='.:') in Unknown on line 0