|
PHP复制代码 /*
| -------------------------------------------------------------------
| Auto-load Config files
| -------------------------------------------------------------------
| Prototype:
|
| $autoload['config'] = array('config1', 'config2');
|
| NOTE: This item is intended for use ONLY if you have created custom
| config files. Otherwise, leave it blank.
|
*/
$autoload['config'] = array('user_agents'); 复制代码
当加载user_agents.php这个文件的时候,CI总是报错。user_agents.php是CI自带的,并没有改过。把这个文件的内容情况了,错误依旧。这是什么问题?
错误信息:
An Error Was Encountered
Your user_agents.php file does not appear to contain a valid configuration array. |
|