Author Topic: roundcube installation probelm  (Read 4775 times)

Offline msedighi

  • Newbie
  • *
  • Posts: 1
roundcube installation probelm
« 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

Offline evb

  • Jr. Member
  • **
  • Posts: 34
roundcube installation probelm
« Reply #1 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.

Offline dano

  • Full Member
  • ***
  • Posts: 124
roundcube installation probelm
« Reply #2 on: June 06, 2008, 04:04:32 PM »
You may have to restart your web server too.

Offline pwb503

  • Newbie
  • *
  • Posts: 2
Same problem
« Reply #3 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...

Offline Coahman

  • Newbie
  • *
  • Posts: 1
roundcube installation probelm
« Reply #4 on: June 24, 2008, 12:48:59 PM »
I am having the same problem, and that didn't seem to work for me.
« Last Edit: June 24, 2008, 12:51:27 PM by Coahman »