Search facility using fulltextsearch solr add-on

Having setup the add-on fulltextsearch with solr I get this message when using the $searchform ‘Action ‘SearchForm’ isn’t allowed on this handler’. I have removed the SilverStripe\ORM\Search\FulltextSearchable::enable() and flushed the site. Not sure what problem is any ideas.

Don’t really need this now my other question is answered. But still interested as to what the error message Action ‘SearchForm’ isn’t allowed on this handler means.

Have you added the $allowed_actions array in your controller?

private static $allowed_actions = ['SearchForm'];