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