Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: jarred89 on October 08, 2009, 11:42:58 PM

Title: Config error
Post by: jarred89 on October 08, 2009, 11:42:58 PM
Hello,

I am installing roundcube on my webserver and when I have uploaded the config settings to my server then go config the page always seems to go blank and nothing happens. Does anyone know what is causing this?

Thanks.
Title: Config error
Post by: SKaero on October 09, 2009, 03:06:17 AM
What do you mean by "the config the page" do you mean the installer? What does the front page of RoundCube say? Is there anything in the error log (RC root/logs)?
Title: Config error
Post by: jarred89 on October 10, 2009, 08:51:29 PM
Yes the installer, It happens on step 3. The front page comes up with errors because I haven't got to the bit to load the tables into the database.
Title: Config error
Post by: SKaero on October 11, 2009, 05:27:55 AM
Try doing a manual install, post the data in the SQL/mysql.initial.sql into you database. If you haven't setup your config go to your config folder and make a copy of the main.inc.php.dist and db.inc.php.dist then rename the copy's to main.inc.php and db.inc.php. Open the db.inc.php file and change the $rcmail_config['db_dsnw'] line to
$rcmail_config['db_dsnw'] = 'mysql://db_username:db_password@localhost/database';
Now open the main.inc.php file and edit the following line:
$rcmail_config['default_host'] = '';
Enter your mail server

That should give a basic install, let me know if you have any more problems.