PDA

View Full Version : Problem with open_basedir


philip_snyder
07-26-2004, 02:02 PM
I'm trying to get a working install of phpDig going here and I'm banging my head against a wall.:bang: Basically, the problem is that I'm trying to install it on a server that has an open_basedir restriction set and I can't turn it off for security reasons. Pretty much every page I try to view has required me to copy files here there and everywhere just so I could get anywhere with it. Does anyone have any ideas on this one?

Charter
07-26-2004, 03:03 PM
Hi. Look at your PHP info page, or run the following code to generate your PHP info page:

<?php phpinfo(); ?>

Then look for open_basedir on your PHP info page, and install PhpDig within the listed directory.

philip_snyder
07-26-2004, 03:27 PM
Looked into this... and I think the problem is centered around an open_basedir setting of "." - bleh.