Errors with website building

I used same files with wamp server (mysqli) and all working fine but after I uploaded into my host public_html, after successful database creation, then log in, I got this error message* and I could not actually find what is wrong with my code. The warning… always block my processes please is there any other thing I need to upload into this profile?

  • Error message is:
    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /storage/ssd1/937/2939937/public_html/login.php:7) in /storage/ssd1/937/2939937/public_html/login.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd1/937/2939937/public_html/login.php:7) in /storage/ssd1/937/2939937/public_html/login.php on line 32

@MostMate Add this line in your .htacces file and then try again.
php_flag output_buffering on

1 Like

Yes, finally! Very grateful sir!