php - Use of Undefined Constant Notice on CodeIgniter -
i checked whole site couldn't find answers it, decided post question.
i'm developing website codeigniter 3.0 , oftenly getting notice below:
severity: notice message: use of undefined constant - assumed ' ' filename: yonetim/master.php line number: 149 backtrace: file: /home/address/public_html/application/views/yonetim/master.php line: 149 function: _error_handler file: /home/address/public_html/application/controllers/yonetim/anasayfa.php line: 9 function: view file: /home/address/public_html/index.php line: 292 function: require_once
line 149 on master.php below:
<li <?php if($this->uri->segment(3) == 'bayiler') { ?>class="active"<?php } ?>>
i know, can disable notification alert on index.php don't want make way. know right solution?
thanks in advance.
Comments
Post a Comment