I am using wampserver 3.1.7 and in php.ini Error_reporting set to --> E_all
but the problem is I am not getting errors or warnings like " Warning : session_start(): Cannot send session cache limiter - headers already sent"
in my localhost (wampserver) but on realserver (online) it is showing. No mater with the PHP version set, tried to 5.6 to 7.3!
other problem is for the warning “session_start(): Cannot send session cache limiter - headers already sent” when as per solution I found on net no line should be before <?PHP in page. I also wrote as said but this warning is still showing. What other could it be?
Than you for spending some time to help me.