• Resolved Dennis

    (@dlongneckercomcastnet)


    Just installed the plugin. When I try to activate it, I get:

    PHP Parse error: syntax error, unexpected ‘}’ in C:\Inetpub\vhosts\olympiagyro.com\httpdocs\wordpress\wp-content\plugins\event-registration\public\evr_public-form.php on line 368

    Couldn’t find much when I googled the error. Any suggestions?

    https://wordpress.org/plugins/event-registration/

Viewing 1 replies (of 1 total)
  • Until it gets fixed, you’ll have to edit that file.

    If you use the Plugins > Editor, it may be easier to search for public-form.php instead of trying to look for it in the long list of files.

    At the bottom of the file, delete the last } so it looks like this:

    <?php
       }
    }
    ?>

    Then “Update File” and try to activate.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Parse error: syntax error, unexpected’ is closed to new replies.