• I get this error just this morning trying to upload a featured image to a blog post. I did reduce the size of image and i also deactivated all plugins but nothing works:

    “File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini”

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, @officialdivinea
    Did you check reason mentioned in error – what are the values of post_max_size and upload_max_filesize ?
    You can also contact your hosting complany in order to help you with it, attaching this error.

    Hello,

    The error itself states the problem, increase the upload limit in your php.ini file

    To increase the maximum upload file size, go to your your php.ini file in the “xampp/php/php.ini” directory search for upload_max_filesize and increase the value like :

    upload_max_filesize = 128M

    And restart your service.

    Thanks,

    Thread Starter officialdivinea

    (@officialdivinea)

    My upload filesize is big enough to upload a kilobyte image. It doesn’t work. www.remarpro.com support sucks. WordPress.com has a better support system. This is getting me irritated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error uploading images or plugins’ is closed to new replies.