Reputation: 3495
I developed an wordpress plugin which uses the media upload function of wordpress to upload images. Know the customer wants an extension for this plugin this is why I start developing again. I had to set up an new wordpress on my localhost because i got a new pc.
When everyhing was established i noticed that the edit image button is not available anymore.
I looked on the server of the customer but there everything was fine.
I already tried to set up a new wordpress installation without plugins or any themes but this didn´t help. I´m using Wordpress version 3.6.1
What can cause my problem that the image edit function is not availiable on my local machine?
Thanks in advance.
Upvotes: 0
Views: 187
Reputation: 8593
GD is not installed on your local machine http://php.net/manual/en/book.image.php
Upvotes: 2