开发者

CI log_threshold Problem

A PHP Error was encountered

Severity: Notice

Message: Undefined index: log_threshold

Filename: codeigniter/Common.php

Line Number: 246 in my CI Project when i work locally it works fine but when i upload it to server it gives this error serverlin开发者_StackOverflow中文版k http://outshinebd.com/sm/ Please some body help me Thanks


check your config.php file in application/config folder. To me it seems like your config file is missing the following entry

$config['log_threshold'] = 1;

the values range from 0-4

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜