• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

open_basedir errors in new php install

Q

quincywisdom

Guest
I recently upgraded my php version from 4.2.2 to 4.3.2, and I'm seeing a lot of open_basedir errors. I've done a lot of searching on this forum, and have tried a lot without getting any results.

Now, the open_basedir errors are coming from directories outside the root of the domain...for example:

domain.com = no errors
domain.com/folder = A lot of errors.

I've tried editing my vhost.conf file about 100 times, I've rebuilt and restarted Apache after each attempt, to no avail.

my /etc/php.ini file reads "open_basedir = /"

This never happened before I upgraded php...does anyone have a solution? Thanks...

-Quincy
 
hi there,

why don't you use your old php.ini (the one from the older version) - because there it worked ;)
the new php version should be compatible with it.
 
Back
Top