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

Backend content gets blank after upload & resize operation #17

Closed
jurajkapsz opened this issue Dec 18, 2013 · 8 comments
Closed

Backend content gets blank after upload & resize operation #17

jurajkapsz opened this issue Dec 18, 2013 · 8 comments

Comments

@jurajkapsz
Copy link

When the Resize image to fit the max values rule takes place with saving the entry, the publish page returns blank after the entry's save.

image

v1.4, SCMS 2.3.4

@jurajkapsz
Copy link
Author

Maybe it has to do something with a case when the image file size is rather big, e.g. 4 MB?

@vlad-ghita
Copy link
Contributor

Hmm, this extension needs some love. I have no idea what I merged from PRs :)

I'll have a look this weekend.

@jurajkapsz
Copy link
Author

I think @nitriques helped to develop this feats.

Also, I think it is related to this problem I recently asked on forum.

Actually, I will make a auto resize test with a smaller file size image. I let know.

Thanks.

@jurajkapsz
Copy link
Author

OK, it was related to my PHP memory_limit server setting which I had to increase.

I guess I close this one as it is related to JIT / GD, or PHP setting in general. Can I log this in some other repo as an issue? But I'm not sure which one in this case, JIT?

@vlad-ghita
Copy link
Contributor

Glad you sorted that out.

Honestly, I don't think you should log this on any extension because it's a PHP config problem.

@nitriques
Copy link
Member

Honestly, I don't think you should log this on any extension because it's a PHP config problem.

I agree with that.

Also, the thing I developed is only the checkbox, since I did not want any resize for my part, only validation.

@jurajkapsz
Copy link
Author

Yes. At most then I was thinking to have this case catched as an error message.

Thanks for your support and these features! They are great.

@nitriques
Copy link
Member

this case catched as an error message.

I made a lot of research on that, and it seems to be impossible. The php process crashes and apache is left with an empty buffer for the response...

This can even arise when dealing with a large number of php objects.

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

3 participants