Roundcube Community Forum

 

Error when accessing Roundcube

Started by trelin, February 17, 2008, 07:13:35 PM

Previous topic - Next topic

trelin

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?

roundtriangle

Dont use ` , try ' or "

the next thing:

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