Posted: September 1, 2020 at 11:36 am
|
I’ve been having trouble using the plugin in the past couple of weeks for no apparent reason. The biggest issue I’m experiencing right now is that I cannot open the Advanced settings on the tickets. When I click on the gear icon nothing happens, no error messages, nothing at all. It’s very important for me as I need to collect tax on my tickets and this setting is only available via the advanced settings. In addition, I cannot create new tickets. When I click “Create ticket” it just updates the page instead. I’ve also noticed that the date picker is not opening when I click on the date fields. I have to type in the date manually. I didn’t make any changes to the plugins or the setup, it just stopped working. I need to fix it asap as I have new events coming up next week. |
Hi there, All of the functions you’ve mentioned use JavaScript to function, if are any JavaScript errors being thrown on the page it prevents any additional code from running. So, on the event editor open up Chrome Dev Tools and check in the ‘Console’ section, any errors shown there? WordPress 5.5 pushed some breaking changes for a lot of plugins and whilst EE4 hasn’t been affected so far if there are other plugins adding scripts that then throw errors it can cause the above. |
|
|
When I tried to open advanced settings for tickets or tried to create a new ticket I got this error logged in the console:
What should I do next? |
Ok so that means the code in ukaitag.min.js needs to be updated, that’s not from Event Espresso and I don’t recognize it. If you hover over the filename it should give you the path, which then should tell you where it’s from. In any case, this isn’t something we can fix within EVent Espresso but you can ‘fix’ the current issue by installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/ The problem is the above is trying to use functions from jQuery that have been removed from the version that ships with WordPress, the above plugin adds a ‘migrate’ script that adds those functions back in. It is not intended as a permanent solution but should get things working again whilst updating plugins/the theme/whatever code is causing the errors. |
|
|
Thank you. The plugin solved the issue that I saw in EE. I can see what plugin caused the problem in the first place, however, I can’t disable it right away, I’ll need to find an alternative. Btw, the Jquery plugin is throwing this error:
|
Would you mind letting me know the plugin? Just so I can keep track of issues and known conflicts, you can mark your reply private so only EE staff can see it, or if you prefer not too that’s also fine.
Thank you, we are aware of that deprecated notice but it won’t cause issues until jQuery 3.0 (when the function is removed from jQuery) which will be a while before it’s include in WP yet. We’ll get that fixed up before then. |
|
|
It the Youzer plugin (https://youzer.kainelabs.com/), but I’m using an older version since I downloaded it for free. Not sure if more recent versions actually solve that issue. |
Thank you 🙂 If there is anything else we can help with just let us know. |
|
|
That’s all. Currently, the problem is solved and I know what’s causing it so I can fix it if it persists. |
You’re most welcome, glad you up and running again. |
|
The support post ‘Plugin stopped working correctly with no errors’ 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.