error in content: access array offset on value of type bool
-
Hey,
I encounter an issue where a an error is thrown when there’s an image block in the content.
The error:
Notice: Trying to access array offset on value of type bool in /plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/class-media.php on line 577.I managed to trace this back to \Cloudinary\Media\Filter::filter_out_local where you try to fetch the image size from the image tag but the size is on the figure tag wrapping the image.
This happens both on frontend and adminMy current WP version is 5.3.2, installed plugins:
+—————————————————————+———-+———–+———+
| name | status | update | version |
+—————————————————————+———-+———–+———+
| advanced-cron-manager | active | none | 2.3.10 |
| advanced-custom-fields-pro | active | available | 5.8.7 |
| brightcove-video-connect | active | available | 1.8.1 |
| sport1-broadcast | active | none | 1.0.0 |
| cloudinary-image-management-and-manipulation-in-the-cloud-cdn | active | none | 2.0.3 |
| instagram-feed-pro | active | none | 5.5 |
| loco-translate | active | none | 2.3.3 |
| mb-relationships | active | available | 1.9.0 |
| meta-box | active | available | 5.2.7 |
| wordpress-seo | active | available | 12.9.1 |
+—————————————————————+———-+———–+———+Any idea why this happens
The topic ‘error in content: access array offset on value of type bool’ is closed to new replies.