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] => tij-forum-2021-ep4-way-out ) [uri_segment] => tij-forum-2021-ep4-way-out [output] => Array ( [module_name] => km_video [km_video_id] => 342 [data_info] => stdClass Object ( [id] => 342 [subject] => TIJ Forum 2021 EP4 : WAY OUT: หนทางใหม่สู่การค้นหาความจริง (ภาคต่อ) [count_view] => 725 [link_youtube] => https://www.youtube.com/watch?v=1jroDpEzdFM [image] => 20220727/bdeghkloq238.jpg [language_id] => 1 [post_by] => [date_set] => [sort_order] => 342 [highlight_status] => 1 [status] => 1 ) [subject] => TIJ Forum 2021 EP4 : WAY OUT: หนทางใหม่สู่การค้นหาความจริง (ภาคต่อ) [count_view] => 725 [post_by] => [link_youtube] => [image] => https://www.tijthailand.org/uploads/km_video/image/cover/20220727/bdeghkloq238.jpg [title] => ) [total_segments] => 3 [id] => 342 [get_id] => 342 [data_info] => stdClass Object ( [id] => 342 [subject] => TIJ Forum 2021 EP4 : WAY OUT: หนทางใหม่สู่การค้นหาความจริง (ภาคต่อ) [count_view] => 725 [link_youtube] => https://www.youtube.com/watch?v=1jroDpEzdFM [image] => 20220727/bdeghkloq238.jpg [language_id] => 1 [post_by] => [date_set] => [sort_order] => 342 [highlight_status] => 1 [status] => 1 ) [image] => https://www.tijthailand.org/uploads/km_video/image/cover/20220727/bdeghkloq238.jpg [youtube_id] => 1jroDpEzdFM [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
tij-forum-2021-ep4-way-out
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 */