Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Without more information, I have no way to tell where the problem is. All that the first page does is to set up the session variables then redirect to Twitter. If it’s returning a blank page, then obviously it’s failing with a PHP error, but without knowing what that error is, there’s nothing I can do to help you.

    Try turning on debug mode on your site. Just add define('WP_DEBUG', true); to your wp-config.php file, see if this makes it spit out an error message instead of nothingness.

    Thread Starter takuya

    (@takuya)

    I figured this out, another plugin using different oauth to update twitter upon publishing new posts was conflicting with this plugin for some reason. I disabled the other one, and this worked fine.

    I’m having this problem too and cannot resolve it.

    There are no other Twitter plugins and I’m getting the following error:

    Notice: Undefined index: stc_req_token in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 154

    Notice: Undefined index: stc_req_secret in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 154

    Notice: Undefined index: oauth_token in /var/www/wp-content/plugins/simple-twitter-connect/twitterOAuth.php on line 118

    Notice: Undefined index: oauth_token_secret in /var/www/wp-content/plugins/simple-twitter-connect/twitterOAuth.php on line 118

    Notice: Undefined index: oauth_token in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 158

    Notice: Undefined index: oauth_token_secret in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 159

    Notice: Undefined index: oauth_token in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 161

    Notice: Undefined index: oauth_token_secret in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 161

    Notice: Undefined index: stc_callback_action in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 164

    Notice: Undefined index: stc_callback in /var/www/wp-content/plugins/simple-twitter-connect/stc.php on line 169

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Twitter Connect] Twitter login returns blank page’ is closed to new replies.