Inherited a legacy D6 site that apparently had boxes installed at one point, but is no longer using it.

However /admin/build/block is continually displaying the error:

User warning: Table boxes' doesn';t exist query: SELECT bid, info FROM boxes ORDER BY info in _db_query() (line 170 of database.mysql.inc).

I tried reinstalling boxes and added a new box, however that had no effect on the error message. Uninstalling the module likewise had no affect.

Any idea what would still be invoking that sql query against the boxes table?

Comments

forestmars’s picture

I suspect the table was renamed from 'boxes' to 'box' in some version. It's not clear however what exactly is generating a query against the boxes table, or how to eliminate it.