Hi,
As so many other modules this one also has the 'Blob/Text cannot have a default value' in it's 'url' field in simplefeed.install.
Please change
'url' => array(
'type' => 'text',
'default' => '',
'description' => t("The url of the feed."),
into
'url' => array(
'type' => 'text',
'description' => t("The url of the feed."),
--
wvd_vegt
Comments
Comment #1
wvd_vegt commentedGi,
The same bug should also be fixed in simplefeed_item.install!
Comment #2
m3avrck commentedThanks, fixed: http://drupal.org/cvs?commit=144916
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.