I uploaded my website from a wamp local server to a web host. Despite the fact that my local php.ini was setup to error_reporting = E_ALL, when I uploaded the page on the web host, it shows me errors that wamp didn't, like :
"Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by ..."
My question is, if it is possible, how do I setup my wamp server to show me all those errors to?
output_bufferingturned on in your local php.ini – air4x Oct 31 '12 at 21:11