Hello what size in pixels should the slider images be?
I have found the solution.
WRONG CODE: upload_max_filesize = 64M
CORRECT CODE: upload_max_filesize = ’64M’
I am working localhost through Wamp. I have updated the php.ini file from 7MB to 1000MB, restarted all services, but still the same error.
The same error received when trying to upload my logo. Please advise what to change in the pho.ini file
Thank you!