Roundcube Community Forum

 

Config error

Started by jarred89, October 08, 2009, 11:42:58 PM

Previous topic - Next topic

jarred89

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.

SKaero

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)?

jarred89

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.

SKaero

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.