Hello
I have an error message about nodeblock module using the schema module

nodeblock.node_link is type varchar but its default 0 is PHP type integer
nodeblock.comment_link is type varchar but its default 0 is PHP type integer

I think you should replace default value 0 by ' ' in the nodeblock.install module on ligne 47 and 54

Comments

creatile created an issue. See original summary.

Johnny vd Laar’s picture

Status: Active » Fixed

Thanks for spotting. I've made it a string '0'.

Also fixed another small bug in the same commit:
http://cgit.drupalcode.org/nodeblock/commit/?id=ead5e1b

Status: Fixed » Closed (fixed)

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