I'm building a book review site an after 300 books have it one that that returns image urls that are longer then 64 characters allocated in this modules database table {amazon_item_image}. Is this field really expected to always be 64 characters or less and this is an amazon issue or should this field be made larger in the schema?
The offending lookup is 0670020338 which has a mediumimage url that is 65 characters.
Module problem or Amazon? I can't find a schema documentation for the AWS to see what the expect data should be but I assume 64 wasn't just picked at random.
Comments
Comment #1
johnodonnell@mac.com commentedHaving the same issue. For now, I've doubled the column width to 128 characters in the DB table. But shouldn't this be addressed in the installer script?
Comment #2
eaton commentedFixed. Thanks!