domino4evers on "[Plugin: Events Manager] Trying to perform an illegal action"
Thanks for your great plugin for WP. After the last update, I can't use the forms, it writes "Trying to perform an illegal action." (In Danish). I have tried it with other themes, and disabling all...
View Articleangelo on "[Plugin: Events Manager] Trying to perform an illegal action"
would it be possible to try deactivating and then reactivating EM plugin again?
View Articledomino4evers on "[Plugin: Events Manager] Trying to perform an illegal action"
Yeah - tried that - no luck! I have even tried to reinstall.. and deactivating all other plugins, and change the Theme... again = No Luck!
View Articlecaimin_nwl on "[Plugin: Events Manager] Trying to perform an illegal action"
On which exact page are you seeing this error?
View Articledomino4evers on "[Plugin: Events Manager] Trying to perform an illegal action"
I know the page is in Danish - but you can see the error here: http://5935e40f832db0c1361f013694c67a40f7fd2edc.web15.temporaryurl.org/events/1-august-2/
View Articleangelo on "[Plugin: Events Manager] Trying to perform an illegal action"
I see now how I think it's a plugin or theme conflict since this works on out test sites and the ajax when submitting the booking. although you already did try disabling plugins and theme maybe you can...
View ArticleFrankie Jarrett on "[Plugin: Front-end Editor] save_post equivalent when...
I think you have a slight misspelling in your hook name. It should be updated_postmeta as defined in core here.
View ArticleFrankie Jarrett on "[Plugin: Front-end Editor] save_post equivalent when...
Never mind, I see it now, you are right: https://codex.wordpress.org/Plugin_API/Action_Reference/updated_%28meta_type%29_meta
View Articletimrourke on "Can't remove emoji detection script"
I've tried everything I can come up with, but I can't seem to remove the new emoji detection script from the header. No remove_action/remove_filter approaches seem to effect that darn thing. I can...
View ArticleMarius (Clorith) on "Can't remove emoji detection script"
Hi, You should be able to remove the emoji support by using remove_action(), it will just require the priority included as well. To remove it completely from both front and back end the following works...
View ArticleDamien15 on "[Plugin: Events Manager] Trying to perform an illegal action"
I getting same issue, i disabled all other plugins. I don;t think it is the theme, as I getting this on the admin side and using default theme. Any other ideas??
View ArticleDamien15 on "[Plugin: Events Manager] Trying to perform an illegal action"
I installed this plugin and everything worked ok, however when I try and save any settings i get "Trying to perform an illegal action" I tried clearing all the caches, deactivating all other plugins...
View Articlecaimin_nwl on "[Plugin: Events Manager] Trying to perform an illegal action"
Have you tried switching to the default WordPress theme? Sometimes themes can interfere with both the front-end and admin areas of WordPress.
View Articlecaimin_nwl on "[Plugin: Events Manager] Trying to perform an illegal action"
Have you checked the user capabilities for your account under Events > Settings > General > User Capabilities?
View ArticleDamien15 on "[Plugin: Events Manager] Trying to perform an illegal action"
admin have everything ticked, however can't change anything because I can't press any button it the admin section without getting the illegal action message cheers D
View Articlecaimin_nwl on "[Plugin: Events Manager] Trying to perform an illegal action"
Have you tried logging out and logging back in again? That cured a similar problem in WordPress admin for me in the past.
View ArticleDamien15 on "[Plugin: Events Manager] Trying to perform an illegal action"
Nope still not working tried multiple devices
View Articleangelo on "[Plugin: Events Manager] Trying to perform an illegal action"
how about trying to deactivate and then re-activate EM plugin again?
View ArticleDamien15 on "[Plugin: Events Manager] Trying to perform an illegal action"
Found I get there error if I don't hit the save undertow option I changed
View Articlesabernhardt on "Can't remove emoji detection script"
Thanks for the start! For anyone else looking to cut out both the styles and the scripts, this includes other actions to remove: remove_action( 'wp_head', 'print_emoji_detection_script', 7 );...
View Article