[quote:99561a031f][i:99561a031f]Originally posted by moronhead[/i:99561a031f]
[quote:99561a031f][i:99561a031f]Originally posted by SimGuy[/i:99561a031f]
How do I turn off safemode for a single account?
I added php_value safe_mode 0 to the VirtualHost thing in httpd.conf and restarted apache. It dosnt work, I dont get any errors from apache starting but I still get safemode errors. I tried php_value safe_mode off too and no luck

[/quote:99561a031f]
What you needed was:
php_admin_value safe_mode 0
iminteractive's solution should also work for you.
If you are disabling safe mode for a particular account you may want to restrict the user moving out of their allocated space for enhanced security by adding this in the VirtualHost:
php_admin_value open_basedir &/home/username:/tmp&
Regards,
Norman[/quote:99561a031f]
That doesnt work either. Where exactly did you place php_admin_value safe_mode 0? Can you give us an example. I have place it everwhere in the virtual domain and nada!
Fatal error: Dynamically loaded extensions aren't allowed when running in SAFE MODE