Roundcube Community Forum

 

RC 0.5 Adressbook error

Started by olesj, January 24, 2011, 01:53:26 AM

Previous topic - Next topic

olesj

Hi

After installing a RC5.0 I've got a problem with Address Book.
When I click adressbook icon I get this error:

SERVICE Currently Not Available!

Error No.. [500]



I guess there is something missing in my SQL but how can I fix it.
Here is the error coming from the log.

[24-Jan-2011 07:46:43 +0100]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_39f87b2f5d9429b00b6aa99404fba87c6a92fce52 FROM 'SELECT * FROM contactgroups WHERE del<>1 AND user_id=? ORDER BY name']
[Native code: 1146]
[Native message: Table 'roundcubemail.contactgroups' doesn't exist]
 in C:\Programmer\Apache Software Foundation\Apache2.2\htdocs\RC50\program\include\rcube_mdb2.php on line 268 (GET /rc50/?_task=addressbook)

:confused::confused:

SKaero

The SQL upgrade didn't work, try running it manually.

olesj

Thanks for you´r reply ...


Is there a guide how to do .

I found the mysql.update.sql file but don know what to do ..

SKaero


olesj

Quote from: skaero;32696Here's the update guide: Howto_Upgrade ? Roundcube Webmail

Where I need help is enough to run the script in my MySql database.

What and where should I start ..

SKaero

Copy all of the the lines under the version your updating from in the update sql file from and run in your RoundCube database. The easiest way would be to use phpMyAdmin to run the queries.