[TYPO3-mvc] problem with settings

Bastian Waidelich bastian at typo3.org
Wed Mar 23 12:26:36 CET 2011


Dawid Pacholczyk wrote:

Hi Dawid,

> Everything works great BUT my BE module doesn`t see the TS
> configuration.

In order to fetch the configuration in BE mode, Extbase parses the TS of 
the current page. If no page is selected, Extbase tries to spot the root 
page. This is done in the method getCurrentPageId() in the 
BackendConfigurationManager [1].

Probably that's where it fails in your case.
Make sure to define the root page as site root (is_siteroot=1, turns the 
page symbol into a globe). If that doesn't work, try to debug the method.

HTH
Bastian

[1] 
<http://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git?a=blob;f=Classes/Configuration/BackendConfigurationManager.php;h=a4c36d80e0d086a19b2528c65a91b11d2369993b;hb=HEAD#l108>


More information about the TYPO3-project-typo3v4mvc mailing list