Author Topic: Config error  (Read 3070 times)

Offline jarred89

  • Jr. Member
  • **
  • Posts: 11
Config error
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Config error
« Reply #1 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)?

Offline jarred89

  • Jr. Member
  • **
  • Posts: 11
Config error
« Reply #2 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Config error
« Reply #3 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
Code: [Select]
$rcmail_config['db_dsnw'] = 'mysql://db_username:db_password@localhost/database';
Now open the main.inc.php file and edit the following line:
Code: [Select]
$rcmail_config['default_host'] = '';
Enter your mail server

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