LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MySQL error: open basedir? (https://www.linuxquestions.org/questions/linux-software-2/mysql-error-open-basedir-216882/)

Seventh 08-12-2004 05:57 PM

MySQL error: open basedir?
 
I'm installing a blogger script for a friend, and I'm getting this error:

Code:

Warning: open_basedir restriction in effect. File is in wrong directory
The script runs fine on a different server, so I'm thinking it's something I have screwed up on my end. Any insight appreciated. :) Thanks!

hw-tph 08-13-2004 03:54 PM

Check your php.ini and comment out the open_basedir line. open_basedir limits file operations to a single directory, which makes it an unwise configuration setting to use in a site-wide config file. But it does enhance security a lot.


Håkan

Seventh 08-13-2004 04:20 PM

That worked! Thanks very much! :D


All times are GMT -5. The time now is 12:41 AM.