I uploaded my page to 000webhost
and when I log in, everything goes fine except that I see this error
Warning: session_start (): Can not send session cache limiter - headers already sent (output started at /storage/ssd5/679/2763679/public_html/LF/html/ico_notif.php:1) in /storage/ssd5/679/2763679/public_html/LF/html/ico_notif.php on line 2
In that PHP
I have this
(logically although I'm not there I have open and closed the php
)
session_start();
require('funciones.php');
require('clases.php');
$usuario = usuarios::usuario_por_codigo($_SESSION["CodUsua"]);