Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also having problems with server overload. The plugin causes ‘Error 508 – Resource Limit Is Reached’ and is killing the server.

    Love this plug-in as it support multiple twitter accounts, so hope we can fix.

    Thanks, Paul

    iqman

    (@iqman)

    Hi

    Maybe this may still help someone:

    I had the same problem and fixed it by replacing all JSON encoding/decoding from using the class Services_JSON to the PHP5 build in functions json_encode()/json_decode().

    I replaced usage in these files:
    /plugins/tweet-blender/ws.php
    /plugins/tweet-blender/lib/lib.php

    I know the Services_JSON class was used for PHP4 compatibility, but that is not an issue for me and the built in functions are MUCH faster.

    /Martin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Server Crashes’ is closed to new replies.