It appears above "This report is only available after logging in. Please log in to view." Warnings for php should be disabled to hide the displayed errors. `error_reporting(E_ALL ^ E_NOTICE);` should be added to the top of the php file
It appears above "This report is only available after logging in. Please log in to view."
Warnings for php should be disabled to hide the displayed errors.
error_reporting(E_ALL ^ E_NOTICE);should be added to the top of the php file