Closed (fixed)
Project:
Profile Blog Information
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2008 at 14:15 UTC
Updated:
30 Dec 2008 at 01:30 UTC
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
Comment #1
mfer commentedThanks. Fixed in dev.