I added the flickr sidebar plugin and now all of my sidebar plugins are gone and there is error code being displayed instead.
I would uninstall it but it does not appear in the list for configuring plugins.
url is: robertsilichmd dot com
error message:
serendipity_plugin_flickr::require_once(Flickr/API.php) [function.serendipity-plugin-flickr-require-once]: failed to open stream: No such file or directory in /home/robertsi/public_html/plasticsurgeryblog/plugins/serendipity_plugin_flickr/serendipity_plugin_flickr.php on line 146
Flickr Plugin Returning Error and Removing all sidebar plugs
-
hudson-valley-dad
- Regular
- Posts: 40
- Joined: Sun Feb 18, 2007 3:11 am
Did you read the instructions in README.TXT? You have to download and "install" the PEAR::Flickr_API library from here.
I suppose you can upload the folder into the dir of the flickr plugin, or put it into bundled-libs.
I suppose you can upload the folder into the dir of the flickr plugin, or put it into bundled-libs.
-
hudson-valley-dad
- Regular
- Posts: 40
- Joined: Sun Feb 18, 2007 3:11 am
-
hudson-valley-dad
- Regular
- Posts: 40
- Joined: Sun Feb 18, 2007 3:11 am
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Sadly Spartacus can only deliver what is maintained via spartacus. Some external libraries do not allow to be bundled, so we cannot offer automatic download of it.
Regards,
Garvin
Sadly Spartacus can only deliver what is maintained via spartacus. Some external libraries do not allow to be bundled, so we cannot offer automatic download of it.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Not at the moment, the Api has no flag for "indicating external dependencies", to handle that is more the responsibility of a specific plugin.
Most should be coded to not fail when the external dep is unmet.
Regards,
Garvin
Not at the moment, the Api has no flag for "indicating external dependencies", to handle that is more the responsibility of a specific plugin.
Most should be coded to not fail when the external dep is unmet.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
blog.brockha.us
- Regular
- Posts: 695
- Joined: Tue Jul 03, 2007 3:34 am
- Location: Berlin, Germany
- Contact:
If I install the flickr api as described in the README file, I get PHP problems. Tree.php has a clone() function, that is not allowed in PHP5. I renamed it, but then I get some strange redifinition problems with PEAR.php in the bundled lib, that is not there without the Flickr API.
Is this module still working at all? Is it working in any PHP5 environment?
A big problem is the "if (required_once(Flickr/API.php))" as this gives a fatal error instead of false. At least at my hoster (and with PHP5). There should be a check for file existance before, as done in other plugins. This check can also be implemented for the configuration screen in order to show a big red information, that the API is missing..
Is this module still working at all? Is it working in any PHP5 environment?
A big problem is the "if (required_once(Flickr/API.php))" as this gives a fatal error instead of false. At least at my hoster (and with PHP5). There should be a check for file existance before, as done in other plugins. This check can also be implemented for the configuration screen in order to show a big red information, that the API is missing..