PostgreSQL is spitting out errors because of this:

$allowed_roles = db_query("SELECT rid FROM {blocks_roles} WHERE module = '%s' AND delta = %d", $block->module, $block->delta);

delta in the schema is a CHAR type field, not a numeric type. Attached is the patch to fix.

CommentFileSizeAuthor
homebox-correct-schema.patch775 bytesjosh waihi

Comments

jchatard’s picture

Status: Active » Fixed

Thank you for the patch!

Just committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.