[TYPO3-mvc] 4.6 Ajax call error

Henjo Hoeksma me at henjohoeksma.nl
Thu Oct 27 09:18:53 CEST 2011


Hi Stefano,

I came to the same conclusion! Thanks for your thoughts, got it working
again.

Kind regards,

Henjo

Problems are small because we learned how to deal with them.
Problems are big because we need to learn how to deal with them.


On Thu, Oct 27, 2011 at 02:02, Stefano Cecere <scecere at krur.com> wrote:

> Hi Henjo
>
> i got the SAME error, with a big ExtBase of mine that i wanted to try under
> 4.6
> i discovered that i didn't pass the Controller name in some links (it
> worked without warning under 4.5!)
>
> in you case, you should add
>
>  controller = NameofYourController
>
> i havent' already checked the ExtBase wiki.. but anyway i didn't find any
> note about this new "strictiness"
>
> let me know it it works!
> ciao
> stefano
>
>
>
>
> On Wed, 26 Oct 2011 23:24:07 +0200, Henjo Hoeksma <me at henjohoeksma.nl>
> wrote:
>
>  Hi list,
>>
>> I upgraded my local dev server to 4.6 and since then my AJAX render an
>> error
>> that the action is not allowed.
>>
>> This is what my code looks like:
>>
>> <setup>
>> tyresFilter = PAGE
>> tyresFilter {
>>    typeNum = 1299
>>    10 = USER_INT
>>    10 {
>> userFunc = tx_extbase_core_bootstrap->run
>>  pluginName = Tyres
>> extensionName = Tyres
>> switchableControllerActions {
>>    Tyre {
>> 1 = ajax
>>    }
>>  }
>> settings =< plugin.tx_tyres.settings
>> persistence =< plugin.tx_tyres.persistence
>>  view =< plugin.tx_tyres.view
>>    }
>>    config {
>>    disableAllHeaderCode = 1
>>    additionalHeaders = Content-type:application/json
>>    xhtml_cleaning = 0
>>    admPanel = 0
>>    debug = 0
>>    }
>> }
>> </setup>
>>
>> My localconf has the ajax action, but I get an exception saying:
>> *#1313855173:
>> The action "ajax" (controller "Tyre") is not allowed by this plugin.
>> Please
>> check Tx_Extbase_Utility_Extension::**configurePlugin() in your
>> ext_localconf.php*
>>
>> Something changed that I missed out on?
>>
>> Kind regards,
>>
>> Henjo
>>
>> Problems are small because we learned how to deal with them.
>> Problems are big because we need to learn how to deal with them.
>>
>
>
> --
> ____    ___   __  _ ______________________
>
>  Stefano Cecere
>  Krur multimedia studio
>
> ______________________________**_________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc@**lists.typo3.org<TYPO3-project-typo3v4mvc at lists.typo3.org>
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**
> project-typo3v4mvc<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc>
>


More information about the TYPO3-project-typo3v4mvc mailing list