0

I have some issues in my application, I uploaded it to a domain server and have this ERROR here:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/emavula/public_html/deco.co.mz/store/login_admin.php:1) in /home/emavula/public_html/deco.co.mz/store/funcoes/funcoes.php on line 4

mega6382
  • 9,211
  • 17
  • 48
  • 69

1 Answers1

0

It sounds like some output was sent in /home/emavula/public_html/deco.co.mz/store/login_admin.php:1. Because it is on line 1, I strongly suspect a new line or space before <?php. If it isn't that, maybe check the error log and make sure the log level is set to at least warning.

Alex Barker
  • 4,316
  • 4
  • 28
  • 47