When I run the installer I get the following error:
magic_quotes_gpc: NOT OK(is '1', should be '0')
I asked them to change it and they advised they set it to "OFF" It still didn't work so I asked them again.
My server administrator (Midphase) responded with this:
I disabled the magic_quotes_sybase for your account.
You can see this via:
http://shinnickcenter.org/phpinfo.php
Please contact to your developer and consult about this issue.
Also, please note that on our server enabled php_suexec.
I can't even get it installed, can someone help me with this?
I ran a script on my webserver to check the php settings. It can be seen by clicking the link below.
http://www.shinnickcenter.org/test.php
It shows that the magic_quotes_gpc file is set to off. Is this supposed to be set to "0"
From what I can see, perhaps your host is running a Suexec environment.
If they are, a quick way to tell is to change a folder to permissions 777 and try to goto that folder, an internal 500 error should appear.
If it doesnt, then your running a standard php installation.
If they are running suexec, then you need to copy the php.ini they made in your public_html folder to whatever directory roundcube is installed in.