• Resolved Bernard Quatermass

    (@bernard-quatermass)


    The V1.0 code uses a mixture of php codes, specifically including a short code at line 61 which causes failure on activation if using a recent php where the default is Off

    short_open_tag = Off

    PHP Parse error: syntax error, unexpected $end in /usr/share/wordpress/wp-content/plugins/google-analytics-plugin/google-analytics-plugin.php on line 69

    The fix is to simply make the open tag <?php on line 61

    http://wordpress.org/extend/plugins/google-analytics-plugin/

The topic ‘[Plugin: Google Analytics Plugin] V1.0 uses mixed php tags (short and long)’ is closed to new replies.