I'm trying to upload an image to a site powered by Wordpress and the following error is occurring:
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 setting for post_max_size is less than upload_max_filesize in php.ini.
Has anyone ever gone through this? I already created a php.ini file in the root and reported
upload_max_filesize = 30M
post_max_size = 30M
max_execution_time = 300
and did not resolve
I checked that in cpanel the disk space is full, is that it?