Answers for "magento 2 print php error"

PHP
0

magento 2 print php error

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
Posted by: Guest on February-26-2020

Browse Popular Code Answers by Language