Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #256804

    Can’t upload my images by any means. I get the following error. I was able to upload several images but not anymore. Kindly advise. I receive the following error

    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.

    #256921

    Hi bayraktart!

    After reviewing the information provided above, I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. Typically, this is due server configuration problems (i.e. underpowered, traceroute issues, packet loss, permissions errors, et cetera). Additionally, your host will be able to diagnose things much better due to the fact that they have a more complete view of your account and can work behind the scenes with you. If the problem you are experiencing persists after working with your host, don’t hesitate to let us know and we will be happy to assist you. Any relevant information that you can share with us from your host is also greatly appreciated as it will help us to better ascertain the source of the problem.

    If you have access to php.ini, please add this settings:

    upload_max_filesize: 64M
    post_max_size: 90M
    memory_limit: 128M
    max_excecution_time: 600
    max_input_time: 600

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.