FUEL CMS Forum
Discussions
Activity
Home
›
Support
›
Bug Reports
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
My_config.php
zipking1988
March 2017
edited March 2017
in
Bug Reports
when i changed
$config['enable_profiler'] = TRUE;
to TRUE
the following error show up
/fuel/application//config/profiler.php does not contain a valid config array
did i set it up wrongly ?
Comments
zipking1988
March 2017
edited 6:50PM
fuel cms v1.4
Andrew
March 2017
edited 6:50PM
Hi,
you can fix it by putting in this file empty array:
$config = array();
but this is a bug!
admin
March 2017
edited 6:50PM
This is how the default version of CI is as well:
https://github.com/bcit-ci/CodeIgniter/blob/develop/application/config/profiler.php
https://www.codeigniter.com/user_guide/general/profiling.html?highlight=profiler
zipking1988
March 2017
edited 6:50PM
Andrew and Admin
thank you so much for the help!!!!
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
you can fix it by putting in this file empty array:
$config = array();
but this is a bug!
https://github.com/bcit-ci/CodeIgniter/blob/develop/application/config/profiler.php
https://www.codeigniter.com/user_guide/general/profiling.html?highlight=profiler
thank you so much for the help!!!!