• Resolved amybryde

    (@amybryde)


    Good morning.

    I just updated eCommerce Product Catalog by impleCode to the latest version 2.6.0 and now I am getting the error “Notice: Undefined index: integration_type in xxxxxxxx/wp-content/plugins/ecommerce-product-catalog/templates.php on line 488”.

    This error shows up at the top of my website and WordPress admin panel.

    Any suggestions on how to fix this?

    Thank you and Happy New Year!

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

    (@ndre)

    Good Morning!

    Thank you for reporting it.

    It looks like you have WP_DEBUG enabled on live website. You should definitely disable it. It is not recommended to use WP_DEBUG or the other debug tools on live sites; they are meant for local testing and staging installs.

    This is not an error. It is a PHP notice that is useful during development. It doesn’t have any impact on the functionality when WP_DEBUG is disabled.

    We will modify the code to avoid this notice in next update.

    Thanks again and Happy New Year!

    Thread Starter amybryde

    (@amybryde)

    Thank you so much for your response!

    I have set the WP_DEBUG to false. I am wondering if somehow the update changed it to true because I certainly only enable it when I am making changes to the site. Regardless, as long as it does not have an impact on our website, no worries on this end!

    Cheers!

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

The topic ‘Error on Website after Update’ is closed to new replies.