[FLOW3-general] Error by using widget paginate

Robin Lehrmann role at vkf-renzel.de
Tue Aug 14 11:25:01 CEST 2012


On 14.08.2012 11:23, Phallin Hor wrote:
>
> And I got some error below:
> #1301610453: Could not resolve a route and its corresponding URI for 
> the given parameters. This may be due to referring to a not existing 
> package / controller / action while building a link or URI. Refer to 
> log and check the backtrace for more details.
>
You must change your Routes in Configuration/Routes.yaml, 
Configuration/Development/Routes.yaml

Use the default Routes of FLOW3

###
## FLOW3 subroutes
##
#
-
   name: 'FLOW3'
   uriPattern: '<FLOW3Subroutes>'
   defaults:
     '@format': 'html'
   subRoutes:
     FLOW3Subroutes:
       package: TYPO3.FLOW3


More information about the FLOW3-general mailing list