You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed the latest version and keep getting the following error : Action 'SearchForm' isn't allowed on class... even after adding the below code to my controllers
It sounds like maybe you are trying to POST SearchForm back to the current controller. It is now designed to use a GET and send the user to a dedicated controller to display search results.
If you want to use SearchForm via a POST you would may have to add a SearchForm method on your controller that overwrites the one added by the extension and add your own version of the SearchForm to that method (not sure if that would work, that is just off the top of my head).
Hi there,
I just installed the latest version and keep getting the following error : Action 'SearchForm' isn't allowed on class... even after adding the below code to my controllers
This is happening with all controllers.
I am running silverstripe 4.6.1
Any idea why?
Thank you
The text was updated successfully, but these errors were encountered: