|
06-01-2004, 11:53 PM | #1 |
Green Mole
Join Date: Apr 2004
Posts: 3
|
Why this error?
Hello,
When i indexing a site, in the status page i see this message, Why? What can i do to resolve this? The message is.... Warning: open_basedir restriction in effect. File is in wrong directory in /home/my/public_html/def/spanish/search/admin/robot_functions.php on line 667 |
06-02-2004, 05:20 AM | #2 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
Are you indexing a site that requires authentication to enter? If so, read this thread.
If that isn't the problem at all, and I know this probably sounds like a dumb question, but what is in line 667 in your code? Some of us have customized our code so that line 667 for us isn't necessarily the same line of code for you. |
06-02-2004, 07:15 AM | #3 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. An open_basedir restriction limits the files that can be opened by PHP to a specified directory tree. To find this directory tree, look at your PHP info page, search for open_basedir, and then install PhpDig in that directory. Otherwise, if you have root, just set open_basedir to no value.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |