• Resolved evalast

    (@evalast)


    Hi – on the settings page i get the following errors in my console if wooocmmerce and businsess Manager Plugins are activated. On other settings pages the console does not show any errors so i think it has something to do with your plugin: https://imgur.com/a/QRcfzTG

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jose

    (@giuse)

    Hi @evalast

    FDP gives you the possibility to deactivate plugins. Of course, if you disable a plugin that should not be disabled you may have an error.
    But the errors of your screenshot are not directly triggered by FDP. The variable wp is defined by the core, and probably one of your plugins calls it in a point of the JavaScript flow when it’s still not defined.
    Maybe if you have all plugins active, one of the other plugins enqueued the script of the core as a dependency before the script of the other plugin. If you disable the first plugin and not the second one, you see the error.

    You should go with your mouse on the link to see the URL of the script and see which plugin is giving the error.

    I also don’t exclude that FPP and the deactivation of plugins have nothing to do with those JS errors. Try to disable FDP and check if you still have the same erros.

    • This reply was modified 3 years ago by Jose.
    Thread Starter evalast

    (@evalast)

    Hi – thx fot the tips. I think woo and business manager are conflicting – i wrote the plugin author a message. Hope he can fix it. THX a lot

    Plugin Author Jose

    (@giuse)

    Hi @evalast you are welcome! Many thanks to you for the information.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wp is not defined in console with woocommerce and businsess Manager Plguin’ is closed to new replies.