0
I am trying to upload an image on a site generated with Wordpress and is occurring the following error:
The file is empty. Upload something more substantial. This error may also have happened if uploads are disabled in your php.ini or if the definition of post_max_size is lower than that of upload_max_filesize in php.ini.
Has anyone gone through it? I’ve already created a php.ini file at the root and reported it to you
upload_max_filesize = 30M
post_max_size = 30M
max_execution_time = 300
and did not resolve
I found that on Cpanel the disk space is full, will that be?
Solved. The problem was disk quota.
– Felipe Viero Goulart