Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Twitter sign in suddenly doesn't work

edited July 2013 in Vanilla 2.0 - 2.8

Hi,

My Twitter sign in suddenly doesn't work today; It has been working all right for a good while and last a little ago (not sure exactly)...and I haven't changed anything lately.
When I try to sign in via Twitter it shows Twitter authorization app, I click OK, it thinks and gives an error message :

Fatal error: Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]]) in /home//public_html/forum/plugins/Twitter/class.twitter.plugin.php on line 305

The Lines before 305 until Line 305 are:

 if ($HttpCode == '200')
 return $Result;
 else
 throw new OAuthException(GetValue('error', $Result, $Result), $HttpCode, $previous);
   }
  • What should I think or change here?
    Is something changed lately or some spammers/hackers sometimes visit me?

Comments

Sign In or Register to comment.