PHP Notice: A session had already been started - ignoring session_start() in ../inc/classes/Session.php on line 45 i've currently fixed this with; if ( session_status() === "PHP_SESSION_NONE" ) { } encapsulating the session content of $start
PHP Notice: A session had already been started - ignoring session_start() in ../inc/classes/Session.php on line 45
i've currently fixed this with;
encapsulating the session content of $start