user warning: Table doesn't exist query

Events happening in the community are now at Drupal community events on www.drupal.org.
endrayanto's picture

Hi all,

I need help with COD.
I'm using Drupal quite a while (6 years), but this is the first time I'm using COD.
I'm receiving these error messages after finish installation.

Moreover, I can't update the modules.
Could somebody help me?

Best regards
Irwan

•   user warning: Table 'coecsmip_COECS.node' doesn't exist query: UPDATE node SET created = 1295470463 WHERE nid = 1 AND vid = 1 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node' doesn't exist query: UPDATE node SET changed = 1310438266 WHERE nid = 1 AND vid = 1 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node_revisions' doesn't exist query: UPDATE node_revisions SET timestamp = 1310438266 WHERE nid = 1 AND vid = 1 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node_comment_statistics' doesn't exist query: UPDATE node_comment_statistics SET last_comment_timestamp = 1295735036 WHERE nid = 1 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node' doesn't exist query: UPDATE node SET created = 1295905543 WHERE nid = 2 AND vid = 2 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node' doesn't exist query: UPDATE node SET changed = 1296683471 WHERE nid = 2 AND vid = 2 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node_revisions' doesn't exist query: UPDATE node_revisions SET timestamp = 1295453407 WHERE nid = 2 AND vid = 2 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.
•   user warning: Table 'coecsmip_COECS.node_comment_statistics' doesn't exist query: UPDATE node_comment_statistics SET last_comment_timestamp = 1295453407 WHERE nid = 2 in /home3/coecsmip/public_html/cod2/profiles/cod/modules/contrib/uuid_features/includes/uuid_node.features.inc on line 164.

Comments

It seems your node table

greggles's picture

It seems your node table didn't get created, which is a pretty serious issue.

How did you install cod? Where did you download the code from?