• I get this mistake after trining to enable Events Registration v3

    Parse error: syntax error, unexpected T_ELSE in G:\Web\2008.08-kult\www_local_wp\wp-content\plugins\event-registration\event_regis.php on line 1980

Viewing 2 replies - 1 through 2 (of 2 total)
  • I encountered the same error. Here’s how to fix it:

    1. Open event_regis.php in the plugin directory.
    2. Go to line 1980. On or near this line you’ll see: <input type=”hidden” name=”payment” value=”free event”><? }
    3. Change the ‘<? }’ to ‘<?php }’

    After fixing that you’ll likely get another parse error about an ‘unexpected $end … on line 3185’. This can be fixed by adding another closing brace } before the final ?> at the end of the file. Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Event Registration] Parse error: syntax error…’ is closed to new replies.