• Resolved stevelock

    (@stevelock)


    Hi there,

    Your latest plugin version triggers fatal errors on server that do not support <? (but only <?php) as php open tags. The wrong opening tags are located in wp-google-analytics-events/includes/admin.php on lines 1, 111 and 299.

    Other users experiencing this problem: you can replace <? with <?php on these lines.

    https://wordpress.org/plugins/wp-google-analytics-events/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author yuvalo

    (@yuvalo)

    Thanks for the heads up.
    Will release an update asap

    jazzmofo

    (@jazzmofo)

    Yep, the <? vs <?php caused my website to crash as well. After renaming the plugin directory I could get back in. After reinstalling it gave me the following error:

    Unexpected end of line in wp-google-analytics-events/includes/admin.php

    Changing the 3 mentioned “<?” to “<?php” is works again.

    Plugin Author yuvalo

    (@yuvalo)

    update released.
    please let me know if you are still having issues

    jazzmofo

    (@jazzmofo)

    Confirmed, v1.6 works for me.

    Plugin Author yuvalo

    (@yuvalo)

    great, thanks

    Thread Starter stevelock

    (@stevelock)

    Thanks for the quick release!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Fatal error in v1.5’ is closed to new replies.