Plugin Author
Barry
(@barryhughes-1)
Hi @bkfcwp,
The fix for this has already been committed to the develop branch – so if you want to take a look at the file as it is in that branch you can see the change:
https://github.com/barryhughes/event-rocket/blob/develop/rsvp/form.php
That said, annoying as notice-level errors are, this one is probably safe to ignore – what generally isn’t a great idea however is to display errors in a live/production site so I’d definitely recommend you consider turning those off 🙂
had the same. Okay, thank you Barry!!
Hello Barry,
I don’t have a file falled form.php. I only find the file rsvp-form.php which by code looks completely different than the form.php code you posted in github. What do I have to do to fix the notice?
Best wishes,
Jacob
Plugin Author
Barry
(@barryhughes-1)
Unless you’re using a very old version of Event Rocket I’d think you must have that file.
Perhaps though the error is slightly different in your case – can you post it here?
Plugin Author
Barry
(@barryhughes-1)
I forgot that you had already shared it in a different topic – and it is indeed the same problem:
Notice: Undefined index: event_id in /…/wp-content/plugins/event-rocket/rsvp/form.php on line 84
What you can see though is the path to the file itself, which you can use to help locate it.