Bug #54276
closedBackend fails with error on fresh installation
0%
Description
In a fresh installation of 4.7.16 the backend fails with the following error message:
Fatal error: Class 'tx_saltedpasswords_div' not found in ***/typo3conf/temp_CACHED_ps6015_ext_tables.php on line 1891
Just switching back to 4.7.15 works out.
Updated by Georg Ringer over 11 years ago
- Status changed from New to Needs Feedback
clearing temp files helps?
Updated by Peter Proell over 11 years ago
No. & It has been a cristal clear installation with core and dummy.
Updated by Patric Rudolph over 11 years ago
Same error.
Tried fresh installation of TYPO3 4.7.16 and 4.7.17.
When I open the backend example.org/typo3 the error message occurs. Clearing temp-Files does not change anything.
Update from a earlier version (4.5.2) to 4.7.17 works and backend works fine.
Updated by Simon Hilz over 11 years ago
same here.
fresh install of 4.7.17 the error message occurrs wehen i try to login. (the /typo3 page)
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
- Is Regression changed from No to Yes
Updated by Christopher K. over 11 years ago
Same problem with fresh 4.7.17 installation (core/dummy)
I tried to manually require the class where it is missing inserting:
require_once('../../typo3_src-4.7.17/typo3/sysext/saltedpasswords/classes/class.tx_saltedpasswords_div.php');
An then I got this error:
PHP Fatal error: Class 'tx_rsaauth_backendfactory' not found in (...)/typo3_src-4.7.17/typo3/sysext/rsaauth/hooks/class.tx_rsaauth_loginformhook.php on line 46
So if the classes are there maybe the autoloading is broken?
4.7.15 works without any problems
Updated by Lucas B. over 11 years ago
Back-End works, if you first install 4.7.15 fresh, and then update it to 4.7.17!
Updated by Georg Ringer over 10 years ago
- Status changed from New to Closed
sorry for not helping out more. since 4.7 is not supported anymore, I am closing this issue!
please reopen it if still valid for you with 6.2!
thanks!