Hi,
I am receiving the following error message when trying to upload a logo. I have tried JPEG, PNG, GIF and neither format works:
Can someone point me in the right direction on what may cause this error?
Thank you
Hi,
I am receiving the following error message when trying to upload a logo. I have tried JPEG, PNG, GIF and neither format works:
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
Isreal,
Thanks for the quick response!
Looks like enabling the fileinfo extension in PHP did the trick.
Thanks again!
How?
enabling the fileinfo extension in PHP did the trick