Closed Bug 436143 Opened 18 years ago Closed 18 years ago

Flickr error message on homepage

Categories

(Websites Graveyard :: spreadfirefox.com, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: alix, Unassigned)

References

()

Details

A Flickr error message is currently showing up on the spreadfirefox homepage: "Flickr error 105: Service currently unavailable (API Disabled)" If it's an issue on flickr's side, is it possible to avoid showing this message? If it's an issue on the spreadfirefox side, how can it be fixed?
Hi Alix, Sorry for the late response here. The message seen on the screen should only be displayed to the vanguard team with "administer flickr" privileges. From flickr/flickr.inc .. function flickr_set_error($messageOrResponse) { if (is_array($messageOrResponse)) { $message = t('Flickr error @error_id: %flickr_error', array( '@error_id' => $messageOrResponse['code'], '%flickr_error'=> $messageOrResponse['message'], )); } else { $message = $messageOrResponse; } if (user_access('administer flickr')) { drupal_set_message($message, 'error'); } watchdog('flickr', $message, WATCHDOG_WARNING); }
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
old bug verified fixed http://ww/spreadfirefox.com
Status: RESOLVED → VERIFIED
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.