• Resolved kirschdaniel

    (@kirschdaniel)


    When pressing the register button for an event, nothing happens. I see an “Uncaught ReferenceError: EM is not defined” in the JavaScript console and cannot find the EM script in the source of the page.

    I’ve dissabled all plugins except Events Manager and also changed the settings for “performance optimization” regarding the loading of JavaScript but nothing changed.

    Any help would be awesome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Could you show us a Sample link of the event that is having an error?

    Thread Starter kirschdaniel

    (@kirschdaniel)

    Plugin Support angelo_nwl

    (@angelo_nwl)

    just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems

    Thread Starter kirschdaniel

    (@kirschdaniel)

    @angelo_nwl
    Thanks for your support.
    After following your advice, I found out that my theme used the following script in the functions.php:

    wp_deregister_script(“jquery-migrate”);

    *OUTCH*
    Removing this line solved the problem!

    Sorry for the false alert.
    Daniel

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot register to event. Error “EM is not defined”’ is closed to new replies.