• I got this error when trying to set the new twitter tools plugin:

    Fatal error: Class ‘OAuthSignatureMethod_HMAC_SHA1’ not found.

    Seems i’m not the only one accoring to this:
    http://crowdfavorite.com/forums/forum/twitter-tools

    Also seems to need PHP5 and cURL which others have complained about no prior warning and thier hosts do not support it (mine does).

    Any official word yet? I’ve rolled back to v2.31 for now.

    Please fix this otherwise excellent plugin!

Viewing 15 replies - 16 through 30 (of 45 total)
  • Hi, I’m still getting the same error message you guys are:

    Fatal error: Class ‘OAuthSignatureMethod_HMAC_SHA1’ not found in /home/fourteen/public_html/wp-content/plugins/twitter-tools/twitteroauth.php on line 62

    My host is hostgator and I’m using WordPress 3 and Twitter Tools 2.4 … is there something else I should do to get this plugin working?

    Ah, never mind … hostgator was able to help. It appears to be working well now. Thanks!

    After upgraded to version 2.4 I was able to connect my Blog with twitter but my site no longer updates my twitter account when I publish a new post.
    I’m running WP 3.0.1

    I’m getting this error on authentication:
    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in <<path edited>>/wp-content/plugins/twitter-tools/twitteroauth.php on line 19

    murky,I had the same problem on my shared host. In CPanel, I had to go in to the PHP configuration and set .php to be run with PHP5. This was despite the CPanel PHP version showing 5 and php version 5 showing from the command line.

    I had the same error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in <<path edited>>/wp-content/plugins/twitter-tools/twitteroauth.php on line 19

    I’m hosted on Mediatemple, and in the account panel there are Php settings which allows one to change from PHP 4 to PHP 5, and that resolves the problem.

    I’m running WP 3.0 and recently updated Twitter Tools because of Twitters change to OAuth.

    My problem is that I get my access codes and token secrets from the Twitter app and put them in the places required by the plugin and then click the ‘connect to twitter’ button and just end up with a blank screen on the URL XXX.XX.XX/wp-admin/options-general.php.

    No error message of any flavour.

    The app seems to be ok at Twitters’ end (not that I would know otherwise).

    When I go back to the plugin setting screen, I am returned to the original ‘connect to twitter’ page.

    Would this blankness be caused by running PHP4, not PHP5 on the server?

    @wechangetheworld — you’re seeing curl_init() issues because your Web host doesn’t have the cURL libraries hooked up to PHP.

    @wphelpcenter. Thanks for the advice. I contacted my webhoster and they try to figure it out. I post my reply if that was the issue.

    I changed from php 4 to 5, which resolved the script error. But now the posts are not being sent to Twitter. I’ve verified the access tokens, etc. I see no apparent error in the WordPress panel now, so not sure how to fix this.

    I’m manually adding the posts to Twitter, which is a drag.

    syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in <<path edited>>/wp-content/plugins/twitter-tools/twitteroauth.php on line 19

    Thanks to eladear, I had the same error, and I’m hosted on (mt) too. Change the setting from PHP4 to PHP5, this problem has been solved.

    Everything installed with no error but now it just does not work. No tweets. I am on HostMonster.

    I get 95% of my blog traffic from Twitter so I am really screwed.

    Wow! The Simple Twitter Connect plugin solved all my problems flawlessly in 2 minutes. I am back in business!

    I have same problem that b3inside. Any solution? Thanks.

    I solved my problem by changing .htaccess and adding these lines:

    AddHandler x-httpd-php5 .php
    AddHandler x-httpd-php .php4

    My hosting is Godaddy, and they allow PHP5, but it’s disabled by default.

Viewing 15 replies - 16 through 30 (of 45 total)
  • The topic ‘[Plugin: Twitter Tools] new v2.4 broken/problems?’ is closed to new replies.