Показать сообщение отдельно
Старый 25.09.2013, 21:28   #8
MaRTial
Новенький
 
Регистрация: 22.11.2007
Сообщений: 8
Отправить сообщение для MaRTial с помощью ICQ
По умолчанию

Я на дев. версии решил так. На бою и так работает, главное не выгрузить.

Файл typo3conf/ext/sr_feuser_register/pi1/class.tx_srfeuserregister_pi1_base.php.

@@ -104,7 +104,7 @@
// }
// }
// Check if we can get a backend from rsaauth
- if (t3lib_extMgm::isLoaded('rsaauth')) {
+ if (false && t3lib_extMgm::isLoaded('rsaauth')) {
// rsaauth in TYPO3 4.5 misses autoload
if (!class_exists('tx_rsaauth_backendfactory')) {
require_once(t3lib_extMgm::extPath('rsaauth') . 'sv1/backends/class.tx_rsaauth_backendfactory.php');
MaRTial вне форума   Ответить с цитированием