in concrete/config/concrete.php there's this setting:
'configuration'=>[/*
* Configuration mode
*
* @var string simple|advanced
*/'mode'=>'simple','simple'=>[/*
* What log level to store core logs in the database
* @var string
*/'core_logging_level'=>'NOTICE',/*
* Which handle to use
'configuration'=>[/*
* Configuration mode
*
* @var string simple|advanced
*/'mode'=>'simple','simple'=>[/*
* What log level to store core logs in the database
* @var string
*/'core_logging_level'=>'NOTICE',/*
* Which handle to use
*
* @var string (database|file)
*/'handler'=>'database','file'=>[/*
* File path to store logs
*
* @var string
*/'file'=>'',],],
so in application/config we made a new file concrete.php with the following content:
so in application/config we made a new file concrete.php with the following content:
and now it's running on the file sessions...
still when we put it on using the database for it's sessions, we keep havinf problems with the collasion that is not used well by the database handler:https://www.concrete5.org/community/forums/customizing_c5/utf8mb4-is...