Index: branches/5.2.x/core/kernel/session/session_storage.php =================================================================== diff -u -N -r14735 -r14811 --- branches/5.2.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 14735) +++ branches/5.2.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 14811) @@ -1,7 +1,7 @@ Application->TableFound($this->TableName) ) { + if ( defined('IS_INSTALL') && IS_INSTALL && $to_database && !$this->Application->TableFound($this->TableName, true) ) { return; }