Posted by SocialNicheGuru on May 22, 2009 at 1:12pm
Jump to:
| Project: | Activity Stream |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | activitystream, flickrapi, phpFlickr |
Issue Summary
I had the activitystream and flickrsync modules enabled and got the fatal error above.
Temp fix:
fix is you have to choose which you want for right now.
ASK:
is there anyway to see if this function is included elsewhere and only add it if it is not?
Problem: function redefinition
activitystream/activitystream_flickr/phpFlickr.php:76: function phpFlickr ($api_key, $secret = NULL, $die_on_error = false) {
flickrapi/phpFlickr/phpFlickr.php:76: function phpFlickr ($api_key, $secret = NULL, $die_on_error = false)
Thanks,
Chris
Comments
#1
Patch posted in #733280: activitystream_flickr's phpFlickr conflicts with other modules using PEAR HTTP_Request.
Should also be resolved by #735406: Update phpFlickr include to current version once it's tested OK.