comur / ComurImageBundle

Image upload / crop bundle for Symfony2
105 stars 76 forks source link

Division by Zero when "Crop And Save" button is pressed #81

Closed juanwilde closed 5 years ago

juanwilde commented 8 years ago

I'm using this awesome bundle and apparently all is fine. But when I press the Save button I get this error image

The same in line 343 image

Any idea?

comur commented 8 years ago

Apparently there is a problem with your image or you selection but anyway we should put a check on srcH and destH to be sure that it's > 0 Can you check these values by adding a var_dump or something ?

juanwilde commented 8 years ago

Yes. What I did is to check if those values were > 0 and it worked for me. I'm checking some issues like this and hope to have time to do a fork an PR

comur commented 8 years ago

Cool, thanks for your help !

comur commented 5 years ago

Too old. I close. Feel free to open new issue if you have any problem