mhoofman / wordpress-heroku

Template project for deploying WordPress to Heroku
Other
1.3k stars 702 forks source link

Can't edit images in wordpress 3.5.2 #47

Open andrejohansson opened 11 years ago

andrejohansson commented 11 years ago

Hello,

Installed this wordpress on heroku using this repo. Everything works fine except editing images. For example if I crop an image the edited image is not saved.

Maybe this is related? https://github.com/alfreddatakillen/wpro/pull/12

I will add logs later if I find anything.

joshrtay commented 11 years ago

+1

bigtiger commented 11 years ago

@joshrtay Are you able to upload images?

leotulipan commented 11 years ago

I think this is related to PHP and the GD library? This buildpack https://github.com/mchung/heroku-buildpack-wordpress actually recompiles php. But they use mysql, not postgres. I will try out if this fixes things for me in the near future and report back

joshrtay commented 11 years ago

I am able to upload images. I agree with @khbites - I think its related to the GD library.