Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

my PHP website 500 server error?

hi guys,

please help me I keep facing this error:

500 Server Error

A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.

here's the detail of the story :

I used a subdomain of my domain for uploading file.

I make a PHP page to upload my file.

I have edited the PHP.ini to allow a very big file to be uploaded, very big post value, max time, max input time, set the memory to 256M.

max_execution_time = 216000

max_input_time = 216000

memory_limit = 256M

post_max_size = 10000M

upload_max_filesize = 10000M

but still...

when I upload the file, it did reach 100% but it keep showing the error, and the file never uploaded.

it works when I uploaded small sized file though

thank you.

2 Answers

Relevance
  • .
    Lv 7
    8 years ago

    Have you talked to your host to find out how much is actually allowed to be uploaded via php script? Make sure you have enough space as well.

  • morlee
    Lv 4
    5 years ago

    verify the log record. maximum in all possibility you're having run time errors with the very own homestead page script handler. it would desire to be concerning on your CGI or ISAPI settings. make certain you have all the appropriate archives available (php4embed.dll, php4ts.dll, etc.)

Still have questions? Get your answers by asking now.