PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

error message with photo upload...

  1. Hi

    Im getting this message in my posts' when a photo fails to upload. I repaired all data base and the issue still there.. here is a link to an example..

    FAILED%20(Temporary%20file%20could%20not%20be%20copied.)

    http://www.adszoom.com/108937/uncategorized/wgtpw9gu-w0rgu-wq0rgu-werp9g8q9p8regu-q-e0rguq-rg-i8-united-states/

    I noticed this as I was proofing ads..

    here is a log on if you want to check/dup the issue

    un
    scott12
    pw
    AcKing5000

    post then check it out..

    Thanks

    Posted 11 years ago on Wednesday October 10, 2012 | Permalink
  2. The upload failed, probably due to the filesize. What size image (pixel size and MB size) were you trying to upload? We'll need to know more about the server resources, max upload size, RAM, script max execution time, etc. A link to your php info will help us determine where the problem lies.

    Posted 11 years ago on Wednesday October 10, 2012 | Permalink
  3. Ok thanks

    Pro dedicated server 2tb under 1/3 used...
    default php.ini settings = 128 meg memory upload 100mg
    Max load size = was 10mb now i up'd it to 100mb lets see if that works
    ram = 8 gb
    script max execution = 60 sec now i just updated it from 30sec

    Ok lets try these setting.... as long as the up load is php these new settings should help unless you see other?

    Posted 11 years ago on Wednesday October 10, 2012 | Permalink
  4. I think these would be relevant:

    • max_execution_time
    • upload_max_filesize
    • memory_limit

    If you were uploading multiple files, there is also max_file_uploads but I don't think that is an issue for you. I think you have probably covered it. If it happens again, or even right now, check the php error logs and see what error was logged. It will tell you if it was filesize or execution time or an out of memory error.

    Posted 11 years ago on Wednesday October 10, 2012 | Permalink