Closed (fixed)
Project:
Image
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2004 at 20:41 UTC
Updated:
9 Oct 2004 at 14:20 UTC
I am using the CVS version of image and drupal. I recieved an error "the data too long for the field" when trying to insert data into the image_list field. I found this is because it is a varchar by default. If it is changed to a text type, it will work. I recommend this change be included in image.pgsql.
Comments
Comment #1
bruno commentedReplaced 'carchar(255)' by 'text'. Note the 'carchar' typo in image.pgsql file. Would this be enough to explain the problem?
Comment #2
joemc91 commentedYes it would. When I first did the install I simply replaced carchar(255) with varchar(255) because that looked like what was wanted. When I ran into the aforementioned problem, I just figured the quick change to text was in order.
Comment #3
(not verified) commented