[TYPO3-mvc] cant open action through controller

Alex Bailey admin at v1le.de
Wed Dec 9 14:59:58 CET 2009


Steffen Ritter schrieb:
> Alex Bailey schrieb:
>> Hi,
>> Since some time i experience a really odd behavior
>> from my extension. I can't execute actions inside a controller anymore.
>> Means: I have a link
>>
>> example: <f:link.action action="test" controller="Customer">Test 
>> link</f:link.action>
>>
>> an action testAction in my controller & entry "test" in the localconf 
>> to register it.
>>
>> But by what means I can't execute anything but the index action (maybe 
>> because its default?) from my view.
>>
>> I don't really know how I should describe the problem any further but 
>> maybe someone has an idea what could be behind this.
>>
>> Thanks in advance.
>>
>> Regards
>>
>> Alex
> Hey,
> there are three things that might be blocking this:
>  - you forgot to add the views in the ext_localconf where you registered 
> the plugin
>  - you have overridden the controllerandactions  in TS and only index is 
> present
>  -  "   "      "        "            "           in the Flexform
> 
> regards
> 
> Stefen

Thanks for the hint but I already checked all these factors and they are 
not the solution to my problem :( but I think I've advanced a little 
further. It seems my ext_localconf get completly ignored. Index Action 
is getting viewed by default but all the other stuff I define is just 
ignored. Can you think of a possible scenario why that could happen?

regards

Alex


More information about the TYPO3-project-typo3v4mvc mailing list