Closed (fixed)
Project:
Session Proxy
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 09:30 UTC
Updated:
13 Sep 2011 at 18:51 UTC
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
Comment #1
pounardThis 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.
Comment #2
pounardFix has been commited, thanks.