Roundcube Community Forum

Release Support => Release Discussion => Topic started by: quwax on January 30, 2014, 03:08:17 AM

Title: Database Problem
Post by: quwax on January 30, 2014, 03:08:17 AM
Hello,
when I check my database I get the alert:
    Missing table 'contactgroups'
    Missing table 'contactgroupmembers'

the update scheme does nothing. When I chekc the database these tables are not there. So I guess I have to insert them manually.

How?

Thanks
quwax
Title: Re: Database Problem
Post by: quwax on February 02, 2014, 12:21:37 AM
Hello,
would be somebody please be so kind and post the structure of these 2 tables or at least a pointer where I can find it?
So that I can update the database with the proper tables and fields.

I just updated the installation to 1.0-rc and find the same problem after running the update script or trying to update the database schema from the webinterface.

I know how to insert the tables, but I need to know which fields are required and which dataformat they should have.

thanks
quwax
Title: Re: Database Problem
Post by: JohnDoh on February 02, 2014, 03:15:32 AM
I'm not sure which type of database you are using but you'll find *.initial.sql files in the SQL folder of your roundcube installation or here https://github.com/roundcube/roundcubemail/tree/release-1.0/SQL
Title: Re: Database Problem
Post by: quwax on February 02, 2014, 04:05:23 AM
it's mysql, but thanks that did it.
Just wondering, why the installer wasn't able to do it ... ?
cheers
quwax