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

Mira mira at modifiziert.com
Tue Mar 3 12:02:44 CET 2015


When I hit this command:
./flow flow:core:migrate
 
I get:

root at host:/var/www/flow3/timbo# ./flow flow:core:migrate
Applying TYPO3.FLOW3-201201261636
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.FLOW3-201201261636

Applying TYPO3.Fluid-201205031303
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Fluid-201205031303

Applying TYPO3.FLOW3-201205292145
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.FLOW3-201205292145

Applying TYPO3.FLOW3-201206271128
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.FLOW3-201206271128

Applying TYPO3.FLOW3-201209201112
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.FLOW3-201209201112

Applying TYPO3.Flow-201209251426
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Flow-201209251426

Applying TYPO3.Flow-201211151101
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Flow-201211151101

Applying TYPO3.Flow-201212051340
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Flow-201212051340

Applying TYPO3.Flow-201310031523
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Flow-201310031523

Applying TYPO3.Flow-201405111147
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Flow-201405111147

Applying TYPO3.Fluid-20141121091700
Skipping My.Timbo, the working copy is dirty.
Done with TYPO3.Fluid-20141121091700

 

Can this be a problem?

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