Unable to upload logo

Hi,

I am receiving the following error message when trying to upload a logo. I have tried JPEG, PNG, GIF and neither format works:

logo

Can someone point me in the right direction on what may cause this error?

Thank you

Hi @abalbuena

My first guess would be file size (up+ 2Mb, which is php limit file size by default).

But you could verify if your image folder is with correct write permissions (chmod).

Best

Israel

Dear @abalbuena,

Can you check this post?

Regards,
@anupent

Isreal,

Thanks for the quick response!

@anupent,

Looks like enabling the fileinfo extension in PHP did the trick.

Thanks again!

How?

enabling the fileinfo extension in PHP did the trick