PHP Upload - 500 Internal Server Error

后端 未结 4 2081
难免孤独
难免孤独 2021-01-12 05:49

The Issue

When uploading files of around 8MB or over, I recieve a 500 Internal Server Error.

  1. All PHP settings in php.ini are correct
4条回答
  •  粉色の甜心
    2021-01-12 06:39

    IIS will re-use the FastCGI processes. You will need to kill off any old processes to get php.ini to reload.

    Edit the FastCGI module and edit 'monitor changes to file' and select the php.ini file. This will force the child processes to restart whenever you save an edit.

提交回复
热议问题