• Resolved malpica

    (@malpica)


    I installed the plugin popup maker and now when I click the button save & preview of any form I get the following error message:

    Fatal error: Call to a member function have_posts() on a non-object in /home/mendivil/public_html/mendivilsanidad/wp-content/plugins/popup-maker/includes/load-popups.php on line 89

    https://wordpress.org/plugins/calculated-fields-form/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @malpica – Can you elaborate? (author of PM), sounds like your describing a problem in PM but posted in the calculator plugins forum. Is it a combo problem or have you already determined it doesn’t happen when popup maker is active and this one is not. More info will help find solutions more quickly :).

    Thread Starter malpica

    (@malpica)

    If I deactivate popup maker plugin, calculated field forms plugin works good. If your plugin is active I can’t modify any javascript calculate of my plugin

    Plugin Author codepeople

    (@codepeople)

    Hi @malpica,

    I’m sorry for delay.

    Please, open the “/home/mendivil/public_html/mendivilsanidad/wp-content/plugins/popup-maker/includes/load-popups.php” file with the text editor of your choice, go to the line of code 89:

    if ( $popmake_loaded_popups->have_posts() ) {

    and edit it as follows:

    if ( !empty($popmake_loaded_popups) && $popmake_loaded_popups->have_posts() ) {

    and that’s all.
    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘popupmaker’ is closed to new replies.