FCPATH/modules/news/controllers/news.php [ 169 ]
164 }
165
166 $breadcrumb = array(
167 $this->lang->line('menu_home') => site_front('home') ,
168 $this->lang->line('module_name') => site_front('news'),
169 $output['data_info']['subject'] => 'javascript:;'
170 );
171 $output['breadcrumb_front'] = $breadcrumb;
172
173
174 // Seo config
-
FCPATH/modules/news/controllers/news.php [ 169 ] » MY_Exceptions::error_handler(arguments)
code8
errorUndefined index: subject
file/home2/cp242410/public_html/index.co.th/modules/news/controllers/news.php
line169
4Array ( [news_id] => 281 [data_info] => Array ( ) [output] => Array ( [data_info] => Array ( ) [galleries] => Array ( [0] => Array ( [image] => https://index.co.th/uploads/news/20230818/ghjmqruvy459.jpg ) [1] => Array ( [image] => https://index.co.th/uploads/news/20230818/ehijlmrsw236.jpg ) [2] => Array ( [image] => https://index.co.th/uploads/news/20230818/acehijtxz367.jpg ) [3] => Array ( [image] => https://index.co.th/uploads/news/20230818/dginprsx1249.jpg ) ) ) [image_share] => [galleries] => Array ( [0] => stdClass Object ( [id] => 1054 [news_id] => 281 [image] => 20230818/ghjmqruvy459.jpg [sort_order] => 0 ) [1] => stdClass Object ( [id] => 1055 [news_id] => 281 [image] => 20230818/ehijlmrsw236.jpg [sort_order] => 1 ) [2] => stdClass Object ( [id] => 1056 [news_id] => 281 [image] => 20230818/acehijtxz367.jpg [sort_order] => 2 ) [3] => stdClass Object ( [id] => 1057 [news_id] => 281 [image] => 20230818/dginprsx1249.jpg [sort_order] => 3 ) ) [gallery] => stdClass Object ( [id] => 1057 [news_id] => 281 [image] => 20230818/dginprsx1249.jpg [sort_order] => 3 ) [gallery_image] => https://index.co.th/uploads/news/20230818/dginprsx1249.jpg )164 } 165 166 $breadcrumb = array( 167 $this->lang->line('menu_home') => site_front('home') , 168 $this->lang->line('module_name') => site_front('news'), 169 $output['data_info']['subject'] => 'javascript:;' 170 ); 171 $output['breadcrumb_front'] = $breadcrumb; 172 173 174 // Seo config -
FCPATH/modules/news/controllers/news.php [ 45 ] » news->detail(arguments)
news_id281
40 if (empty($get_id) || $get_id == 0) { 41 //redirect('error_404'); 42 $this->index(); 43 } 44 45 $this->detail($get_id); 46 } 47 } 48 49 function index($content_type = "news") { 50 -
FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)
method281
paramsArray ( )
320 * ------------------------------------------------------ 321 */ 322 // Is there a "remap" function? If so, we call it instead 323 if (method_exists($CI, '_remap')) 324 { 325 $CI->_remap($method, array_slice($URI->rsegments, 2)); 326 } 327 else 328 { 329 // is_callable() returns TRUE on some versions of PHP 5 for private and protected 330 // methods, so we'll use this workaround for consistent behavior -
FCPATH/index.php [ 223 ] » require_once(arguments)
0/home2/cp242410/public_html/index.co.th/system/core/CodeIgniter.php
218 * 219 * And away we go... 220 * 221 */ 222 223 require_once BASEPATH.'core/CodeIgniter.php'; 224 225 /* End of file index.php */ 226 /* Location: ./index.php */