FCPATH/modules/contact/views/front/contact_view.php [ 3 ]
1 <div class="row">
2 <div class="col-12 contactus">
3 <?php echo $d=($content->detail_right!='')?$content->detail_right:'<img class="img-responsive" src="assets/images/contact-kireikirei.png"/>';?>
4 <div class="clear"></div>
5 </div>
6 </div> <!-- /row -->
7 </div> <!-- /grid content -->
-
FCPATH/modules/contact/views/front/contact_view.php [ 3 ] » MY_Exceptions::error_handler(arguments)
code
8
error
Trying to get property of non-object
file
/home/kireiadm/public_html/modules/contact/views/front/contact_view.php
line
3
4
Array ( [_ci_data] => Array ( [_ci_view] => contact_view [_ci_vars] => Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) ) [_ci_return] => 1 ) [_ci_view] => contact_view [_ci_vars] => Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) ) [_ci_return] => 1 [_ci_path] => /home/kireiadm/public_html/modules/contact/views/front/contact_view.php [_ci_file] => contact_view.php [cascade] => 1 [path] => /home/kireiadm/public_html/modules/contact/views/front/ [view] => /home/kireiadm/public_html/modules/contact/views/front/contact_view.php [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) )
1 <div class="row"> 2 <div class="col-12 contactus"> 3 <?php echo $d=($content->detail_right!='')?$content->detail_right:'<img class="img-responsive" src="assets/images/contact-kireikirei.png"/>';?> 4 <div class="clear"></div> 5 </div> 6 </div> <!-- /row --> 7 </div> <!-- /grid content -->
-
APPPATH/third_party/MX/Loader.php [ 315 ] » include(arguments)
0
/home/kireiadm/public_html/modules/contact/views/front/contact_view.php
310 ob_start(); 311 312 if ((bool) @ini_get('short_open_tag') === FALSE AND CI::$APP->config->item('rewrite_short_tags') == TRUE) { 313 echo eval('?>'.preg_replace("/;*\s*\?>/", "; ?>", str_replace('<?=', '<?php echo ', file_get_contents($_ci_path)))); 314 } else { 315 include($_ci_path); 316 } 317 318 log_message('debug', 'File loaded: '.$_ci_path); 319 320 if ($_ci_return == TRUE) return ob_get_clean();
-
APPPATH/core/MY_Loader.php [ 115 ] » MX_Loader->_ci_load(arguments)
_ci_data
Array ( [_ci_view] => contact_view [_ci_vars] => Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) ) [_ci_return] => 1 )
110 111 112 113 114 unset( $view_path, $use_theme, $default_theme ); 115 return $this->_ci_load(array('_ci_view' => $ci_view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)); 116 }// view 117 118 119 }
-
APPPATH/core/MY_Controller.php [ 63 ] » MY_Loader->view(arguments)
view
front/contact_view
vars
Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) )
return
1
use_theme
58 59 // SET LANGUAGE 60 $output['language'] = $this->lang_model->get_list( '' , 'front' ); 61 62 // 63 $output['page_content'] = $this->load->view( $page, $output, true, $theme ); 64 $this->load->view( 'front/template', $output, false, $theme ); 65 }// generate_page 66 67 68 }
-
FCPATH/modules/contact/controllers/contact.php [ 45 ] » MY_Controller->generate_page(arguments)
page
front/contact_view
output
Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => )
40 $output['meta_tag'] = $this->html_model->gen_tags( $meta ); 41 42 // -------------- 43 44 45 $this->generate_page( 'front/contact_view', $output ); 46 47 }// index 48 49 50 }
-
{PHP internal call} » contact->index()
-
FCPATH/system/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)
function_name
Array ( [0] => contact Object ( [base_url] => http://www.kireikireithailand.com/ [modules_path] => http://www.kireikireithailand.com/modules/ [plugins_path] => http://www.kireikireithailand.com/modules/ [theme_path] => http://www.kireikireithailand.com/public/themes/kirei/ [theme_system_name] => kirei [autoload] => Array ( ) [load] => MY_Loader Object ( [_module:protected] => contact [_ci_plugins] => Array ( ) [_ci_cached_vars] => Array ( [content] => Array ( ) [page_name] => contact [data_tag] => Array ( [0] => stdClass Object ( [tag_name] => image [value] => uploads\contact_us\contact-kireikirei1.png ) [1] => stdClass Object ( [tag_name] => title [value] => contact us ) [2] => stdClass Object ( [tag_name] => description [value] => contact us ) [3] => stdClass Object ( [tag_name] => keywords [value] => contact us ) ) [page_title] => contact us [meta_tag] => [language] => Array ( [0] => stdClass Object ( [id] => 1 [language_name] => Thai [language_code] => TH [language_default] => 0 [status] => 1 ) ) ) [_ci_ob_level:protected] => 1 [_ci_view_paths:protected] => Array ( [/home/kireiadm/public_html/modules/contact/views/front/] => 1 [public/themes/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => /home/kireiadm/public_html/application/ [1] => /home/kireiadm/public_html/system/ ) [_ci_model_paths:protected] => Array ( [0] => /home/kireiadm/public_html/modules/contact/ [1] => /home/kireiadm/public_html/modules/contact/ [2] => /home/kireiadm/public_html/application/ ) [_ci_helper_paths:protected] => Array ( [0] => /home/kireiadm/public_html/application/ [1] => /home/kireiadm/public_html/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [exceptions] => Exceptions [utf8] => Utf8 [uri] => URI [router] => Router [output] => Output [security] => Security [input] => Input [lang] => Lang [loader] => Loader ) [_ci_classes:protected] => Array ( [modules_plug] => modules_plug [gravatar] => gravatar [instagram] => instagram [geshi] => geshi [pagination] => pagination [session] => session [encrypt] => encrypt [cache] => cache ) [_ci_loaded_files:protected] => Array ( [0] => /home/kireiadm/public_html/application/libraries/modules_plug.php [1] => /home/kireiadm/public_html/application/libraries/Gravatar.php [2] => /home/kireiadm/public_html/application/libraries/Instagram.php [3] => /home/kireiadm/public_html/application/libraries/geshi.php [4] => /home/kireiadm/public_html/system/libraries/Pagination.php [5] => /home/kireiadm/public_html/system/libraries/Session.php [6] => /home/kireiadm/public_html/system/libraries/Encrypt.php [7] => /home/kireiadm/public_html/system/libraries/Cache/Cache.php ) [_ci_models:protected] => Array ( [0] => lang_model [1] => content_config_model [2] => seotag_model [3] => themes_model [4] => account_model [5] => blocks_model [6] => config_model [7] => html_model [8] => fcontact_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [function_helper] => 1 [configurl_helper] => 1 [form_helper] => 1 [cookie_helper] => 1 [file_helper] => 1 [language_helper] => 1 [string_helper] => 1 [block_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) [controller] => contact Object *RECURSION* ) ) [1] => index )
parameters
Array ( )
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 [ 210 ] » require_once(arguments)
0
/home/kireiadm/public_html/system/core/CodeIgniter.php
205 * -------------------------------------------------------------------- 206 * 207 * And away we go... 208 * 209 */ 210 require_once BASEPATH.'core/CodeIgniter.php'; 211 212 /* End of file index.php */ 213 /* Location: ./index.php */