Not sure what the story is here — I installed Flickrrippr once without any problems. Later I had to reinstall it and the database complained about text fields being used as keys without a key length.

This may be a problem for other folks, so I'm attaching a patch which just adds key lengths to the schema in two places (the 'flickrid' field and the 'owner_nsid' field). I selected 64 as a the key length, which is probably way too long, but I don't know Flickr well enough to know what's a reasonable lower limit.

Hope this helps someone.

CommentFileSizeAuthor
flickrrippr.install.patch799 bytesphl3tch

Comments

Shiny’s picture

Hi - your patch will only work in mysql, not the other databases that drupal supports

I've changed the text to varchar with a length instead -- please grab the dev tar ball and test?

Shiny’s picture

Assigned: Unassigned » Shiny
Status: Active » Closed (duplicate)