Error in version 2.0.6.3
-
I just discovered an error in the plugin after updating to version 2.0.6.3. I am unable to upload media files due to an error in line 961 of lib/class-wp-smush.php (see snippet below). You are giving array_key_exists() two strings as argument instead of a string and an array ($attachment_metadata[‘sizes’] is an string).
if ( array_key_exists( $size, $attachment_metadata['sizes'] ) && ! array_key_exists( $size, $size_stats ) )
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Error in version 2.0.6.3’ is closed to new replies.