Safe Mode Check

Goochi

Joined: 2004-12-31
Posts: 17
Posted: Sun, 2005-01-02 12:01

Hello,

I tried installed G2. I failed because Safe Mode was on, so I asked my hosts to turn it off as they did. Then I tried again but it still said Safe Mode was on. So is the script that checks for the Safe Mode 100% waterproof? Or is there something wrong at my hosts side. They send their php.ini to me to check, but all Safe Mode settings were excactly the same as at my home server. G2 installer worked fine on my home server. I LOVE G2 :)

Regards,
Goochi

----

Gallery URL: http://www.emma-community.co.uk/gallery2/
Gallery version: 2.0 alpha 4
Webserver: Apache 2.0
Datatabase: MySql 3.23.58
PHP version: 4.3.2
phpinfo URL: http://www.emma-community.co.uk/phpinfo.php
Graphics Toolkit(s): GD 2
Operating system: Windows XP Pro SP2
Web browser/version: Mozilla Firefox 1.0 Final

 
Einstein
Einstein's picture

Joined: 2003-10-13
Posts: 105
Posted: Sun, 2005-01-02 12:34

If you read your phpinfo http://www.emma-community.co.uk/phpinfo.php you see that safe_mode = on. Your host didn't change it?

 
Goochi

Joined: 2004-12-31
Posts: 17
Posted: Tue, 2005-01-25 22:52

safe_mode
- Local Value = On
- Master Value = Off

Whats the difference.
I checked php.ini but it clearly said it was off.

'Safe Mode=Off'

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2005-01-26 20:38

The "Local Value" setting means that somewhere in their httpd.conf they have a line like this: "admin_php_flag safe_mode on"

They need to remove/fix that line.