Magento 2 Print Php Error

[Solved] Magento 2 Print Php Error | Php - Code Explorer | yomemimo.com
Question : magento 2 print php error

Answered by : gentle-gibbon-15wjfau5vemv

error_reporting(E_ALL); # Set Error Reporting as E_ALL (Report all PHP errors)
ini_set('display_errors', 1); # Un-commenting this line to enable PHP error display

Source : https://www.mageplaza.com/devdocs/display-error-enable-error-reporting-magento-2.html | Last Update : Wed, 04 Mar 20

Answers related to magento 2 print php error

Code Explorer Popular Question For Php