FCPATH/modules/km_video/controllers/km_video.php [ 328 ]
323 $youtube_id = youtube_id($data_info->link_youtube);
324 $youtube_embed = youtube_embed($youtube_id, '100%', '100%', false, true, true);
325 $output['link_youtube'] = ! empty($youtube_embed) ? $youtube_embed :'';
326 $output['image'] = $image;
327 $output['title'] = !empty($data_info->title) ? $data_info->title : '';
328 $output['date'] = !empty($data_info->date_set) ? show_date($data_info->date_set, $this->curent_lang_code) : show_date($data_info->createdate, $this->curent_lang_code);
329 $output['detail'] = !empty($data_info->description) ? html_entity_decode($data_info->description,ENT_QUOTES,'UTF-8') : '';
330
331 $breadcrumb = [lang('front_km_videos') => site_front('km_video'), $output['subject'] => '#'];
332 $output['breadcrumb_front'] = $breadcrumb;
333
-
FCPATH/modules/km_video/controllers/km_video.php [ 328 ] » MY_Exceptions::error_handler(arguments)
code
8
error
Undefined property: stdClass::$createdate
file
/var/www/vhosts/tijthailand.org/httpdocs/modules/km_video/controllers/km_video.php
line
328
4
Array ( [uri_segment_array] => Array ( [1] => km_video [2] => detail [3] => living-with-covid-19-ep1-community ) [uri_segment] => living-with-covid-19-ep1-community [output] => Array ( [module_name] => km_video [km_video_id] => 287 [data_info] => stdClass Object ( [id] => 287 [subject] => ชุมชนมีส่วนร่วมได้อย่างไร...ในช่วงการแพร่ระบาดโรคโควิด? [count_view] => 2357 [link_youtube] => https://www.youtube.com/watch?v=ukbuD4rjOMU&ab_channel=TIJJustRightChannel [image] => 20200922/cdeiquv01256.png [language_id] => 1 [post_by] => TIJ [date_set] => [sort_order] => 284 [highlight_status] => 1 [status] => 1 ) [subject] => ชุมชนมีส่วนร่วมได้อย่างไร...ในช่วงการแพร่ระบาดโรคโควิด? [count_view] => 2,357 [post_by] => TIJ [link_youtube] => [image] => https://www.tijthailand.org/uploads/km_video/image/cover/20200922/cdeiquv01256.png [title] => ) [total_segments] => 3 [id] => 287 [get_id] => 287 [data_info] => stdClass Object ( [id] => 287 [subject] => ชุมชนมีส่วนร่วมได้อย่างไร...ในช่วงการแพร่ระบาดโรคโควิด? [count_view] => 2357 [link_youtube] => https://www.youtube.com/watch?v=ukbuD4rjOMU&ab_channel=TIJJustRightChannel [image] => 20200922/cdeiquv01256.png [language_id] => 1 [post_by] => TIJ [date_set] => [sort_order] => 284 [highlight_status] => 1 [status] => 1 ) [image] => https://www.tijthailand.org/uploads/km_video/image/cover/20200922/cdeiquv01256.png [youtube_id] => ukbuD4rjOMU [youtube_embed] => )
323 $youtube_id = youtube_id($data_info->link_youtube); 324 $youtube_embed = youtube_embed($youtube_id, '100%', '100%', false, true, true); 325 $output['link_youtube'] = ! empty($youtube_embed) ? $youtube_embed :''; 326 $output['image'] = $image; 327 $output['title'] = !empty($data_info->title) ? $data_info->title : ''; 328 $output['date'] = !empty($data_info->date_set) ? show_date($data_info->date_set, $this->curent_lang_code) : show_date($data_info->createdate, $this->curent_lang_code); 329 $output['detail'] = !empty($data_info->description) ? html_entity_decode($data_info->description,ENT_QUOTES,'UTF-8') : ''; 330 331 $breadcrumb = [lang('front_km_videos') => site_front('km_video'), $output['subject'] => '#']; 332 $output['breadcrumb_front'] = $breadcrumb; 333
-
FCPATH/system/core/CodeIgniter.php [ 359 ] » km_video->detail(arguments)
0
living-with-covid-19-ep1-community
354 } 355 } 356 357 // Call the requested method. 358 // Any URI segments present (besides the class/function) will be passed to the method for convenience 359 call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); 360 } 361 362 363 // Mark a benchmark end point 364 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_end');
-
FCPATH/index.php [ 226 ] » require_once(arguments)
0
/var/www/vhosts/tijthailand.org/httpdocs/system/core/CodeIgniter.php
221 * 222 * And away we go... 223 * 224 */ 225 226 require_once BASEPATH.'core/CodeIgniter.php'; 227 228 /* End of file index.php */ 229 /* Location: ./index.php */