I have a following problem: My friend has a Joomla portal with quite old components: EZ Autos, EZ Portal and EZ Feeds. They lack any support now and one of the pages (Profile edit page) displays as a blank page.
Is there any way to set PHP error_reporting
to E_ALL
and then disable further changes to error_reporting(0);
? Someone who created the components disabled error_reporting in a unknown location and the one page causes an error that I can't read.