Blob/Text cannot have a default value.

wvd_vegt - October 7, 2008 - 14:15
Project:Profile Blog Information
Version:6.x-1.0
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 'blog_url' field in profile_blog_info.install.

Please change

      'blog_url' => array(
        'type' => 'text',
        'default' => '',
        'description' => t("The url of the blog."),    

into
      'blog_url' => array(
        'type' => 'text',
        'description' => t("The url of the blog."),    

--
wvd_vegt

#1

mfer - December 16, 2008 - 01:26
Status:active» fixed

Thanks. Fixed in dev.

#2

System Message - December 30, 2008 - 01:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.