Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54385, comment 52


Ignore:
Timestamp:
11/30/2021 09:23:57 PM (3 years ago)
Author:
stevegs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54385, comment 52

    initial v1  
    99@Gomle: Two other options if you don't want to mess with your WP core files:
    1010* Roll back to PHP 7.4 for now if your system administrator allows it.  That version of PHP has not yet been classed as 'obsolete'
    11 * Import your images into any photo editing software that strips out Exif info (eg. Paintshop Pro) and then upload.  I've looked at one of your images: the F-number comes back as NaN (ie. Not a Number), which got returned as a string before this fix.  This causes PHP8 to (correctly) throw a wobbly: PHP 7.4 ignores the error.
     11* Import your images into any photo editing software that strips out Exif info (eg. Paintshop Pro) and then upload.
     12
     13I've looked at one of your images: the F-number comes back as NaN (ie. Not a Number), which got returned as a string before this fix.  This causes PHP8 to (correctly) throw a wobbly: PHP 7.4 ignores the error.