After moving the existing EPESI installation (version 1.8.1.) to the new server(PHP7.2), we got the following errors:
Type: E_RECOVERABLE_ERROR (4096) Message: ini_set(): Cannot set 'user' save handler by ini_set() or session_module_name() File: /public_html/include/session.php Line=327 error backtrace: [PHP core called function] function called: handle_epesi_error(4096, "ini_set(): Cannot set 'user' save handler by ini_set() or session_module_name()", "/public_html/include/session.php", 327, Array (#40)) File: /public_html/include/session.php line 327 function called: ini_set("session.save_handler", "user") File: /public_html/init_js.php line 20 function called: require_once("/public_html/include/session.php") File: /public_html/index.php line 195 function called: require_once("/public_html/init_js.php")
Do you have any clue what is the reason of these errors?