Roundcube Community Forum

Release Support => Release Discussion => Topic started by: msedighi on June 05, 2008, 05:22:06 PM

Title: roundcube installation probelm
Post by: msedighi on June 05, 2008, 05:22:06 PM
Hi,

I tried to install Roundcube on a shared server. I got the following message:
Checking php.ini/.htaccess settings
file_uploads:  OK
session.auto_start:  OK
magic_quotes_gpc:  NOT OK(is '1', should be '0')
magic_quotes_sybase:  OK

I changed magic_quotes_gpc from ON to OFF but still getting this message.
I appreciate your help.

Thanks
Title: roundcube installation probelm
Post by: evb on June 06, 2008, 03:39:51 PM
Did you verify if you corrected the right php.ini file?
Sometimes there are different php.ini files.
Look with phpinfo.php in your webbrowser to see which php.ini file PHP is using.
Title: roundcube installation probelm
Post by: dano on June 06, 2008, 04:04:32 PM
You may have to restart your web server too.
Title: Same problem
Post by: pwb503 on June 20, 2008, 04:48:59 AM
I had the same problem until I did this:

Uploaded php.ini files to the main RoundCube directory, and (I don't know if I needed to do it here too but I did...) the Installer directory.  

These php.ini files had the following in them:
magic_quotes_gpc = Off

This solved the problem even though I think it should have worked before...
Title: roundcube installation probelm
Post by: Coahman on June 24, 2008, 12:48:59 PM
I am having the same problem, and that didn't seem to work for me.