always when you want to use header(); , you have to call it before any outputs ..
you have to register sessions before any outputs , sessions are sent with header so they need to be sent first .. also try to use the new session register format and deal with them as any GLOBAL arrays .. I am talking like registering session like this :
and for error 2 it seems that there is an output in line 2 in main.php so you can't send any header ..
from its name header only comes first ..