Ad

ryder
asked Oct 07 2021
Answer
To enable display_errors parameter
Goto your php.ini configuration file.
vim /etc/php.ini
search for this variable and set its value to on
display_errors = on
Then, add the following code to your the application PHP script fle.

linuxhelp
asked Oct 07 2021
Enable PHP errors to Display on Web Browser
How to enable Enable PHP errors to Display on Web Browser?