0

Table 'content_type_cmtls_group' doesn't exist after 0.5 alpha clean install

Jean-Luc Henry 13 years ago updated by René Lasseron 13 years ago 2
At the end of the installation procedure, I had this error message:


Community Tools installation complete

  • user warning: Table 'testcmtls.content_type_cmtls_group' doesn't exist query: SELECT nid FROM content_type_cmtls_group WHERE field_cmtls_group_main_value = 1 LIMIT 1 in /srv/www/files/test2.newlimits.org/sites/all/modules/cmtls/modules/cmtls_group/cmtls_group.module on line 607.
  • user warning: Table 'testcmtls.content_type_cmtls_group' doesn't exist query: SELECT nid FROM content_type_cmtls_group WHERE field_cmtls_group_main_value = 1 LIMIT 1 in /srv/www/files/test2.newlimits.org/sites/all/modules/cmtls/modules/cmtls_group/cmtls_group.module on line 607.

Congratulations, Community Tools has been successfully installed.

Please review the messages above before continuing on to your new site.

That's very strange because the table exist in reality!

I tried a second fresh install, and got the same error message. But after, I have done the query manually, and it's working perfectly:

mysql> SELECT nid FROM content_type_cmtls_group WHERE field_cmtls_group_main_value = 1 LIMIT 1;
+-----+
| nid |
+-----+
|   1 |
+-----+
1 row in set (0.00 sec)

It's like if the query was done before the table was created, or something.
Dear Jean-Luc, this error is a mistery for ourselves as well. Haven't been able to figure it out yet.