This line:

db_query("INSERT INTO ad_groups (gid,name, description) VALUES(1, 'default', 'All new advertisements will be added to this default group until you create your own custom advertisement groups.')");

should be

db_query("INSERT INTO {ad_groups} (gid,name, description) VALUES(1, 'default', 'All new advertisements will be added to this default group until you create your own custom advertisement groups.')");

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)