Flickr error 3: Parameterless searches have been disabled. Please use flickr.photos.getRecent instead.

After setting a user account at user/1/edit, I browse flickr/1 and get the above error message.

It seems basic functionality is now broken.

CommentFileSizeAuthor
#2 flickr.module_1.patch1.23 KBseanr

Comments

seanr’s picture

The problem is that this field never gets set:

$account->flickr['nsid']

seanr’s picture

StatusFileSize
new1.23 KB

Fixed. Here's a patch. The problem is that the variable mentioned above gets set in the validation stage, but nothing gets returned from validate, except the original edit array, so the info has to be gotten again. This patch moves that into the right spot. It's not ideal, though, because it has to call flickr_user_find_by_identifier() twice (once in validate for the check and then again in insert/update). If anyone's got a better solution, I'm all ears.

seanr’s picture

Status: Active » Needs review

fixing status

drewish’s picture

Status: Needs review » Closed (duplicate)

this was a duplicate of another issue that got fixed. it should be good to go now.

crgomo’s picture

I still having the same problem, and I don't know where to apply the patch, any help? thanks very much :D

steven07’s picture

Where do you put this patch??

hyunkeln’s picture

You must manually apply the patch, the minus sign means that you must delete that code line, the plus means you musto add that line instead.

The "@"s will give you a clue of where to find the code, its a code line number