Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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
Source by www.mageplaza.com #
 
PREVIOUS NEXT
Tagged: #magento #print #php #error
ADD COMMENT
Topic
Name
7+5 =