This looked promising, but I’m getting nothing but errors when I try to create a mailing list. Time to try another plugin…
I also received errors when trying to view the admin pages. To fix it I opened each of the problem files and replaced every instance of the PHP opening tag ‘<?’ with ‘<?php’ — the pages load correctly now. I’ll post back here if I encounter any other problems while testing it.
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!
I encountered the same error. Here’s how to fix it:
- Open event_regis.php in the plugin directory.
- Go to line 1980. On or near this line you’ll see: <input type=”hidden” name=”payment” value=”free event”><? }
- Change the ‘<? }’ to ‘<?php }’