Under MySQL 5, I'm getting an error when creating a new feed node. It the INSERT query isn't specifying a default value for the image field and the table definition doesn't provide one (because the field type doesn't allow it).

So, the two fixes are to either specify a default value in the INSERT query or remove the NOT NULL restriction. The attached patch removes the restriction.

Also, the patch also updates the Aggregator2 tables to UTF-8. If you'd rather this be submitted as a separate issue please let me know.

CommentFileSizeAuthor
aggregator2.install.patch1.87 KBdrewish

Comments

drewish’s picture

humm, actually it might be better to just set the image field to an empty string in the INSERT...

ahwayakchih’s picture

Assigned: Unassigned » ahwayakchih
Status: Needs review » Fixed
ahwayakchih’s picture

Status: Fixed » Closed (fixed)