Troubleshooting of PHP errors: Difference between revisions
Jump to navigation
Jump to search
no edit summary
m (→檔案操作有關) Tags: Mobile edit Mobile web edit |
No edit summary |
||
| Line 1: | Line 1: | ||
PHP 技術問題的排除與解決 | PHP 技術問題的排除與解決 | ||
== 簡易檢查步驟 == | |||
# 檢查 PHP log | |||
# 檢查網站伺服器 error log e.g. 如果使用 [https://www.nginx.com/ NGINX] Web Server 可輸入指令 {{kbd | key=<nowiki>sudo tail /var/log/nginx/error.log<//nowiki>}} | |||
== PHP 技術問題處理 == | == PHP 技術問題處理 == | ||