Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: trelin on February 17, 2008, 07:13:35 PM

Title: Error when accessing Roundcube
Post by: trelin on February 17, 2008, 07:13:35 PM
After installation, when i access Roundcube, i get this error

QuoteParse error: syntax error, unexpected ':' in /usr/local/cpanel/base/roundcube/config/db.inc.php on line 21

When i go to line 21 in the path/file shown, this is what is shown

Quote$rcmail_config['db_dsnw'] = Â'mysql://root:myusername@localhost/roundcubeÂ';

How do i resolve this error?
Title: Re: Error when accessing Roundcube
Post by: roundtriangle on February 18, 2008, 02:12:23 PM
Dont use ` , try ' or "

the next thing:

$rcmail_config['db_dsnw'] = "mysql://username:password@localhost/roundcube";
okay?