• This is the current error:
    Parse error: syntax error, unexpected $end in /opt/content/web/sites/supplements/wordpress/wp-content/plugins/wp-ajax-tree/wp-ajax-tree.php on line 488

    It said “line 489” at first, so I removed an empty line at the end of the code. Still getting the error.

    http://wordpress.org/extend/plugins/wp-ajax-tree/

    It’s running fine on a single instance of 3.1.3, but I get this error on 3.0.1 and 3.2.1 multisite installations

Viewing 1 replies (of 1 total)
  • This is a parse error that usually happens because of a bad opening or closing php tag. Check in your code if you have any opening tags that are just “<?”. Replace those with “<?php”. Certain versions of PHP require the opening tags to be specific.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Wp Ajax Tree] fatal error, can't activate because of "unexpected $end"’ is closed to new replies.