[PHP] safe_mode_include_dir

2007-12-12 Thread Tony Beyers
I'm running php 5.2.5 with these settings in a virtualhost block in apache 2.0.61: php_admin_flag safe_mode on php_admin_value include_path "/afs/msu.edu/.../web" php_admin_value safe_mode_include_dir "/afs/msu.edu/.../web" I've got an index.php file in web/support/ that d

[PHP] safe_mode_include_dir

2007-12-12 Thread Tony Beyers
I'm running php 5.2.5 with these settings in a virtualhost block in apache 2.0.61: php_admin_flag safe_mode on php_admin_value include_path "/afs/msu.edu/.../web" php_admin_value safe_mode_include_dir "/afs/msu.edu/.../web" I've got an index.php file in web/support/ that doe

Re: [PHP] safe_mode_include_dir

2007-12-12 Thread Tony Beyers
with safe_mode on. The target directory is a real world readable directory. On Dec 12, 2007 3:43 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: >Tony, > >Calm down. It may take us 21 minutes to respond sometimes, but we > will. No need to repost. ;-P > > On De

Re: [PHP] safe_mode_include_dir

2007-12-13 Thread Tony Beyers
No luck with these solutions. What does work is: require_once(dirname(__FILE__) . '/../php/support.php'); but I still don't understand why the relative link doesn't work. On Dec 12, 2007 6:38 PM, Andrés Robinet <[EMAIL PROTECTED]> wrote: > > > -----Original