- This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › cound'n't activate fatal error
Hello, I try to activate the plugin in a webstie and give that error and not activate:
Parse error: syntax error, unexpected T_STRING in /home2/elena/public_html/elenaalfaro.com/wp-content/plugins/events-made-easy/eme_payments.php on line 326
Maybe a old WP version conflict?
thanks
Which EME and which WP version? Because line 326 in version 2.0.13 of EME (the latest released version) contains this:
if ($payment['member_id']>0) {
and that can’t trigger a syntax error …
I just tried to install your plugin and also received a fatal error:
Parse error: syntax error, unexpected T_STRING in (mywebsitehere:)/wp-content/plugins/events-made-easy/eme_rsvp.php on line 3483
Any thoughts/help?
That means your php version is way too old, upgrade. Even wordpress recommends 7.0 as minimum version (and the next will recommend 7.2).
Okay, thanks for the quick reply. I’ll try upgrading.