[TYPO3-english] After upgrade 4.7.12 -> 6.1.1 -> More than one request handler with the same priority

d.ros projects at r-system.de
Mon Jul 15 11:13:09 CEST 2013


OK -> Got your point !! Thanks for the hint

Removing:

config.tx_extbase {
  objects {
   Tx_Extbase_Persistence_Storage_BackendInterface {
    className = Tx_Extbase_Persistence_Storage_Typo3DbBackend
   }
  }
  mvc {
   requestHandlers {
    Tx_Extbase_MVC_Web_FrontendRequestHandler = 
Tx_Extbase_MVC_Web_FrontendRequestHandler
    Tx_Extbase_MVC_Web_BackendRequestHandler = 
Tx_Extbase_MVC_Web_BackendRequestHandler
   }
  }
}

made it working.



Am 15.07.2013 10:54, schrieb Markus Klein:
> Hi!
>
> Please check your Typoscript and tell us what your extbase settings contain in
> ['mvc']['requestHandlers']
>
>
> Kind regards
> Markus
>
> ------------------------------------------------------------
> Markus Klein
> TYPO3 CMS Active Contributors Team Member
>
>> -----Original Message-----
>> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
>> bounces at lists.typo3.org] On Behalf Of d.ros
>> Sent: Monday, July 15, 2013 10:25 AM
>> To: typo3-english at lists.typo3.org
>> Subject: Re: [TYPO3-english] After upgrade 4.7.12 -> 6.1.1 -> More than one
>> request handler with the same priority
>>
>> Am 15.07.2013 07:40, schrieb d.ros:
>>> #1176475350: More than one request handler with the same priority can
>>> handle the request, but only one handler may be active at a time!
>>> (More
>>> information)
>>>
>>> TYPO3\CMS\Extbase\Mvc\Exception thrown in file
>>> ~/typo3_src-
>> 6.1.1/typo3/sysext/extbase/Classes/Mvc/RequestHandlerResol
>>> ver.php
>>> in line 95
>>>
>>> @ nearly every Backend Module call.
>>>
>>> Solution:
>>>
>>> remove
>>>
>>> 'sys_note'
>>>
>>> from LocalConfiguration.php
>>>
>>> cheers
>>>
>>> just for informal purposes
>>>
>>> cheers David
>>>
>>>
>>
>> This is only true for the "Web Modules" . Some "Admin Modules" are still
>> broken. So this is not a cure at all.
>>
>> Here a complete error message -> http://pastebin.com/4jW7PLQn
>>
>> This was a upgrade from a 4.7.12 -> 6.1.1 LocalConfiguration.php is taken
>> from a working 6.1.1 version which was cleanly and fresh installed.
>>
>> The installed Extensions are quite stripped down:
>>
>> 	'extListArray' => array(
>> 			'filelist',
>> 			'extbase',
>> 			'fluid',
>> 			'install',
>> 			'belog',
>> 			'beuser',
>> 			'setup',
>> 			'viewpage',
>> 			'rtehtmlarea',
>> 			'css_styled_content',
>> 			't3skin',
>> 			't3editor',
>> 			'reports',
>> 			'felogin',
>> 			'form',
>> 			'feedit',
>> 			'rsaauth',
>> 			'saltedpasswords',
>> 		),
>>
>> - Caches are clean
>> - Same Server Environment as working 6.1.1 fresh install
>> - Installtool is satisfied
>> - Compare is run
>> - CREATE TABLE ( ( categories int(11) NOT NULL default '0' ); issue was
>> avoided by setting
>> $GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']
>>
>> Any ideas ?
>>
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list