blogotext
blogotext copied to clipboard
Bug page admin + workarroud
Hello, Avec PHP 7.2 à la page d’accueil d'admin
Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in admin/inc/auth.php on line 59
Workarround :
Commenter la ligne 58 du fichier auth.php règle le problème.
@session_start();
/* @session_start(); */
Patched in #383
Must be solve with the current master branch. Can you give it a try ?