1. Actionstream 0.35

    body

    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!

    See the plugin page for more information /download. 

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
    There is an RSS Feed for comments on this post.
    You can trackback from you own site.

    6 Comments

    1. Comment at 2008-03-26 06:44 by GERMANY Mac OS X Mozilla Firefox 2.0.0.13 Matthias Pfefferle
      body

      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';
      }

    2. Comment at 2008-03-26 08:55 by Windows Vista Mozilla Firefox 2.0.0.12 Stephen Paul Weber
      body

      Thanks, that will be fixed in the next release :)

    3. Comment at 2008-04-03 20:13 by INDONESIA Windows XP Mozilla Firefox 2.0.0.13 annmolly
      body

      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

    4. Comment at 2008-04-05 12:01 by CANADA Linux Flock 1.1.1 Stephen Paul Weber
      body

      @annmolly - sounds like the config.yaml file is not readable by PHP. Try `chmod +r` or similar :)

    5. Comment at 2008-04-07 07:06 by UNITED KINGDOM Ubuntu Linux Mozilla Firefox 2.0.0.13 Steve Blamey
      body

      Possibly another WP 2.5 issue. When I put the actionstream tag on a wordpress page the my actionstream is listed twice.

    6. Comment at 2008-04-07 17:42 by INDONESIA Windows XP Mozilla Firefox 2.0.0.13 annmolly
      body

      I found the problem my hosting doesnt' allowed me to run yaml config file.

    Post a Comment

    You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Stephen Paul Weber