I've upgraded on a test site my site with the following modules:
article
taxonomy_access
taxonomy_otf
dba

After an apparently succesful upgrade the article module is unusable and trying to create a new content give me these errors:

user error: The table 'sql56203_2.vocabulary_node_types' doesn't exist
query: SELECT v.*, n.type FROM vocabulary v INNER JOIN vocabulary_node_types n ON v.vid = n.vid WHERE n.type = 'story' ORDER BY v.weight, v.name in c:\programmi\easyphp1-8\www\versus\includes\database.mysql.inc on line 66.

user error: The table 'sql56203_2.vocabulary_node_types' doesn't exist
query: SELECT v.vid FROM vocabulary v INNER JOIN vocabulary_node_types vnt ON v.vid = vnt.vid
WHERE v.vid IN (1) AND vnt.type="story" ORDER BY v.weight, v.name in c:\programmi\easyphp1-8\www\versus\includes\database.mysql.inc on line 66.

Anyone could help me?
Thanks