Tags: open_basedir
Fixing PHP's require "open_basedir restriction in effect" on Plesk
December 30th, 2007When moving from Ensim to Plesk I noticed that all my PHP programs stopped working. Every relative pathed file I had added to a require() statement errorred with the message:
open_basedir restriction in effect
I added the current directory ('.') to… more »

