• Symphony Recoverable Error: ini_set(): Cannot set 'user' save handler by ini_set() or session_module_name()

    An error occurred in /mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.session.php around line 63

    • 58             if (!self::$_initialized) {
    • 59
    • 60                 if(!is_object(Symphony::Database()) || !Symphony::Database()->isConnected()) return false;
    • 61
    • 62                 if (session_id() == '') {
    • 63                     ini_set('session.save_handler', 'user');
    • 64                     ini_set('session.gc_maxlifetime', $lifetime);
    • 65                     ini_set('session.gc_probability', '1');
    • 66                     ini_set('session.gc_divisor', Symphony::Configuration()->get('session_gc_divisor', 'symphony'));
    • 67                 }
  • Backtrace
    • [:0]
    •     GenericErrorHandler::handler();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.session.php:63]
    •     ini_set();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.cookie.php:107]
    •     Session::start();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.cookie.php:98]
    •     Cookie->__init();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.symphony.php:240]
    •     Cookie->__construct();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.symphony.php:126]
    •     Symphony->initialiseCookie();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.frontend.php:45]
    •     Symphony->__construct();
    • [/mnt/web320/a2/04/52053204/htdocs/symphony/lib/core/class.frontend.php:33]
    •     Frontend->__construct();
    • [/mnt/web320/a2/04/52053204/htdocs/index.php:13]
    •     Frontend::instance();
    • [/mnt/web320/a2/04/52053204/htdocs/index.php:25]
    •     renderer();
  • Database Query Log
    • [0.0009] SET character_set_connection = 'utf8', character_set_database = 'utf8', character_set_server = 'utf8';
    • [0.0004] SET CHARACTER SET 'utf8';
    • [0.0012] SELECT SQL_CACHE t1.name, t2.page, t2.delegate, t2.callback FROM `sym_extensions` as t1 INNER JOIN `sym_extensions_delegates` as t2 ON t1.id = t2.extension_id WHERE t1.status = 'enabled' ORDER BY t2.delegate, t1.name;