Security.output_filder not defined
deizshanky opened this issue · 1 comments
deizshanky commented
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
WanWizard commented
You usually get this when there is an error in your config so the framework fails to initialize.