• Hi, I have recently update my wordpress and PHP version to the latest, including all plugins. After the update, I received the below message which appear all over my website and admin page.
    https://ibb.co/7KcJHR0

    I search of the mention error on my PHP, shown as below
    line 92
    $product_deal_thumb_width = absint( $shop_catalog_image_size[‘width’] * 1.21 );

    line 93
    $product_deal_thumb_height = absint( $shop_catalog_image_size[‘height’] * 1.21 );

    Please help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme is trying to use the image width and height, but they aren’t numbers (can’t tell why). Verify that the images exist, and if so, ask at the theme’s support forum.

    You should check with ThemeForest your theme is a commercial theme and should have support.

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

The topic ‘Warning: A non-numeric value encountered’ is closed to new replies.