You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from php 5.5 to php 7, my thumbnails stopped working. This is related to this incompatible change made in 7.
My previous configuration for a thumbnail was like thumbnail: { size: [84, ], mode: outbound } and I had to change it to { size: [84, null], mode: outbound } (notice the explicit null).
I think you should do at least one of the following:
After upgrading from php 5.5 to php 7, my thumbnails stopped working. This is related to this incompatible change made in 7.
My previous configuration for a thumbnail was like
thumbnail: { size: [84, ], mode: outbound }
and I had to change it to{ size: [84, null], mode: outbound }
(notice the explicitnull
).I think you should do at least one of the following:
size
The text was updated successfully, but these errors were encountered: