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.

Please help

SrggamerSrggamer HardCore Gamer ✭✭✭
edited February 2013 in Vanilla 2.0 - 2.8

When I try to post a discussion this is what I get as a pop up

Fatal error: Cannot redeclare class OAuthException in /public_html/dragonx.net/community/plugins/TweetSweet/OAuth.php on line 32

Problem is I don't get the problem

From oAth.php line 32

class OAuthException extends Exception
{
    // pass
}

What Am I doing wrong?

Comments

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    It may be clashing with another plugin that uses that class.

    Use something like Grep or AgentRansack to search your plugins folder for

    OAuthException

    to see if anything else is using it.

  • 422422 Developer MVP

    to the OP, you may find that the issue is related to what I warned yesterday in regard to adding < head > tags multiple times in one page, using pockets. I am not sure if this is rlated, but usually it meaans you are adding certain things more than once, or a loop isnt closed. Hence redeclaring

    There was an error rendering this rich post.

  • SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 said:
    to the OP, you may find that the issue is related to what I warned yesterday in regard to adding < head > tags multiple times in one page, using pockets. I am not sure if this is rlated, but usually it meaans you are adding certain things more than once, or a loop isnt closed. Hence redeclaring

    I removed All

    <head> </head> tags

Sign In or Register to comment.