Does anyone know where the default php.ini setting,
open_basedir = /home/e-smith/files/ibays/Primary is set?
The actual file /etc/php.ini does not have it set and it's not in any of the template fragments. If I spell it out to something else in php.ini manually, the directive is not honoured.
Bottom line, I need to turn it OFF! It's interfering with a script I wrote in php to load files into mysql.
I would greatly appreciate any help!
Wes