Roundcube Community Forum

Release Support => Pending Issues => Topic started by: LiberaDreams on June 08, 2008, 02:21:39 AM

Title: Warning Errors and php.ini question
Post by: LiberaDreams on June 08, 2008, 02:21:39 AM
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!!
Title: Warning Errors and php.ini question
Post by: evb on June 13, 2008, 07:08:43 AM
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.
Title: Warning Errors and php.ini question
Post by: LiberaDreams on June 13, 2008, 02:39:29 PM
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?