blogotext icon indicating copy to clipboard operation
blogotext copied to clipboard

Bug page admin + workarroud

Open Oxyaxion opened this issue 7 years ago • 2 comments

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(); */

Oxyaxion avatar Oct 07 '18 19:10 Oxyaxion

Patched in #383

extragornax avatar May 27 '19 09:05 extragornax

Must be solve with the current master branch. Can you give it a try ?

remrem avatar May 27 '19 09:05 remrem