Fresh install using Joomla 3 quickstart as a new download from SmartAddOns today results in the following database errors:
Database update version (3.0.0_Alpha1) does not match CMS version (3.1.1).
Table 'j01xh_associations' does not have column 'id' with type 'INT(11)'. (From file 3.0.3.sql.)
Table 'j01xh_contentitem_tag_map' does not exist. (From file 3.1.0.sql.)
Table 'j01xh_tags' does not exist. (From file 3.1.0.sql.)
Table 'j01xh_ucm_content' does not exist. (From file 3.1.0.sql.)
Front end shows an error page and the following:
If difficulties persist, please contact the System Administrator of this site and report the error below.
1146 Table 'nidserve_testPlus.j01xh_contentitem_tag_map' doesn't exist SQL=SELECT `m`.`tag_id`,`t`.* FROM `j01xh_contentitem_tag_map` AS m INNER JOIN `j01xh_tags` AS t ON `m`.`tag_id` = `t`.`id` WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 24 AND `t`.`published` = 1 AND t.access IN (1,1,5)