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

PHP輸出到WORD跟EXCEL 簡易做法

PHP輸出到WORD跟EXC...

pexelsphotooffice WORD: $filename="test.doc&q...

PHP查詢陣列中是否存在特定字串in_array() 函數

PHP查詢陣列中是否存在特定...

使用函數inarray() ,適用版本(PHP , PHP 5, PHP , PHP ) 使用方式:...

使用jQuery阻止input直接按Enter就送出表單

使用jQuery阻止inpu...

使用表單是傳送資料裡經常會用到的方式。 這時當使用者輸入表單後習慣上按下Enter,則會將表單內容送...

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