• Warning: A non-numeric value encountered in /[…]/httpdocs/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp/includes/sanitizers/class-amp-img-sanitizer.php on line 146

    Warning: A non-numeric value encountered in /[…]/httpdocs/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp/includes/sanitizers/class-amp-img-sanitizer.php on line 146

    Warning: Division by zero in /[…]/httpdocs/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp/includes/sanitizers/class-amp-img-sanitizer.php on line 146

    I think the test for numeric and != 0 is on the wrong element: $node->getAttribute( ‘width’ )

    It should be on this value:
    $dimensions[‘width’]
    because you divide through this one.

    I would do:
    if ((int)$dimensions[‘width’] >0)

    Same bug a few lines higher with height.

    And #wpadminbar still looks weird (other ticket)

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

  • The topic ‘class-amp-img-sanitizer.php line 146 non numeric value & division by zero’ is closed to new replies.