[Flow] Get an 404 error after switching to "production"-context

Mira mira at modifiziert.com
Tue Mar 3 11:43:12 CET 2015


Hi Bastian,
 
I'm sorry for confusing. The right message is 
No controller could be resolved which would match your request. Package key:
"My.Timbo", controller name: "Standard".
 
This is occured because I have censored my project names with any other names. 
 
Thanks,
Mira
 
 

> Bastian Waidelich <bastian at typo3.org> hat am 3. März 2015 um 11:29
> geschrieben:
>
>
> On 03.03.15, at 11:24, Mira wrote:
>
> Hi Mira,
>
> > My Routes.yaml (for Development and Production) looks like this:
> >
> >
> > -
> > name: 'index Startpage'
> > uriPattern: ''
> > defaults:
> > '@package': 'My.Timbo'
> > '@controller': 'Standard'
> > '@action': 'index'
> > '@format': 'html'
> >
> > Perhaps there is an error?
>
>
> No, that looks fine. But your exception message does not fit to that
> very route:
>
> No controller could be resolved which would match your request. Package
> key: "Timbo", controller name: "Standard".
>
>
> Note the "Timbo" package key - it should be "My.Timbo". Are you sure
> there are no other routes defined?
> Does
>
> FLOW_CONTEXT=Development ./flow routing:list
>
> and
>
> FLOW_CONTEXT=Production ./flow routing:list
>
> have the same output?
>
> --
> Bastian Waidelich
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>


More information about the Flow mailing list