- resource overload
- too busy on server side
- uploaded file size too big
- bug: null pointer
- file access permission
- disk space full
- .htaccess config php_flag display_errors 1
for 7, refer to :
https://stackoverflow.com/questions/17693391/500-internal-server-error-for-php-file-not-for-html
https://www.a2hosting.com/kb/developer-corner/php/500-internal-server-error-while-running-php
refer:
https://www.ionos.com/digitalguide/hosting/technical-matters/http-error-500-internal-server-error/
Permission error: The permissions of the main files and folders are not set correctly.
PHP timeout: The script tries to access an external resource and experiences a timeout.
Incorrect code in .htaccess: The structure in a .htaccess file could be wrong.
Error in syntax or code in CGI/Perl scripts: In some cases, scripts are incorrect. Paths, especially, can be misaligned.
PHP memory limit: A process exceeds memory and therefore cannot be executed correctly.
https://www.sejuku.net/blog/77760
- .htaccess setting error
- file permission
- PHP configuration miss
网友评论