Roundcube Community Forum

 

roundcube installation probelm

Started by msedighi, June 05, 2008, 05:22:06 PM

Previous topic - Next topic

msedighi

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

evb

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.

dano

You may have to restart your web server too.

pwb503

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...

Coahman

#4
I am having the same problem, and that didn't seem to work for me.