[TYPO3-linux] PHP Fatal error: Class 'tx_saltedpasswords_div' not found

Franz Holzinger franz at ttproducts.de
Fri Jan 24 21:13:25 CET 2014


Hello,

Le 17. 01. 14 21:00, Leslie de Groot a écrit :
> I'm running into some problems when installing Typo3 V4.7.17.
> The install tool works just fine, but after the installation, when i'm
> trying to load the backend, i get a blank screen.
> When i'm viewing the logs this line comes up:
>
> PHP Fatal error: Class 'tx_saltedpasswords_div' not found in
> temp_CACHED_psaebd_ext_tables.php on line 1891
>
> I've redone the installation several times, but each time this error
> comes up.
>
> Im running it on a Centos server with all the requirements met.
>
> Could someone point me in the right direction?

You must edit the file typo3conf/localconf.php .
Add sltedpasswords to these lines if it is not already there:

$TYPO3_CONF_VARS['EXT']['extList_FE'] = '... 
,rsaauth,saltedpasswords, ...';	

$TYPO3_CONF_VARS['EXT']['extList'] = '...,rsaauth,saltedpasswords, ...';	

Remove the extension saltedpasswords from typo3conf/ext . It is a system 
extension.

Clear the files temp_CACHED*** inside of typo3conf.


- Franz






More information about the TYPO3-linux mailing list