Loading...

在PHP強制顯示錯誤訊息的方法

Temperature: 0 °C

Mark ChangMark Chang
author_tools

若是單一檔案,只需要在每個PHP檔案裡添加下列2行:

ini_set('display_errors','1');
error_reporting(E_ALL);

若想要所有檔案都顯示錯誤訊息。

可以在.htaccess文件中添加了以下幾行:
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /home/path/public_html/domain/PHP_errors.log

反之,若添加的是Off 則不會顯示錯誤訊息。

當然也可以直接在php.ini中設定。

在 php.ini 一般預設路徑在 /etc/php.ini, 在 php.ini 內找到 display_errors,設定為 On 是開啟錯誤信息,Off 是關閉輸出:
isplay_errors = On // 開啟錯誤提示
display_errors = Off // 關閉錯誤提示

以上紀錄~
 

https://innstory.com/story-在PHP強制顯示錯誤訊息的方法-2126
PHP

Prev
 RPO(Relative_Path_Overwrite)相對路徑覆蓋攻擊

Next
分享_吃蝗蟲治武漢肺炎中國網民樂翻:天賜良藥! 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

WordPress如何關閉迴響留言功能?

WordPress如何關閉迴...

其實WordPress本身的留言迴響功能還蠻健全的。 包括可以設定關鍵字黑名單或者是IP黑名單,強制...

使用CSS讓Youtube自動適應寬度跟高度

使用CSS讓Youtube自...

pexelsphotomedia 在播放Youtube影音的時候,常使用 iframe 的方式崁入網...

如何增加WordPress網站的PHP時間限制?

如何增加WordPress網...

PHP時間限制是您的網站在超時之前將花費在單個操作上的時間。當操作達到設置的時間限制時,它將返回錯誤...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format