Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rickymallory on July 15, 2008, 07:13:06 AM

Title: Checking php.ini/.htaccess settings
Post by: rickymallory on July 15, 2008, 07:13:06 AM
I cant get past the page that checks all the requirements.

it's saying:

magic_quotes_gpc:  NOT OK(is '1', should be '0')

I checked the .htaccess file in the roundcube directory and it says

magic_quotes_gpc

is 0 as it should be, so im not sure whats going on...
Title: Checking php.ini/.htaccess settings
Post by: bpat1434 on July 15, 2008, 10:53:39 AM
Not all servers allow the .htaccess to override the php.ini setting.  You may have to modify your php.ini or contact your host to find out how you can change this.  Most of the time if you can't do it in a .htaccess file, you should be able to create your own php.ini file which will override their default php.ini file.