I’m updating too fast. This release brings some improvements to the UI for adding services. There are also now options to use the plugin as a sidebar widget or with at easy-to-include post/page tag. This release also brings the recognition of a requirement of PHP5.2.0 or higher (after much debugging with James Kirk).
And, as always, bug fixes!
6 Responses
Matthias Pfefferle •
Awesome Plugin, thanks a lot…
But I get a fatal error if I want to use the SGAPI import: “Fatal error: Cannot redeclare class Services_JSON…” I think the JSON class was included by an other plugin first. This should solve the problem:
if (!class_exists(‘Services_JSON’)) {
require_once dirname(__FILE__).’/spyc.php5′;
}
Stephen Paul Weber •
Thanks, that will be fixed in the next release 🙂
annmolly •
Not work for me. I’m using WP2.5, I can’t add or update services. Error message:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in
…wp-content/plugins/wp-diso-actionstream/actionstream.php on line 20
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in
…wp-content/plugins/wp-diso-actionstream/actionstream.php on line 22
…Warning: Invalid argument supplied for foreach() in
wp-content/plugins/wp-diso-actionstream/actionstream.php on line 514
Stephen Paul Weber •
@annmolly – sounds like the config.yaml file is not readable by PHP. Try `chmod +r` or similar 🙂
Steve Blamey •
Possibly another WP 2.5 issue. When I put the actionstream tag on a wordpress page the my actionstream is listed twice.
annmolly •
I found the problem my hosting doesnt’ allowed me to run yaml config file.