[TYPO3-english] Re: Fatal error after cancelled install of extension captcha

Hofer Christoph hofer.christoph at gmail.com
Sat Nov 1 20:39:40 CET 2014


Hello Mark

Thank you for your answer!

I opened the "LocalConfiguration.php" in the "typo3conf" folder. What i see is this (i ventured to replace some parts, because of a password in there and because i think the rest of the file doesn't matter):

--------------------------------------------------------------------------------------------------------------------------------------------
<?php
return array(
	'BE' => array(
(.....................................................)
	),
	'DB' => array(
(.....................................................)
	),
	'EXT' => array(
		'extConf' => array(
			'bootstrap_core' => 'a:0:{}',
			'bsdist' => 'a:0:{}',
			'cal' => (.....................................................)
			'recycler' => 'a:0:{}',
			'rsaauth' => (.....................................................)
			'saltedpasswords' => (.....................................................)
			'scheduler' => (.....................................................)
		),
	),
	'FE' => array(
		'activateContentAdapter' => FALSE,
		'debug' => FALSE,
		'loginSecurityLevel' => 'rsa',
	),
	'GFX' => array(
(.....................................................)
	),
	'SYS' => array(
		'caching' => array(
(.....................................................)
	),
);
?>
--------------------------------------------------------------------------------------------------------------------------------------------

So i can't see the captcha extension. It is not there. 

Is there a chance that this is not the right file?

What else could be a hint to a solution?

Greetings
Chris


More information about the TYPO3-english mailing list