Configuration:
Drupal 7
$conf['session_inc'] = 'sites/all/modules/session_proxy/session.inc';
$conf['session_storage_force_default'] = FALSE;
$conf['session_storage_class'] = 'SessionProxy_Storage_Database';

no default autoloader configured (I mean no extra module for that)

Error message appears in logout only when this module is activated (and I know some autoload registration is done)

Comments

pounard’s picture

This also seems to be PHP 5.2 related, it's the class_exists('Database') call I think. Whatever happens, when code reaches here, database is always active so I can safely remove this call.

pounard’s picture

Status: Active » Fixed

Fix has been commited, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.