• When I have this plugin activated in wordpress 2.9.2 wp-admin/index.php delivers an Internal Server Error and the following error msg into my apache error_log
    [warn] (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request function

    with php as apache module or CGI wrapper the login/Dashboard does not crash the server but the dashboard is broken.

    seems it want to load a feed from the authors website and it does not work.

    https://www.ads-software.com/extend/plugins/google-analytics-for-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I get the same error when using Version 3.4.3 of the SMART YOUTUBE plugin.

    running WP 2.9.2 with php as mod_fcgi on plesk 9.3.0

    I have the same problem:
    When I have this plugin activated in wordpress 2.9.2 wp-admin/index.php delivers an Internal Server Error

    In the file “googleanalytics.php” added /* in front of line 46 and */ in the back of line 46, disabling that line of code – It now looks like this: /*add_action('wp_dashboard_setup', array(&$this,'widget_setup')); */

    In the file “yst_plugin_tools.php” I also blocked out line 28 it now looks like this: /*add_action('wp_dashboard_setup', array(&$this,'widget_setup')); */

    And I blocked out lines 219 to 223 in the same file, it now looks like this: `/*function widget_setup() {
    $options = get_option(‘yoastdbwidget’);
    if (!$options[‘removedbwidget’])
    wp_add_dashboard_widget( ‘yoast_db_widget’ , ‘The Latest news from Yoast’ , array(&$this, ‘db_widget’));
    }*/`

    Now wp-admin/index.php works again, and the plugin works, I’am not sure if you need to block out all the lines of code that I blocked out, but I works ??

    I disabled the plugin while editing the code, and activated it again after uploading the edited files.

    I hope this workaround works for you also, let us know. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google Analytics for WordPress] wp-admin > Internal Server Error’ is closed to new replies.