• Resolved simaooliveira

    (@simaooliveira)


    Hi!

    I’m getting an error message in calendar integrated in the frontend of a website. It’s appeared since version 2.5. Here’s the error message from the console :

    Uncaught ReferenceError: EO_Pro_DP is not defined

    This error blocks all further JS scripts. Any idea how i can solve it ?

    http://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    My apologies, that’s a bug introduced in 2.5. I’ll fix that later tonight.

    An immediate fix is to edit front-end.js and replace ‘EO_Pro_DP’ with ‘EOAjaxFront’. Then copy the contents of that file into you front-end.min.js (optionally compressing it first).

    I’ll be releasing 2.5.1 later tonight to address this issue. Apologies for the inconvenience caused.

    Thread Starter simaooliveira

    (@simaooliveira)

    Hey!

    I had resorted to using a text string as replacement in the meanwhile 🙂

    Thanks in advance for the correction.

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

The topic ‘JS error in frontend.min.js’ is closed to new replies.