apple
Verified User
How do I turn off safe mode? I am installing a program that reqire safe mode off. Thanks 

apple said:But you still havent answer my question directly. Where can I see the safe mode file? I can see php.ini but it doesnt give me any clue that safe_mde is off or on.
apple said:This is what I see in the file. I cant see if it is ON or OFF.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
[admin@lgs1 ~]$ grep safe_mode /etc/php.ini
safe_mode = Off
; then turn on safe_mode_gid.
safe_mode_gid = Off
; When safe_mode is on, UID/GID checks are bypassed when
safe_mode_include_dir =
; When safe_mode is on, only executables located in the safe_mode_exec_dir
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
; protected even if safe_mode_allowed_env_vars is set to allow to change them.
safe_mode_protected_env_vars = LD_LIBRARY_PATH
sql.safe_mode = Off
[admin@lgs1 ~]$
php_admin_value safe_mode Off [B]or[/B] php_admin_value safe_mode On
I'm not sure I understand. If you have admin access to your whole server then you are the host. Do you mean the company that set up your server for you? Or do you not have an entire server?apple said:OK, i know why now. I cannot see it on my adminserver. So, my host did not give me full access. Is that the reason?
Get the company to do itapple said:The company set it up for us. We have unlimited bandwith, space and domain names.
Where do I get the latest version of DA?