PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Problem with open_basedir (http://www.phpdig.net/forum/showthread.php?t=1126)

philip_snyder 07-26-2004 02:02 PM

Problem with open_basedir
 
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 Code:

<?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.


All times are GMT -8. The time now is 08:32 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.