Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author wpseek

    (@alphawolf)

    Sounds like a curl problem. Can you enable the WP_DEBUG mode in your wp-config.php and try to authenticate again? Instead of the 500 error it should be returning an error message.

    Thread Starter Jorim

    (@jorim)

    Unfortunately I still get the 500 error without messages after I set wp_debug to true. It might be something on the server itself that doesn’t allow the execution of some code on that page…

    Plugin Author wpseek

    (@alphawolf)

    Can you link a phpinfo file?

    Thread Starter Jorim

    (@jorim)

    Here you are: http://www.writteninmusic.com/phpinfo.php

    I’ll remove the file later 😉

    Plugin Author wpseek

    (@alphawolf)

    Thanks, looking all fine. PHP5, CURL enabled. The plugin doesn’t actually require anything further.

    Hmmm, would it be possible to give me a temporary admin user for your blog + FTP credentials for the plugin’s folder so I can edit my plugin’s files to check things? If it’s okay for you, please send it to scripts (at) schloebe (dot) de …

    Plugin Author wpseek

    (@alphawolf)

    Ooookay, thanks for the email! 🙂

    Quite tricky, and I would have never come up with the reason if I hadn’t had the chance to have a look myself.

    The problem is Yoast’s Google Analytics for WordPress plugin that’s generating a fatal error

    Fatal error: Call to undefined function menu_page_url() in /var/www/vhosts/writteninmusic.com/httpdocs/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php on line 845

    The reason for getting the error from Yoast’s Google Analytics for WordPress plugin is that it redirects to his plugin page after authenticating with Twitter via OAuth. I have created a topic about this already here: http://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-show-stopper-for-other-plugins-using-oauth-authentication?replies=3
    So after authenticating with Twitter, Yoast’s plugin hijacks all incoming OAuth authentication responses and ALWAYS redirects to his plugin page which fires the fatal error by his plugin code.

    Can’t do much about it until he fixes his plugin.

    For now to get your Twitter authentication done, do the following:
    – Deactivate Yoast’s Google Analytics for WordPress plugin
    – Authenticate with Twitter
    – Activate Yoast’s Google Analytics for WordPress plugin

    ps. If you want to see the error message yourself, just set
    @ini_set('display_errors', 0);
    to 1 in your wp-config.php (I just added that line).
    pps. You can disable my WP account and FTP credentials. Thank you! 🙂

    Thread Starter Jorim

    (@jorim)

    Thanks for looking into this and for finding a workaround to get it working! Very very much appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WordPress Dashboard Twitter] Error 500 after return from Twitter.com’ is closed to new replies.