core icon indicating copy to clipboard operation
core copied to clipboard

Security.output_filder not defined

Open deizshanky opened this issue 7 years ago • 1 comments

Hello everyone, I'm a beginner with this framework,i have the following error:

**Fuel\Core\FuelException [ Error ]:
There is no security.output_filter defined in your application config file**

here is the configuration file 'security' => array( 'csrf_autoload' => True, 'output_filter' => array('Security::htmlentities'), 'auto_filter_output' => true, ) //Bootstrap.php \Fuel::init('config.php'); Thank's

deizshanky avatar Aug 21 '18 11:08 deizshanky

You usually get this when there is an error in your config so the framework fails to initialize.

WanWizard avatar Aug 21 '18 14:08 WanWizard