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

Comments

mfer’s picture

Status: Active » Fixed

Thanks. Fixed in dev.

Status: Fixed » Closed (fixed)

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