when creating a test account and logging in the redirections dont work because it says an error about headers already being sent.
Warning: session_start(): Cannot start session when headers already sent in /public_html/config/db.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at public_html/project/index.php:1) in /public_html/controllers/login.php on line 61
this stops the redirection to the dashboard page
can anyone check this ?
when creating a test account and logging in the redirections dont work because it says an error about headers already being sent.
Warning: session_start(): Cannot start session when headers already sent in /public_html/config/db.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at public_html/project/index.php:1) in /public_html/controllers/login.php on line 61
this stops the redirection to the dashboard page
can anyone check this ?