[TYPO3-english] captcha extension after upgrading

Philipp Holdener philipp at holdener.ch
Thu Dec 3 12:32:26 CET 2009


Sergio Catalá Gil schrieb:
> Hi Philipp, 
> 
> I think you mean that:
> 
> http://www.typo3-jack.net/typo3-german-lists-netfielders-de/23004-typo3-german-captcha-4-3rc2-3.html
> 
> Can you translate it for me? :-(
> 
> 


delete this in captcha.php:

define(PATH_t3lib, PATH_site.'t3lib/');
define(PATH_tslib, PATH_site.'typo3/sysext/cms/tslib/');
require_once(PATH_t3lib.'class.t3lib_div.php');
require_once(PATH_t3lib.'class.t3lib_extmgm.php');
require_once(PATH_t3lib.'config_default.php');


put this one in new:

require_once(PATH_typo3conf.'localconf.php');
$GLOBALS['TYPO3_CONF_VARS']=array('EXTCONF'=>array('captcha'=>unserialize($TYPO3_CONF_VARS['EXT']['extConf']['captcha'])));


Greetings
Philipp


More information about the TYPO3-english mailing list