I get an undefined message when trying to submit an appointment.
I have the “Connect” extension of your plugin installed as well, but deactivating it does still triggers the “undefined” error, so i think it is unlikely that it is the source of the error.
I would really appreciate a quick fix for this problem, because your plugin is near perfect otherwise…
Link to the page ist: “http://verbuchtnochmal.de/” . The password for the Site is: “Benutz…..”.
Thanks in advance for your help.
Hi Alexander, you need to have both plugins active. Reason for that is because Extension works on top of EA so that why you need both 🙂 I have try it now on site and it is working fine? I have not receive any error and I was able to book an event.
Best regards,
Nikola
They are both active. I just disabled the extension temporarily for troubleshooting. I still get the error with both of the plugins activated. But not all the time. If I press the send button repeatedly for the same appointment it eventually will work without an error.
Booking really worked. Got your appoinment and it synced to google calendar.
Do you have any caching plugin there on your site? Sometimes it can create problems because with each EA request there are nonce that can be wrong if it is too old because of caching.
Best regards,
Nikola
// check IP if ($appointment['ip'] != $_SERVER['REMOTE_ADDR']) { $this->send_err_json_result('{"err":true}'); }Removing this check from the plugin fixes the issue. Hoping to see a solution to this in a future update.
Please login or Register to submit your answer