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

解決svchost.exe消耗記憶體問題

解決svchost.exe消...

pexelsphotowin55 根據微軟中文知識庫編號5的文件說明:「SVCHOST.EXE是從動...

CSS3濾鏡Filter的十種特效

CSS3濾鏡Filter的十...

CSS 濾鏡效果 Filters 主要是運用在圖片上,以實現一些特效。 grayscale 灰階 s...

php使用PDO獲取結果的方法

php使用PDO獲取結果的方...

fetch() 式例如下: mixed PDOStatement::fetch([int fetch...

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