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
There are a few occasions where the ImageModel uses a local file path to create an Image instance (e.g. line 373). This fails in a setup using non-local storage.
It would be better to retrieve files using the DefaultStorage instead.
The text was updated successfully, but these errors were encountered:
Sorry for the late answer, I haven't had time to look into this further (I just quickly fixed the problem as described above).
I assume that the call to the function originates from the cmsplugin-photologue I am using.
In any case looking at the code, this should be fixed for compatibility with arbitrary storage engine.
There are a few occasions where the
ImageModel
uses a local file path to create anImage
instance (e.g. line 373). This fails in a setup using non-local storage.It would be better to retrieve files using the
DefaultStorage
instead.The text was updated successfully, but these errors were encountered: