When updating the block I get this user warning:

Unknown column 'css_class' in 'field list' query: SELECT css_class FROM block_class WHERE module = "block" AND delta = "4" in /"the site"/sites/all/modules/block_class/block_class.module on line 5.

All the other blocks give the same warning except for the block name ofcourse.

It however seems to pick up the css correct. What should I do?

Comments

berenddeboer’s picture

Assigned: Unassigned » berenddeboer
Category: support » bug
berenddeboer’s picture

Status: Active » Closed (cannot reproduce)

Disable module, deinstall, and enable again.

MiHaCo’s picture

had the same problem updating. Deinstalled, update.php and installed again and it was fixed.

paskainos’s picture

For others that may experience this issue, disable the module and remove the 'block class' entry from the 'system' table in your database. Then [re-]enable the module. The 'block_class' table should be created and working.