• Resolved blkpudd

    (@blkpudd)


    Hello,

    We are getting an error in wp_debug log as follows:

    PHP Notice: Undefined property: UberMenu_dynamic_term_item::$sgpbPopupId in /opt/bitnami/wordpress/wp-content/plugins/popup-builder/com/classes/components/Menu.php on line 51

    I am trying to isolate the issue and resolve it, but wondering if you can offer any advice?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear @blkpudd,

    Thanks for reporting an issue.
    We have checked the log and noticed that there is a conflict between our plugin and the plugin called UberMenu.

    We will try to understand and solve the issue, meanwhile, please, make sure to add the following code before line 51 of the following file:
    wp-content\plugins\popup-builder\com\classes\components\Menu.php file

    Here is the code:

    if (!isset($menuItem->sgpbPopupId)) {
       return $classes;
    }

    Please, let us know if that helped.

    Best,
    Popup Builder Team

    Thread Starter blkpudd

    (@blkpudd)

    Thank you so much for your speedy reply and resolution. I have inserted your code and so far I am not seeing the error notice. Will update if anything changes.

    Thank you again.

    Dear @blkpudd ,

    Thank you too for getting back to us.
    We are glad the given solution helped.

    Yes, please, do not hesitate to contact back, once you notice any issue.

    Best,
    Popup Builder Team

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

The topic ‘WP_Debug Error – Undefined Property sgpbPopupId’ is closed to new replies.