Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageModel tries to open Images from local file system #10

Open
MichaelMauderer opened this issue Dec 22, 2013 · 2 comments
Open

ImageModel tries to open Images from local file system #10

MichaelMauderer opened this issue Dec 22, 2013 · 2 comments

Comments

@MichaelMauderer
Copy link

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.

@petry
Copy link
Owner

petry commented Jan 1, 2014

hi @MichaelMauderer, can you reproduce this error for me??

I will check this problem in the next days

thanks for your report!

@MichaelMauderer
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants