I'm using Drupal from CVS, Workspace from CVS. Drupal is installed with all tables prefixed. Workspace installs fine, but upon visiting the My Workspace page, errors are seen (Workspace is unable to find the node table).

The error is fixed by placing brackets {} around any tables that are queried in the code. These brackets are used in the COUNT queries, but not the regular SELECT queries. Without this fix, the module will not work properly on a site that has prefixed tables.

Comments

jvandyk’s picture

Assigned: Unassigned » jvandyk

Workspace cvs was behind workspace 4.5. Checked new version into cvs. This bug was fixed in 4.5 in November.

intel352’s picture

lol, never thought the live version would be behind cvs. heh, thx for the update ;-)

Anonymous’s picture