[TYPO3-german] TYPO3 6.2 & XCLASS

Falk vixe4all at freenet.de
Tue Aug 5 14:19:28 CEST 2014


Hab die Lösung nun gefunden ... habe nun noch Folgenes in der ext_localconf.php:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['tx_indexedsearch'] =
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['TYPO3\\CMS\\IndexedSearch\\Controller\\SearchFormController'];

Komplette ext_localconf.php:
<?php
if (!defined('TYPO3_MODE')) {
	die ('Access denied.');
}

$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['TYPO3\\CMS\\IndexedSearch\\Controller\\SearchFormController'] = array(
	'className' => 'Kp\\KpIndexedSearch\\Xclass\\SearchFormController'
);
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['tx_indexedsearch'] =
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['TYPO3\\CMS\\IndexedSearch\\Controller\\SearchFormController'];


Danke und Gruß 
Falk


More information about the TYPO3-german mailing list