Posted: May 5, 2017 at 9:27 am
|
Hi I have followed instructions to add a waitlist feature to our bookings system After doing this I have the following warning message appear The admin page for was not correctly setup because it is using an older method for integrating with Event Espresso Core. This means that full functionality for this component is not available. This error message usually appears with an Add-on that is out of date. Make sure you update all your Event Espresso 4 add-ons to the latest version to ensure they have necessary compatibility updates in place. Can this be dismissed or is there a problem with the code I have added? Thanks |
May I ask which instructions for a waitlist feature did you follow? |
|
|
https://eventespresso.com/wiki/using-ninja-forms-to-create-wait-lists-for-your-events/ |
OK there’s an error in that code, and you fix it by changing:
|
|
|
Hi Josh I have changed this but the error message is still showing I have this in a site specific plugin along with some other code you had previously supplied . I will paste it below – perhaps you could confirm if I have added the two pieces of code correctly? Thanks <?php function ee_mer_change_event_list_url(){ add_filter( ‘FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url’, ‘ee_mer_change_event_list_url’ ); //* Please do NOT include the opening php tag, except of course if you’re starting with a blank file // Display a contact form when the event is sold out function ee_special_sold_out_message( $EVT_ID, $event ) { //Set the ID of the Ninja Form you wish to call here. //Check if the event is sold out. /* Stop Adding Functions */ |
When posting code it is recommend to create a gist or pastebin and post the URL here for us to view. However that code does not set up any admin pages, so it is unlikely that code is causing the notice mentioned, try disabling the plugin and see if the notice remains. Are all of your EE add-on’s up to date? |
|
The support post ‘Warning message after adding Waitlist feature’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.