Blob/Text cannot have a default value

wvd_vegt - October 7, 2008 - 14:34
Project:SimpleFeed
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

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

#1

wvd_vegt - October 7, 2008 - 14:37

Gi,

The same bug should also be fixed in simplefeed_item.install!

#2

m3avrck - October 7, 2008 - 17:30
Status:active» fixed

Thanks, fixed: http://drupal.org/cvs?commit=144916

#3

Anonymous (not verified) - October 21, 2008 - 17:32
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.