• Resolved okso

    (@okso)


    with 1.4.7 Click Open None Extra Selectors: .eModal-1
    with 1.4.8 Click Open {{PUMTriggers.getSettingsDesc(data.type, data.trigger_settings)}}

    Notice: popmake_popup_is_loadable is deprecated since version 1.4! Use pum_popup_is_loadable instead. in /wp-includes/functions.php on line 3658

    https://wordpress.org/plugins/popup-maker/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @okso – If you see that error on your live production site that means you have WP_DEBUG enabled in your wp-config.php file which is generally a bad idea.

    That is not an error per say but a notice that you have made a customization using a filter that has been replaced. It won’t effect how your stuff works now, but just gives you a notice that you may need to update your customizations.

    As for the first mentioned issue, that means that a JS error is occuring on that page, can you check your browsers console tab (F12 -> Console) then refresh and try again, if you see any errors click the black arrow to show extra details then screenshot it or copy paste it so we can find the root cause, this hasn’t been reported yet so it is likely an issue stemming from conflict with a specific plugin.

    Thread Starter okso

    (@okso)

    hi, yes, site is local, from console
    Uncaught TypeError: Cannot set property ‘amd’ of undefined
    /popup-maker/assets/js/admin.min.js?ver=1.4.8

    (anonymous function) @ admin.min.js?ver=1.4.8:3
    (anonymous function) @ admin.min.js?ver=1.4.8:1
    (anonymous function) @ admin.min.js?ver=1.4.8:1
    
    please let me know if you want me to try and isolate further

    Plugin Author Daniel Iser

    (@danieliser)

    @okso – Can you by chance patch on specific file by FTP? I don’t have te full patch ready (other fixes unrelated to this one), but I do have a JS only patch for this that I am hoping resolves it. If you can test I will send you the 2 JS files.

    Thread Starter okso

    (@okso)

    hi, of course, please post 2 js files and I’ll drop those in.

    Plugin Author Daniel Iser

    (@danieliser)

    @okso – Submit a ticket at https://wppopupmaker.com/support and I will get those to you asap.

    Thread Starter okso

    (@okso)

    done, thanks.

    @danieliser – I’m setting this error (Uncaught TypeError: Cannot set property 'amd' of undefined) as well on WooCommerce product edit pages. Is this fix included in the latest version?

    Plugin Author Daniel Iser

    (@danieliser)

    @doublesharp – This should have been resolved for you in v1.4.9. I had multiple confirmations of that, if not can you email support directly via the link above with temporary admin credentials if possible.

    Hope that helps.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘1.4.8 breaks triggers creation/edition’ is closed to new replies.