[TYPO3-mvc] Exception with ExtBase 1.3.0RC1

Thomas Nussbaumer typo3 at thomasnu.ch
Mon Jan 24 17:03:13 CET 2011


Hi Franz

There are no config.tx_extbase at all. I copied it from
ext_typoscript_setup.txt. Should this not be donne to the update wizard?

Thanks a lot for help.

Greets,
Thomas

-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Franz Koch
Gesendet: Montag, 24. Januar 2011 13:51
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] Exception with ExtBase 1.3.0RC1

Hey,

> I tested the update to T3 4.5.0 with my site. All is ok, except my
extension
> with ExtBase and Fluid (like inventory of Jochen Rau) thrown an exception:
>
> Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1205414233: No
> suitable request handler found. | Tx_Extbase_MVC_Exception thrown in file
>
/home/gastroaa/public_html/typo3_src-4.5.0rc1/typo3/sysext/extbase/Classes/M
> VC/RequestHandlerResolver.php in line 97
>
> Are there different configurations needed? Its shoud be backward
compatible.

please check in the TS objectBrowser if the default TypoScript 
configuration of extbase got loaded correctly. You should see there 
something like this:

config.tx_extbase {
...
	mvc {
		requestHandlers {
			Tx_Extbase_MVC_Web_FrontendRequestHandler = 
Tx_Extbase_MVC_Web_FrontendRequestHandler
			Tx_Extbase_MVC_Web_BackendRequestHandler = 
Tx_Extbase_MVC_Web_BackendRequestHandler
		}
	}
}

If this configuration is missing, please check your TS templates.

-- 
kind regards,
Franz Koch
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list