Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: keneso on October 16, 2012, 07:33:03 PM

Title: `RCMAIL_CHARSET' not supported
Post by: keneso on October 16, 2012, 07:33:03 PM
Hi.

I am trying to install RC0.8, and get the following error on the "create config" step, I gues for all sections (general configurations, logging & debugging, database setup, imap settings, etc.):

Warning: htmlspecialchars() [function.htmlspecialchars]: charset `RCMAIL_CHARSET' not supported, assuming iso-8859-1 in /home/user/public_html/webmail/program/include/html.php on line 304

OT
Is 755 permission ok for logs, and temp directories, or shall I set them 777?

Thank you
Title: Re: `RCMAIL_CHARSET' not supported
Post by: SKaero on October 16, 2012, 07:50:48 PM
http://www.roundcubeforum.net/index.php/topic,10388.0.html
Title: Re: `RCMAIL_CHARSET' not supported
Post by: ABerglund on October 17, 2012, 01:31:42 AM
Quote from: keneso on October 16, 2012, 07:33:03 PMIs 755 permission ok for logs, and temp directories, or shall I set them 777?
755 is fine if the directories are owned by the webserver user (apache, www, or whatever). If the directories are owned by any other user, you'll need 777.
Title: Re: `RCMAIL_CHARSET' not supported
Post by: keneso on October 17, 2012, 06:48:03 AM
Thank you both.

I had searched (forum, and google) but obviously mot appropriate wording, the closest I found was
http://trac.roundcube.net/ticket/1488744

All working now.