• I found when I try to link my twitter account I get this message.

    Fatal error: Cannot redeclare class TwitterOAuth in /home/content/57/4343657/html/bwone/wp-content/plugins/simple-twitter-connect/twitterOAuth.php on line 25

    It seems to have issued with Simple Twitter Connect which is another plugin that I use to auto publish content to twitter. This is what is on line 25 and below. Let me know what I need to do.

    Thanks.

    Info starting at line 25 and going down.

    class OAuthToken {
    // access tokens and request tokens
    public $key;
    public $secret;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author chrisnorthwood

    (@chrisnorthwood)

    The other plugin needs to have guards so it doesn’t try to redeclare the class if it already exists (my plugin already does this, which is all it can do)

    Thread Starter bookworm316

    (@bookworm316)

    Ok So i’m guessing here there is no way to use that functionality unless i disable the other plugin

    Plugin Author chrisnorthwood

    (@chrisnorthwood)

    Unfortunately not. Try asking the other plugin author to make a change for his next version though – it’s pretty trivial

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    That wouldn’t be enough. STC won’t work with your version of the TwitterOAuth Library.

    I renamed my version of the library to avoid the conflict.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Live Blogging] Twitter won't OAuth’ is closed to new replies.