uSked / mosaico-php-backend

A PHP backend for Mosaico
GNU General Public License v3.0
32 stars 34 forks source link

Cannot upload pictures on WAMP #5

Closed parismav87 closed 8 years ago

parismav87 commented 8 years ago

Hello, and congratulations on your great project! I have a problem: I have transferred all the necessary files (with the apache backend sample) to my wamp/www folder, and when i enter localhost:9000 I can see the template selector screen. I can also create a template, block by block, but when trying to upload images, it fails. I can't see the image in the "recents" tab, although a copy of the image is created in "uploads" folder in the file system. Grunt is running with no errors. Any help would be appreciated

bwl21 commented 8 years ago

You need to check if ImageMagick works properly. Maybe you have to enable the php extesion.

In your php.ini, you should have:

extension=imagick.so