I have been testing some bleeding edge updates and found that when I update a shop using bleeding edge, the product images are replaced by the camera icon on the product when displayed in the front of the shop because the images can't be found. Rolling back to the stable version fixes this. The shop is running on PHP 8.0.30. Shown below are the error log entries (multiple entries) displayed after the update. Thumbnail generation does not find the images. I've tried various setting changes on the Preferences, Image page with no luck. Attached are screen shots of the original settings page and the new one. Any ideas what needs to be done to fix this with the settings, or should I post a bug on github?
[28-Aug-2024 14:50:28 US/Eastern] PHP Warning: Attempt to read property "images" on bool in /.../shop/classes/ImageEntity.php on line 118
[28-Aug-2024 14:50:28 US/Eastern] PHP Warning: Attempt to read property "image" on null in /.../shop/classes/ImageEntity.php on line 118
[28-Aug-2024 14:50:28 US/Eastern] PHP Warning: foreach() argument must be of type array|object, null given in /.../shop/classes/ImageEntity.php on line 118
Question
Rhapsody
I have been testing some bleeding edge updates and found that when I update a shop using bleeding edge, the product images are replaced by the camera icon on the product when displayed in the front of the shop because the images can't be found. Rolling back to the stable version fixes this. The shop is running on PHP 8.0.30. Shown below are the error log entries (multiple entries) displayed after the update. Thumbnail generation does not find the images. I've tried various setting changes on the Preferences, Image page with no luck. Attached are screen shots of the original settings page and the new one. Any ideas what needs to be done to fix this with the settings, or should I post a bug on github?
34 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now