24. 01. 2014, 17:07

hey community,

hab da ein problem wir ihr euch schon gedacht habt, und zwar habe ich typo3 4.7.17 grade installiert source+dummy package alles gut soweit nur wenn ich ins frontend/backend/upgrade wizard gehen will zeigt er mir das hier an:

Fatal error: Class 'tx_saltedpasswords_div' not found in /homepages/28/d262191173/htdocs/typo3/sysext/saltedpasswords/ext_tables.php on line 10

hier einmal die zeile im code:

1 <?php
2 if (!defined ('TYPO3_MODE')) {
3 die ('Access denied.');
4 }
5
6
7 t3lib_div::loadTCA('fe_users');
8 $GLOBALS['TCA']['fe_users']['columns']['password']['config']['max'] = 100;
9
10 if (tx_saltedpasswords_div::isUsageEnabled('FE')) {
11
12 // Get eval field operations methods as array keys
13 $operations = array_flip(t3lib_div::trimExplode(',', $GLOBALS['TCA']['fe_users']
14 ['columns']['password']['config']['eval'], TRUE));