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 |
Jump to:
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
Thanks. Fixed in dev.
#2
Automatically closed -- issue fixed for two weeks with no activity.