[FLOW3-general] blog example

Gideon So gideonso at livingwater.org.hk
Tue Sep 27 03:35:02 CEST 2011


Hi David,

	I was just manage to make it work a week ago. Hope that I can give you 
some hints.

	First of all, Please check do you have all these packages:

	Framework/TYPO3.FLOW3
	Framework/TYPO3.Fluid
	Applications/TYPO3.Blog

	If you clone from git.typo3.org, you should have all this.

	Then check if all the packages are activated.

	#./flow3 package:list

	If not,

	#./flow3 package:activate TYPO3.Blog

	Then check /your/root/path/Configuration/Routes.yaml

	Put these line in it:

	##
	# Blog subroutes
	#

	-
	  name: 'Blog'
	  uriPattern: '<BlogSubroutes>'
	  subRoutes:
	    BlogSubroutes:
	      package: TYPO3.Blog	

	Done. It should work.

Gideon So

於 西元2011年09月26日 22:34, Davide Navarro 提到:
> Gives not answer , just go to head. If delete package "Blog" all working.
>
>



More information about the FLOW3-general mailing list