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.
| Comment | File | Size | Author |
|---|---|---|---|
| flickrrippr.install.patch | 799 bytes | phl3tch |
Comments
Comment #1
Shiny commentedHi - 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?
Comment #2
Shiny commentedfixed in http://drupal.org/node/954658