[TYPO3-mvc] 4.6 Ajax call error

Henjo Hoeksma me at henjohoeksma.nl
Wed Oct 26 23:24:07 CEST 2011


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.


More information about the TYPO3-project-typo3v4mvc mailing list