CI log_threshold error

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 serverlink http://outshinebd.com/sm/ Please help me Thanks

+2


a source to share


1 answer


check your config.php file in your application / config folder. It seems to me that the following entry is missing in your config file

$config['log_threshold'] = 1;

      



values ​​range from 0-4

+2


a source







All Articles