Conflict with My Calendar Pro by Joseph C Dolson
-
The Developer of My Calendar Pro has told me it looks like a conflict between Events Manager 5.9.2 and My Calendar Pro is causing me get 404 errors when posting new events to My Calendar Pro.
I am not a coder – anyone have a method to stop this conflict so I can keep my existing Event Manager Plugin as well as My Calendar Pro?
Here is the info from the calendar developer:
“That plug-in is creating a taxonomy called ‘event_category’. My Calendar has a parameter called ‘event_category’ that’s submitted as part of the event submission form. When WordPress parses the query to identify the right page, it’s noting that taxonomy and thinking that the My Calendar parameter is telling it to look for pages that are in that taxonomy – but there aren’t any.
The problem is that when rendering the submit-events page with the form POST set, the ‘event_category’ field is triggering an incorrect page query.
To fix this, you need to prevent WordPress from considering that parameter in that context.
You can probably do this by adding an action to change ‘parse_request’, and return a $query object that eliminates ‘event_category’ from consideration when parsing the permalink routes. This might be a useful article for you: https://roots.io/routing-wp-requests/
I don’t know *exactly* what you’d need to do for this. It’s an irritating problem, because neither plug-in is doing anything truly wrong; but because they’re using the same variable, WordPress is getting confused.”
The page I need help with: [log in to see the link]
- The topic ‘Conflict with My Calendar Pro by Joseph C Dolson’ is closed to new replies.