Closed
Bug 436143
Opened 18 years ago
Closed 18 years ago
Flickr error message on homepage
Categories
(Websites Graveyard :: spreadfirefox.com, defect)
Websites Graveyard
spreadfirefox.com
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?
Comment 1•18 years ago
|
||
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);
}
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
old bug verified fixed http://ww/spreadfirefox.com
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•14 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•