 |
Same problem here. :( Using WP 2.5.1, in case that makes a difference.
Posted 5 months ago.
(
permalink
)
|
 |
Me too, was working fine in 2.5.1, so must be something on flickr side?
Posted 5 months ago.
(
permalink
)
|
 |
try this... line 325 of tantan-flickr/flickr/class-admin.php
change it from:
require_once(dirname(__FILE__).'/json.php');
to
if (!class_exists('Services_JSON')) require_once(dirname(__FILE__).'/json.php');
Posted 5 months ago.
(
permalink
)
|
 |
Thanks. That worked perfectly for me. I had the same problem and this fixed it up. Joe Tan you're the best. Thanks for this most excellent plugin. I couldn't have done it or maintain it myself. So a huge thanks.
Posted 5 months ago.
(
permalink
)
|
 |
That line change fixed that error for me as well. Thanks!
Posted 5 months ago.
(
permalink
)
|
 |
This fixed it for me too!
Posted 4 months ago.
(
permalink
)
|
 |
The insertion now appears to work (thank you!), but at the top of the admin area it now says "if (!class_exists('Services_JSON')) require_once(dirname(__FILE__).'/json.php');". Not on the actual blog, though, so I don't really mind. Thanks again.
Posted 4 months ago.
(
permalink
)
|
Would you like to comment?
Sign up for a free account, or sign in (if you're already a member).
|