• Resolved doodledog

    (@doodledog)


    First: My Events Manager plugin is working with Buddypress; I have disabled the ajax for BP compatibility in trying to clear up this issue.

    Getting a syntax error on a script that is supposed to be posting the booking success message after a user submits a booking through the form. The loader ticks away and then nothing happens, I only found the error thanks to the built-in browser developer tool. “Invalid label, {“result”:true, “message”: The message. } is the gist of the error recorded in the console but I haven’t the slightest clue where to go and try to correct the issue. Have looked through “…/em_booking.php”

    Any ideas?

    http://ww.wp.xz.cn/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • to narrow down the problem, have you tried to 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
    – do you have a sample link for us to see?

    Thread Starter doodledog

    (@doodledog)

    I’m pretty certain the problem is a conflict with our Buddypress plugin because we have used the events manager on other WP sites and have never had this issue come up. However, we need that Buddypress for the site and I have feared deactivating it for losing any settings or info currently on it.

    We’re looking at http://wedpros.com/events/2013-best-of-the-best-bridal-show/ for example. Signing up for the event via booking form reveals the error we found in the developer console.

    Thank you so much for responding! Any insight is appreciated even if we have to deactivate plugins and risk it. If I temporarily switch the theme, will anything be lost on the one we are using right now?

    I found this error on your site

    Uncaught SyntaxError: Unexpected token : jquery.min.js:29
    c.extend.globalEval jquery.min.js:29
    c.extend.httpData jquery.min.js:132
    x.onreadystatechange jquery.min.js:129

    Your theme seems to be loading other jquery version aside from wp default jquery library. try this link http://msyk.es/blog/prevent-jquery-wordpress-theme/

    Thread Starter doodledog

    (@doodledog)

    Removing that fixed it! 🙂 The lingering script wasn’t being used on the site as it stands now and removing it made a way for the RSVP success message to properly work. I cannot thank you enough for your response and investigation!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Events Manager] Booking success message FAIL, syntax error’ is closed to new replies.