Index: t3lib/class.t3lib_beuserauth.php =================================================================== --- t3lib/class.t3lib_beuserauth.php (revision 5828) +++ t3lib/class.t3lib_beuserauth.php (working copy) @@ -200,7 +200,7 @@ function backendCheckLogin() { if (!$this->user['uid']) { if (!defined('TYPO3_PROCEED_IF_NO_USER') || !TYPO3_PROCEED_IF_NO_USER) { - t3lib_BEfunc::typo3PrintError ('Login-error or session timed-out', 'No user logged in! Sorry, I can\'t proceed then!

(You must have cookies enabled!)

If your session has just timed-out, you may
click here to re-login.',0)); + header('Location: ' . t3lib_div::locationHeaderUrl('index.php')); exit; } } else { // ...and if that's the case, call these functions