I have found the add_text.install file don't use prefix when creating tables.

add_text.install (19):
db_query("CREATE TABLE ad_text (

sould be:
db_query("CREATE TABLE {ad_text} (

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

Thanks for catching that. Fixed in the 4.7.x and 5.x development branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)