After enabling modules and updating db and php, I get the following errors
(WXP, MySQL)

* user warning: Table 'drupal.category' doesn't exist query: SELECT c.*, n.title, n.status, nt.type, cd.allowed_parent FROM category_cont c INNER JOIN category t ON c.cid = t.cid INNER JOIN node n ON c.cid = n.nid LEFT JOIN category_cont_node_types nt ON c.cid = nt.cid LEFT JOIN category_cont_distant cd ON c.cid = cd.cid ORDER BY t.weight, n.title in C:\web\htdocs\drupal\includes\database.mysql.inc on line 172.
* user warning: Table 'drupal.category' doesn't exist query: SELECT c.*, n.title, n.status, nt.type, cd.allowed_parent FROM category_cont c INNER JOIN category t ON c.cid = t.cid INNER JOIN node n ON c.cid = n.nid LEFT JOIN category_cont_node_types nt ON c.cid = nt.cid LEFT JOIN category_cont_distant cd ON c.cid = cd.cid ORDER BY t.weight, n.title in C:\web\htdocs\drupal\includes\database.mysql.inc on line 172.

The "category" table is missing, but how can I add it?

Comments

jediyassin’s picture

I have the same problem, would someone please help out?