Roundcube Community Forum

 

Warning Errors and php.ini question

Started by LiberaDreams, June 08, 2008, 02:21:39 AM

Previous topic - Next topic

LiberaDreams

I tried installing RoundCube earlier today on my web server and I got a PHP warning session as followed:

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/path/to/webmail/installer/index.php:8) in /home/path/to/webmail/installer/index.php on line 29

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/path/to/webmail/installer/index.php:8) in /home/path/to/webmail/installer/index.php on line 29

And when I did the environment check on the install I could not continue with set-up because the magic_quotes_gpc on the php.ini/.htaccess settings on my server is set to 1 and not 0. Is there a way I can change that myself or is that something I need to inform my host on changing?

Hope someone can help me out with this, thanks in advanced!!

evb

Normally you can change yourself the .htaccess file. Did you try?

I remember me that I could define a sub php.ini file in my host environment with my specific values.

LiberaDreams

No I did not try that, how would I change it?

And I got in contact with my webhost and they told me to load my own php.ini file in my public_html folder with the correct settings for RC to run. However, I do not know how to do that. Can anyone help me?