ErrorException [ Warning ]: Invalid argument supplied for foreach()
FCPATH/public\themes\isc\front\news-details.php [ 57 ]
52 <div class="news-gallery">
53 <div class="sliderkit photosgallery-vertical">
54
55 <div class="sliderkit-panels">
56 <?php
57 foreach($article['attach'] as $k => $v)
58 echo PHP_EOL . '<div class="sliderkit-panel"><div class="img-wrapper"><img src="' . $this -> un -> photo_resize($v, 945, 443) . '" alt="" /></div></div>';
59 ?>
60 </div>
61
62 <div class="sliderkit-nav">
-
FCPATH/public\themes\isc\front\news-details.php [ 57 ] » MY_Exceptions::error_handler(arguments)
code
2
error
Invalid argument supplied for foreach()
file
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.php
line
57
4
Array ( [_ci_data] => Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 ) [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 [_ci_path] => public/themes/isc/front/news-details.php [_ci_file] => isc/front/news-details.php [cascade] => 1 [path] => public/themes/ [view] => public/themes/isc/front/news-details.php [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => INTER STUDY CONSULTANT [meta_descript] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [meta_keyword] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [page_name] => news [meta_og] => Array ( [title] => [detail] => [image] => https://inter-study.com/ ) [setting] => Array ( [i18n] => Array ( ) [web_logo] => Image/logo%20(1).png [article_highlight] => 100019 [news_1] => 100023 [news_2] => 100026 [news_3] => 100027 [promotion_1] => 0 [promotion_2] => 0 [promotion_3] => 0 [promotion_4] => 0 [promotion_5] => 0 [contact_line] => @interstudy [contact_tel] => 084 077 7004 / 097 002 3283 [web_name] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ [header_text] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [footer_text] =>
บริษัท อินเตอร์ สตัดดี้ คอนซัลเทน จำกัด
7 อาคารลุมพินี วิลล์ รามคำแหง60/2ซี ซ.รามคำแหง60/1
ถนนรามคำแหง แขวงหัวหมาก เขตบางกะปิ กทม. 10240
- Tel :
- Tel :
- Email : Rujira@inter-study.com
- Line ID : @interstudy
52 <div class="news-gallery"> 53 <div class="sliderkit photosgallery-vertical"> 54 55 <div class="sliderkit-panels"> 56 <?php 57 foreach($article['attach'] as $k => $v) 58 echo PHP_EOL . '<div class="sliderkit-panel"><div class="img-wrapper"><img src="' . $this -> un -> photo_resize($v, 945, 443) . '" alt="" /></div></div>'; 59 ?> 60 </div> 61 62 <div class="sliderkit-nav">
-
FCPATH/application\third_party\MX\Loader.php [ 315 ] » include(arguments)
0
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.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();
-
FCPATH/application\core\MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)
_ci_data
Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 )
105 $this->_ci_view_paths = array( $path => TRUE ) + $this->_ci_view_paths; 106 $ci_view = $view; 107 } 108 109 unset( $view_path, $use_theme, $default_theme ); 110 return $this->_ci_load(array('_ci_view' => $ci_view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)); 111 }// view 112 113 114 }
-
FCPATH/application\core\MY_Controller.php [ 121 ] » MY_Loader->view(arguments)
view
front/news-details
vars
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
return
1
use_theme
116 */ 117 function generate_page( $page = '', $output = '', $theme = '' ) { 118 // re-set theme system name (some content use different theme.) 119 $this->themes_model->theme_system_name = $this->theme_system_name; 120 121 $output['page_content'] = $this->load->view( $page, $output, true, $theme ); 122 $this->load->view( 'front/template', $output, false, $theme ); // load content with theme of website 123 }// generate_page 124 125 126
-
FCPATH/modules\article\controllers\article.php [ 65 ] » MY_Controller->generate_page(arguments)
page
front/news-details
output
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
60 $output['meta_descript'] = $output['article']['meta_descript']; 61 $output['meta_keyword'] = $output['article']['meta_keyword']; 62 63 64 $test = $this -> input -> get('test'); 65 $this -> generate_page('front/' . ($test ? 'test/' : '') . 'news-details', $output); 66 } 67 }
-
{PHP internal call} » article->detail(arguments)
idx
100021
-
FCPATH/system\core\CodeIgniter.php [ 359 ] » call_user_func_array(arguments)
function_name
Array ( [0] => article Object ( [module_name] => article [per_page:protected] => [page_id:protected] => 5 [base_url] => https://inter-study.com/ [modules_path] => https://inter-study.com/modules/ [plugins_path] => https://inter-study.com/modules/ [theme_path] => https://inter-study.com/public/themes/isc/ [curent_lang_code] => th [curent_lang_id] => 1 [theme_system_name] => isc [autoload] => Array ( ) [load] => MY_Loader Object ( [_module:protected] => article [_ci_plugins] => Array ( ) [_ci_cached_vars] => Array ( [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_ob_level:protected] => 1 [_ci_view_paths:protected] => Array ( [public/themes/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_ci_model_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [1] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [2] => D:\Webspace\inter-study.com\httpdocs\application/ ) [_ci_helper_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [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] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Modules_plug.php [1] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Gravatar.php [2] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Instagram.php [3] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Geshi.php [4] => D:\Webspace\inter-study.com\httpdocs\application/libraries/MY_Pagination.php [5] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Session.php [6] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Encrypt.php [7] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Cache/Cache.php ) [_ci_models:protected] => Array ( [0] => language_model [1] => content_config_model [2] => themes_model [3] => account_model [4] => blocks_model [5] => config_model [6] => html_model [7] => social_model [8] => un [9] => article_model [10] => web_model [11] => isc_model [12] => promotion_model [13] => course_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [date_helper] => 1 [function_helper] => 1 [form_helper] => 1 [cookie_helper] => 1 [video_helper] => 1 [language_helper] => 1 [siteinfo_helper] => 1 [menu_helper] => 1 [string_helper] => 1 [file_helper] => 1 [block_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) [controller] => article Object *RECURSION* ) ) [1] => detail )
parameters
Array ( [0] => 100021 )
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 [ 222 ] » require_once(arguments)
0
D:\Webspace\inter-study.com\httpdocs\system\core\CodeIgniter.php
217 * 218 * And away we go... 219 * 220 */ 221 222 require_once BASEPATH.'core/CodeIgniter.php'; 223 224 /* End of file index.php */ 225 /* Location: ./index.php */
Environment
Included files (95)
FCPATH/index.php |
FCPATH/system\core\CodeIgniter.php |
FCPATH/system\core\Common.php |
FCPATH/application\config\constants.php |
FCPATH/system\core\Benchmark.php |
FCPATH/application\config\config.php |
FCPATH/system\core\Hooks.php |
FCPATH/system\core\Config.php |
FCPATH/system\core\Utf8.php |
FCPATH/system\core\URI.php |
FCPATH/system\core\Router.php |
FCPATH/application\core\MY_Router.php |
FCPATH/application\third_party\MX\Router.php |
FCPATH/application\third_party\MX\Modules.php |
FCPATH/application\config\routes.php |
FCPATH/application\config\development\database.php |
FCPATH/system\core\Output.php |
FCPATH/application\core\MY_Output.php |
FCPATH/application\config\mimes.php |
FCPATH/system\core\Security.php |
FCPATH/system\core\Input.php |
FCPATH/application\core\MY_Input.php |
FCPATH/system\core\Lang.php |
FCPATH/application\core\MY_Lang.php |
FCPATH/application\third_party\MX\Lang.php |
FCPATH/system\core\Controller.php |
FCPATH/application\core\MY_Controller.php |
FCPATH/application\third_party\MX\Controller.php |
FCPATH/application\third_party\MX\Base.php |
FCPATH/application\third_party\MX\Config.php |
FCPATH/system\core\Loader.php |
FCPATH/application\core\MY_Loader.php |
FCPATH/application\third_party\MX\Loader.php |
FCPATH/application\config\autoload.php |
FCPATH/application\config\agni.php |
FCPATH/application\config\myftp.php |
FCPATH/application\helpers\MY_url_helper.php |
FCPATH/system\helpers\url_helper.php |
FCPATH/application\helpers\MY_date_helper.php |
FCPATH/system\helpers\date_helper.php |
FCPATH/application\helpers\function_helper.php |
FCPATH/system\helpers\form_helper.php |
FCPATH/system\helpers\cookie_helper.php |
FCPATH/application\helpers\video_helper.php |
FCPATH/system\helpers\language_helper.php |
FCPATH/application\helpers\siteinfo_helper.php |
FCPATH/application\helpers\menu_helper.php |
FCPATH/application\language\thai\account_lang.php |
FCPATH/application\language\thai\front_lang.php |
FCPATH/application\core\MY_DB.php |
FCPATH/system\database\DB_driver.php |
FCPATH/system\database\DB_active_rec.php |
FCPATH/application\core\MY_DB_active_rec.php |
FCPATH/system\database\drivers\mysqli\mysqli_driver.php |
FCPATH/application\libraries\modules_plug.php |
FCPATH/system\database\DB_result.php |
FCPATH/system\database\drivers\mysqli\mysqli_result.php |
FCPATH/application\libraries\Gravatar.php |
FCPATH/application\libraries\Instagram.php |
FCPATH/application\libraries\geshi.php |
FCPATH/system\libraries\Pagination.php |
FCPATH/application\libraries\MY_Pagination.php |
FCPATH/system\libraries\Session.php |
FCPATH/system\helpers\string_helper.php |
FCPATH/system\libraries\Encrypt.php |
FCPATH/system\core\Model.php |
FCPATH/application\models\language_model.php |
FCPATH/modules\article\controllers\article.php |
FCPATH/application\models\content_config_model.php |
FCPATH/application\models\themes_model.php |
FCPATH/system\libraries\Driver.php |
FCPATH/system\libraries\Cache\Cache.php |
FCPATH/system\libraries\Cache\drivers\Cache_file.php |
FCPATH/application\helpers\MY_file_helper.php |
FCPATH/system\helpers\file_helper.php |
FCPATH/system\core\Exceptions.php |
FCPATH/application\core\MY_Exceptions.php |
FCPATH/application\models\account_model.php |
FCPATH/application\models\blocks_model.php |
FCPATH/application\models\config_model.php |
FCPATH/application\models\html_model.php |
FCPATH/modules\social\models\social_model.php |
FCPATH/application\helpers\block_helper.php |
FCPATH/modules\un\models\un_model.php |
FCPATH/modules\article\models\article_model.php |
FCPATH/public\themes\isc\front\news-details.php |
FCPATH/public\themes\isc\front\inc\meta.php |
FCPATH/modules\web\models\web_model.php |
FCPATH/modules\isc\models\isc_model.php |
FCPATH/modules\promotion\models\promotion_model.php |
FCPATH/modules\course\models\course_model.php |
FCPATH/public\themes\isc\front\inc\header.php |
FCPATH/public\themes\isc\front\inc\side-header.php |
FCPATH/public\themes\isc\front\inc\login.php |
FCPATH/application\errors\error_php_custom.php |
Loaded extensions (49)
Core |
bcmath |
calendar |
ctype |
date |
ereg |
filter |
ftp |
hash |
iconv |
json |
mcrypt |
SPL |
odbc |
pcre |
Reflection |
session |
standard |
mysqlnd |
tokenizer |
zip |
zlib |
libxml |
dom |
PDO |
openssl |
SimpleXML |
wddx |
xml |
xmlreader |
xmlwriter |
cgi-fcgi |
curl |
gd |
gettext |
imap |
mbstring |
mysql |
mysqli |
Phar |
pdo_mysql |
pdo_sqlite |
sockets |
SQLite |
xsl |
sqlsrv |
pdo_sqlsrv |
mhash |
ionCube Loader |
$_SERVER
PROCESSOR_ARCHITEW6432 |
AMD64 |
_FCGI_X_PIPE_ |
\\.\pipe\IISFCGI-8d8db7ee-d78a-4294-b289-6054af3db1e8 |
TEMP |
D:\Webspace\inter-study.com\tmp |
TMP |
D:\Webspace\inter-study.com\tmp |
ALLUSERSPROFILE |
C:\ProgramData |
APPDATA |
C:\Windows\system32\config\systemprofile\AppData\Roaming |
APP_POOL_CONFIG |
C:\inetpub\temp\apppools\inter-study.com(domain)(4.0)(pool)\inter-study.com(domain)(4.0)(pool).config |
APP_POOL_ID |
inter-study.com(domain)(4.0)(pool) |
CommonProgramFiles |
C:\Program Files (x86)\Common Files |
CommonProgramFiles(x86) |
C:\Program Files (x86)\Common Files |
CommonProgramW6432 |
C:\Program Files\Common Files |
COMPUTERNAME |
WIN01-PLESK |
ComSpec |
C:\Windows\system32\cmd.exe |
LOCALAPPDATA |
C:\Windows\system32\config\systemprofile\AppData\Local |
MAILENABLE_PATH |
C:\PROGRA~2\Plesk\MAILSE~1\MAILEN~1 |
NUMBER_OF_PROCESSORS |
12 |
OS |
Windows_NT |
Path |
C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN64;C:\Program Files\Git\bin;C:\Program Files (x86)\Plesk\ctl;C:\Program Files\nodejs\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Windows\system32\config\systemprofile\AppData\Roaming\npm |
PATHEXT |
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
plesk_bin |
C:\Program Files (x86)\Plesk\admin\bin |
plesk_bin64 |
C:\Program Files (x86)\Plesk\admin\bin64 |
plesk_cli |
C:\Program Files (x86)\Plesk\bin |
plesk_data |
C:\Program Files (x86)\Plesk\ |
plesk_dir |
C:\Program Files (x86)\Plesk\ |
plesk_vhosts |
D:\Webspace\ |
PROCESSOR_ARCHITECTURE |
x86 |
PROCESSOR_IDENTIFIER |
Intel64 Family 6 Model 85 Stepping 7, GenuineIntel |
PROCESSOR_LEVEL |
6 |
PROCESSOR_REVISION |
5507 |
ProgramData |
C:\ProgramData |
ProgramFiles |
C:\Program Files (x86) |
ProgramFiles(x86) |
C:\Program Files (x86) |
ProgramW6432 |
C:\Program Files |
PSModulePath |
C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules |
PUBLIC |
C:\Users\Public |
SystemDrive |
C: |
SystemRoot |
C:\Windows |
USERDOMAIN |
WORKGROUP |
USERNAME |
WIN01-PLESK$ |
USERPROFILE |
C:\Windows\system32\config\systemprofile |
windir |
C:\Windows |
FCGI_ROLE |
RESPONDER |
HTTP_CONNECTION |
close |
HTTP_ACCEPT |
*/* |
HTTP_ACCEPT_ENCODING |
gzip, br, zstd, deflate |
HTTP_HOST |
inter-study.com |
HTTP_USER_AGENT |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
IIS_UrlRewriteModule |
7,1,1993,2351 |
WEBSOCKET_VERSION |
13 |
APPL_MD_PATH |
/LM/W3SVC/42/ROOT |
APPL_PHYSICAL_PATH |
D:\Webspace\inter-study.com\httpdocs\ |
AUTH_TYPE |
|
AUTH_PASSWORD |
|
AUTH_USER |
|
CERT_COOKIE |
|
CERT_FLAGS |
|
CERT_ISSUER |
|
CERT_SERIALNUMBER |
|
CERT_SUBJECT |
|
CONTENT_LENGTH |
0 |
CONTENT_TYPE |
|
DOCUMENT_ROOT |
D:\Webspace\inter-study.com\httpdocs |
GATEWAY_INTERFACE |
CGI/1.1 |
HTTPS |
on |
HTTPS_KEYSIZE |
256 |
HTTPS_SECRETKEYSIZE |
2048 |
HTTPS_SERVER_ISSUER |
C=US, O=Let's Encrypt, CN=R11 |
HTTPS_SERVER_SUBJECT |
CN=inter-study.com |
INSTANCE_ID |
42 |
INSTANCE_NAME |
INTER-STUDY.COM |
INSTANCE_META_PATH |
/LM/W3SVC/42 |
LOCAL_ADDR |
150.95.29.30 |
LOGON_USER |
|
PATH_INFO |
/article/detail/100021 |
PATH_TRANSLATED |
D:\Webspace\inter-study.com\httpdocs\index.php\article\detail\100021 |
QUERY_STRING |
|
REMOTE_ADDR |
13.59.144.10 |
REMOTE_HOST |
13.59.144.10 |
REMOTE_PORT |
34369 |
REMOTE_USER |
|
REQUEST_METHOD |
GET |
REQUEST_URI |
/index.php/article/detail/100021 |
SCRIPT_FILENAME |
D:\Webspace\inter-study.com\httpdocs\index.php |
SCRIPT_NAME |
/index.php |
SERVER_NAME |
inter-study.com |
SERVER_PORT |
443 |
SERVER_PORT_SECURE |
1 |
SERVER_PROTOCOL |
HTTP/1.1 |
SERVER_SOFTWARE |
Microsoft-IIS/10.0 |
URL |
/index.php |
ORIG_PATH_INFO |
/index.php/article/detail/100021 |
PHP_SELF |
/index.php/article/detail/100021 |
REQUEST_TIME |
1746779624 |
-
FCPATH/public\themes\isc\front\news-details.php [ 66 ] » MY_Exceptions::error_handler(arguments)
code
2
error
Invalid argument supplied for foreach()
file
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.php
line
66
4
Array ( [_ci_data] => Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 ) [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 [_ci_path] => public/themes/isc/front/news-details.php [_ci_file] => isc/front/news-details.php [cascade] => 1 [path] => public/themes/ [view] => public/themes/isc/front/news-details.php [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => INTER STUDY CONSULTANT [meta_descript] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [meta_keyword] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [page_name] => news [meta_og] => Array ( [title] => [detail] => [image] => https://inter-study.com/ ) [setting] => Array ( [i18n] => Array ( ) [web_logo] => Image/logo%20(1).png [article_highlight] => 100019 [news_1] => 100023 [news_2] => 100026 [news_3] => 100027 [promotion_1] => 0 [promotion_2] => 0 [promotion_3] => 0 [promotion_4] => 0 [promotion_5] => 0 [contact_line] => @interstudy [contact_tel] => 084 077 7004 / 097 002 3283 [web_name] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ [header_text] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [footer_text] =>
บริษัท อินเตอร์ สตัดดี้ คอนซัลเทน จำกัด
7 อาคารลุมพินี วิลล์ รามคำแหง60/2ซี ซ.รามคำแหง60/1
ถนนรามคำแหง แขวงหัวหมาก เขตบางกะปิ กทม. 10240
- Tel :
- Tel :
- Email : Rujira@inter-study.com
- Line ID : @interstudy
61 62 <div class="sliderkit-nav"> 63 <div class="sliderkit-nav-clip"> 64 <ul class="img-wrapper nav-respon"> 65 <?php 66 foreach($article['attach'] as $k => $v) 67 echo PHP_EOL . '<li><a href="#" rel="nofollow" title="[link title]"><img src="' . $this -> un -> photo_resize($v, 168, 128) . '" alt="[Alternative text]" /></a></li>'; 68 ?> 69 </ul> 70 </div> 71
-
FCPATH/application\third_party\MX\Loader.php [ 315 ] » include(arguments)
0
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.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();
-
FCPATH/application\core\MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)
_ci_data
Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 )
105 $this->_ci_view_paths = array( $path => TRUE ) + $this->_ci_view_paths; 106 $ci_view = $view; 107 } 108 109 unset( $view_path, $use_theme, $default_theme ); 110 return $this->_ci_load(array('_ci_view' => $ci_view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)); 111 }// view 112 113 114 }
-
FCPATH/application\core\MY_Controller.php [ 121 ] » MY_Loader->view(arguments)
view
front/news-details
vars
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
return
1
use_theme
116 */ 117 function generate_page( $page = '', $output = '', $theme = '' ) { 118 // re-set theme system name (some content use different theme.) 119 $this->themes_model->theme_system_name = $this->theme_system_name; 120 121 $output['page_content'] = $this->load->view( $page, $output, true, $theme ); 122 $this->load->view( 'front/template', $output, false, $theme ); // load content with theme of website 123 }// generate_page 124 125 126
-
FCPATH/modules\article\controllers\article.php [ 65 ] » MY_Controller->generate_page(arguments)
page
front/news-details
output
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
60 $output['meta_descript'] = $output['article']['meta_descript']; 61 $output['meta_keyword'] = $output['article']['meta_keyword']; 62 63 64 $test = $this -> input -> get('test'); 65 $this -> generate_page('front/' . ($test ? 'test/' : '') . 'news-details', $output); 66 } 67 }
-
{PHP internal call} » article->detail(arguments)
idx
100021
-
FCPATH/system\core\CodeIgniter.php [ 359 ] » call_user_func_array(arguments)
function_name
Array ( [0] => article Object ( [module_name] => article [per_page:protected] => [page_id:protected] => 5 [base_url] => https://inter-study.com/ [modules_path] => https://inter-study.com/modules/ [plugins_path] => https://inter-study.com/modules/ [theme_path] => https://inter-study.com/public/themes/isc/ [curent_lang_code] => th [curent_lang_id] => 1 [theme_system_name] => isc [autoload] => Array ( ) [load] => MY_Loader Object ( [_module:protected] => article [_ci_plugins] => Array ( ) [_ci_cached_vars] => Array ( [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_ob_level:protected] => 1 [_ci_view_paths:protected] => Array ( [public/themes/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_ci_model_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [1] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [2] => D:\Webspace\inter-study.com\httpdocs\application/ ) [_ci_helper_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [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] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Modules_plug.php [1] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Gravatar.php [2] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Instagram.php [3] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Geshi.php [4] => D:\Webspace\inter-study.com\httpdocs\application/libraries/MY_Pagination.php [5] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Session.php [6] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Encrypt.php [7] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Cache/Cache.php ) [_ci_models:protected] => Array ( [0] => language_model [1] => content_config_model [2] => themes_model [3] => account_model [4] => blocks_model [5] => config_model [6] => html_model [7] => social_model [8] => un [9] => article_model [10] => web_model [11] => isc_model [12] => promotion_model [13] => course_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [date_helper] => 1 [function_helper] => 1 [form_helper] => 1 [cookie_helper] => 1 [video_helper] => 1 [language_helper] => 1 [siteinfo_helper] => 1 [menu_helper] => 1 [string_helper] => 1 [file_helper] => 1 [block_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) [controller] => article Object *RECURSION* ) ) [1] => detail )
parameters
Array ( [0] => 100021 )
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 [ 222 ] » require_once(arguments)
0
D:\Webspace\inter-study.com\httpdocs\system\core\CodeIgniter.php
217 * 218 * And away we go... 219 * 220 */ 221 222 require_once BASEPATH.'core/CodeIgniter.php'; 223 224 /* End of file index.php */ 225 /* Location: ./index.php */
ErrorException [ Warning ]: Invalid argument supplied for foreach()
FCPATH/public\themes\isc\front\news-details.php [ 66 ]
61
62 <div class="sliderkit-nav">
63 <div class="sliderkit-nav-clip">
64 <ul class="img-wrapper nav-respon">
65 <?php
66 foreach($article['attach'] as $k => $v)
67 echo PHP_EOL . '<li><a href="#" rel="nofollow" title="[link title]"><img src="' . $this -> un -> photo_resize($v, 168, 128) . '" alt="[Alternative text]" /></a></li>';
68 ?>
69 </ul>
70 </div>
71
Environment
Included files (95)
FCPATH/index.php |
FCPATH/system\core\CodeIgniter.php |
FCPATH/system\core\Common.php |
FCPATH/application\config\constants.php |
FCPATH/system\core\Benchmark.php |
FCPATH/application\config\config.php |
FCPATH/system\core\Hooks.php |
FCPATH/system\core\Config.php |
FCPATH/system\core\Utf8.php |
FCPATH/system\core\URI.php |
FCPATH/system\core\Router.php |
FCPATH/application\core\MY_Router.php |
FCPATH/application\third_party\MX\Router.php |
FCPATH/application\third_party\MX\Modules.php |
FCPATH/application\config\routes.php |
FCPATH/application\config\development\database.php |
FCPATH/system\core\Output.php |
FCPATH/application\core\MY_Output.php |
FCPATH/application\config\mimes.php |
FCPATH/system\core\Security.php |
FCPATH/system\core\Input.php |
FCPATH/application\core\MY_Input.php |
FCPATH/system\core\Lang.php |
FCPATH/application\core\MY_Lang.php |
FCPATH/application\third_party\MX\Lang.php |
FCPATH/system\core\Controller.php |
FCPATH/application\core\MY_Controller.php |
FCPATH/application\third_party\MX\Controller.php |
FCPATH/application\third_party\MX\Base.php |
FCPATH/application\third_party\MX\Config.php |
FCPATH/system\core\Loader.php |
FCPATH/application\core\MY_Loader.php |
FCPATH/application\third_party\MX\Loader.php |
FCPATH/application\config\autoload.php |
FCPATH/application\config\agni.php |
FCPATH/application\config\myftp.php |
FCPATH/application\helpers\MY_url_helper.php |
FCPATH/system\helpers\url_helper.php |
FCPATH/application\helpers\MY_date_helper.php |
FCPATH/system\helpers\date_helper.php |
FCPATH/application\helpers\function_helper.php |
FCPATH/system\helpers\form_helper.php |
FCPATH/system\helpers\cookie_helper.php |
FCPATH/application\helpers\video_helper.php |
FCPATH/system\helpers\language_helper.php |
FCPATH/application\helpers\siteinfo_helper.php |
FCPATH/application\helpers\menu_helper.php |
FCPATH/application\language\thai\account_lang.php |
FCPATH/application\language\thai\front_lang.php |
FCPATH/application\core\MY_DB.php |
FCPATH/system\database\DB_driver.php |
FCPATH/system\database\DB_active_rec.php |
FCPATH/application\core\MY_DB_active_rec.php |
FCPATH/system\database\drivers\mysqli\mysqli_driver.php |
FCPATH/application\libraries\modules_plug.php |
FCPATH/system\database\DB_result.php |
FCPATH/system\database\drivers\mysqli\mysqli_result.php |
FCPATH/application\libraries\Gravatar.php |
FCPATH/application\libraries\Instagram.php |
FCPATH/application\libraries\geshi.php |
FCPATH/system\libraries\Pagination.php |
FCPATH/application\libraries\MY_Pagination.php |
FCPATH/system\libraries\Session.php |
FCPATH/system\helpers\string_helper.php |
FCPATH/system\libraries\Encrypt.php |
FCPATH/system\core\Model.php |
FCPATH/application\models\language_model.php |
FCPATH/modules\article\controllers\article.php |
FCPATH/application\models\content_config_model.php |
FCPATH/application\models\themes_model.php |
FCPATH/system\libraries\Driver.php |
FCPATH/system\libraries\Cache\Cache.php |
FCPATH/system\libraries\Cache\drivers\Cache_file.php |
FCPATH/application\helpers\MY_file_helper.php |
FCPATH/system\helpers\file_helper.php |
FCPATH/system\core\Exceptions.php |
FCPATH/application\core\MY_Exceptions.php |
FCPATH/application\models\account_model.php |
FCPATH/application\models\blocks_model.php |
FCPATH/application\models\config_model.php |
FCPATH/application\models\html_model.php |
FCPATH/modules\social\models\social_model.php |
FCPATH/application\helpers\block_helper.php |
FCPATH/modules\un\models\un_model.php |
FCPATH/modules\article\models\article_model.php |
FCPATH/public\themes\isc\front\news-details.php |
FCPATH/public\themes\isc\front\inc\meta.php |
FCPATH/modules\web\models\web_model.php |
FCPATH/modules\isc\models\isc_model.php |
FCPATH/modules\promotion\models\promotion_model.php |
FCPATH/modules\course\models\course_model.php |
FCPATH/public\themes\isc\front\inc\header.php |
FCPATH/public\themes\isc\front\inc\side-header.php |
FCPATH/public\themes\isc\front\inc\login.php |
FCPATH/application\errors\error_php_custom.php |
Loaded extensions (49)
Core |
bcmath |
calendar |
ctype |
date |
ereg |
filter |
ftp |
hash |
iconv |
json |
mcrypt |
SPL |
odbc |
pcre |
Reflection |
session |
standard |
mysqlnd |
tokenizer |
zip |
zlib |
libxml |
dom |
PDO |
openssl |
SimpleXML |
wddx |
xml |
xmlreader |
xmlwriter |
cgi-fcgi |
curl |
gd |
gettext |
imap |
mbstring |
mysql |
mysqli |
Phar |
pdo_mysql |
pdo_sqlite |
sockets |
SQLite |
xsl |
sqlsrv |
pdo_sqlsrv |
mhash |
ionCube Loader |
$_SERVER
PROCESSOR_ARCHITEW6432 |
AMD64 |
_FCGI_X_PIPE_ |
\\.\pipe\IISFCGI-8d8db7ee-d78a-4294-b289-6054af3db1e8 |
TEMP |
D:\Webspace\inter-study.com\tmp |
TMP |
D:\Webspace\inter-study.com\tmp |
ALLUSERSPROFILE |
C:\ProgramData |
APPDATA |
C:\Windows\system32\config\systemprofile\AppData\Roaming |
APP_POOL_CONFIG |
C:\inetpub\temp\apppools\inter-study.com(domain)(4.0)(pool)\inter-study.com(domain)(4.0)(pool).config |
APP_POOL_ID |
inter-study.com(domain)(4.0)(pool) |
CommonProgramFiles |
C:\Program Files (x86)\Common Files |
CommonProgramFiles(x86) |
C:\Program Files (x86)\Common Files |
CommonProgramW6432 |
C:\Program Files\Common Files |
COMPUTERNAME |
WIN01-PLESK |
ComSpec |
C:\Windows\system32\cmd.exe |
LOCALAPPDATA |
C:\Windows\system32\config\systemprofile\AppData\Local |
MAILENABLE_PATH |
C:\PROGRA~2\Plesk\MAILSE~1\MAILEN~1 |
NUMBER_OF_PROCESSORS |
12 |
OS |
Windows_NT |
Path |
C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN64;C:\Program Files\Git\bin;C:\Program Files (x86)\Plesk\ctl;C:\Program Files\nodejs\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Windows\system32\config\systemprofile\AppData\Roaming\npm |
PATHEXT |
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
plesk_bin |
C:\Program Files (x86)\Plesk\admin\bin |
plesk_bin64 |
C:\Program Files (x86)\Plesk\admin\bin64 |
plesk_cli |
C:\Program Files (x86)\Plesk\bin |
plesk_data |
C:\Program Files (x86)\Plesk\ |
plesk_dir |
C:\Program Files (x86)\Plesk\ |
plesk_vhosts |
D:\Webspace\ |
PROCESSOR_ARCHITECTURE |
x86 |
PROCESSOR_IDENTIFIER |
Intel64 Family 6 Model 85 Stepping 7, GenuineIntel |
PROCESSOR_LEVEL |
6 |
PROCESSOR_REVISION |
5507 |
ProgramData |
C:\ProgramData |
ProgramFiles |
C:\Program Files (x86) |
ProgramFiles(x86) |
C:\Program Files (x86) |
ProgramW6432 |
C:\Program Files |
PSModulePath |
C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules |
PUBLIC |
C:\Users\Public |
SystemDrive |
C: |
SystemRoot |
C:\Windows |
USERDOMAIN |
WORKGROUP |
USERNAME |
WIN01-PLESK$ |
USERPROFILE |
C:\Windows\system32\config\systemprofile |
windir |
C:\Windows |
FCGI_ROLE |
RESPONDER |
HTTP_CONNECTION |
close |
HTTP_ACCEPT |
*/* |
HTTP_ACCEPT_ENCODING |
gzip, br, zstd, deflate |
HTTP_HOST |
inter-study.com |
HTTP_USER_AGENT |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
IIS_UrlRewriteModule |
7,1,1993,2351 |
WEBSOCKET_VERSION |
13 |
APPL_MD_PATH |
/LM/W3SVC/42/ROOT |
APPL_PHYSICAL_PATH |
D:\Webspace\inter-study.com\httpdocs\ |
AUTH_TYPE |
|
AUTH_PASSWORD |
|
AUTH_USER |
|
CERT_COOKIE |
|
CERT_FLAGS |
|
CERT_ISSUER |
|
CERT_SERIALNUMBER |
|
CERT_SUBJECT |
|
CONTENT_LENGTH |
0 |
CONTENT_TYPE |
|
DOCUMENT_ROOT |
D:\Webspace\inter-study.com\httpdocs |
GATEWAY_INTERFACE |
CGI/1.1 |
HTTPS |
on |
HTTPS_KEYSIZE |
256 |
HTTPS_SECRETKEYSIZE |
2048 |
HTTPS_SERVER_ISSUER |
C=US, O=Let's Encrypt, CN=R11 |
HTTPS_SERVER_SUBJECT |
CN=inter-study.com |
INSTANCE_ID |
42 |
INSTANCE_NAME |
INTER-STUDY.COM |
INSTANCE_META_PATH |
/LM/W3SVC/42 |
LOCAL_ADDR |
150.95.29.30 |
LOGON_USER |
|
PATH_INFO |
/article/detail/100021 |
PATH_TRANSLATED |
D:\Webspace\inter-study.com\httpdocs\index.php\article\detail\100021 |
QUERY_STRING |
|
REMOTE_ADDR |
13.59.144.10 |
REMOTE_HOST |
13.59.144.10 |
REMOTE_PORT |
34369 |
REMOTE_USER |
|
REQUEST_METHOD |
GET |
REQUEST_URI |
/index.php/article/detail/100021 |
SCRIPT_FILENAME |
D:\Webspace\inter-study.com\httpdocs\index.php |
SCRIPT_NAME |
/index.php |
SERVER_NAME |
inter-study.com |
SERVER_PORT |
443 |
SERVER_PORT_SECURE |
1 |
SERVER_PROTOCOL |
HTTP/1.1 |
SERVER_SOFTWARE |
Microsoft-IIS/10.0 |
URL |
/index.php |
ORIG_PATH_INFO |
/index.php/article/detail/100021 |
PHP_SELF |
/index.php/article/detail/100021 |
REQUEST_TIME |
1746779624 |
ErrorException [ Warning ]: Invalid argument supplied for foreach()
FCPATH/public\themes\isc\front\news-details.php [ 82 ]
77 </div>
78
79 <div class="slide-respon-control">
80 <div class="news-slide-respon">
81 <?php
82 foreach($article['attach'] as $k => $v)
83 echo PHP_EOL . '<div class="item"><img src="' . $this -> un -> photo_resize($v, 945, 443) . '" alt="" title=""></div>';
84 ?>
85 </div>
86 </div>
87
-
FCPATH/public\themes\isc\front\news-details.php [ 82 ] » MY_Exceptions::error_handler(arguments)
code
2
error
Invalid argument supplied for foreach()
file
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.php
line
82
4
Array ( [_ci_data] => Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 ) [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 [_ci_path] => public/themes/isc/front/news-details.php [_ci_file] => isc/front/news-details.php [cascade] => 1 [path] => public/themes/ [view] => public/themes/isc/front/news-details.php [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => INTER STUDY CONSULTANT [meta_descript] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [meta_keyword] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [page_name] => news [meta_og] => Array ( [title] => [detail] => [image] => https://inter-study.com/ ) [setting] => Array ( [i18n] => Array ( ) [web_logo] => Image/logo%20(1).png [article_highlight] => 100019 [news_1] => 100023 [news_2] => 100026 [news_3] => 100027 [promotion_1] => 0 [promotion_2] => 0 [promotion_3] => 0 [promotion_4] => 0 [promotion_5] => 0 [contact_line] => @interstudy [contact_tel] => 084 077 7004 / 097 002 3283 [web_name] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ [header_text] => ศูนย์แนะแนวศึกษาต่อต่างประเทศ Inter Study [footer_text] =>
บริษัท อินเตอร์ สตัดดี้ คอนซัลเทน จำกัด
7 อาคารลุมพินี วิลล์ รามคำแหง60/2ซี ซ.รามคำแหง60/1
ถนนรามคำแหง แขวงหัวหมาก เขตบางกะปิ กทม. 10240
- Tel :
- Tel :
- Email : Rujira@inter-study.com
- Line ID : @interstudy
77 </div> 78 79 <div class="slide-respon-control"> 80 <div class="news-slide-respon"> 81 <?php 82 foreach($article['attach'] as $k => $v) 83 echo PHP_EOL . '<div class="item"><img src="' . $this -> un -> photo_resize($v, 945, 443) . '" alt="" title=""></div>'; 84 ?> 85 </div> 86 </div> 87
-
FCPATH/application\third_party\MX\Loader.php [ 315 ] » include(arguments)
0
D:\Webspace\inter-study.com\httpdocs\public\themes\isc\front\news-details.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();
-
FCPATH/application\core\MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)
_ci_data
Array ( [_ci_view] => isc/front/news-details [_ci_vars] => Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_return] => 1 )
105 $this->_ci_view_paths = array( $path => TRUE ) + $this->_ci_view_paths; 106 $ci_view = $view; 107 } 108 109 unset( $view_path, $use_theme, $default_theme ); 110 return $this->_ci_load(array('_ci_view' => $ci_view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)); 111 }// view 112 113 114 }
-
FCPATH/application\core\MY_Controller.php [ 121 ] » MY_Loader->view(arguments)
view
front/news-details
vars
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
return
1
use_theme
116 */ 117 function generate_page( $page = '', $output = '', $theme = '' ) { 118 // re-set theme system name (some content use different theme.) 119 $this->themes_model->theme_system_name = $this->theme_system_name; 120 121 $output['page_content'] = $this->load->view( $page, $output, true, $theme ); 122 $this->load->view( 'front/template', $output, false, $theme ); // load content with theme of website 123 }// generate_page 124 125 126
-
FCPATH/modules\article\controllers\article.php [ 65 ] » MY_Controller->generate_page(arguments)
page
front/news-details
output
Array ( [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => )
60 $output['meta_descript'] = $output['article']['meta_descript']; 61 $output['meta_keyword'] = $output['article']['meta_keyword']; 62 63 64 $test = $this -> input -> get('test'); 65 $this -> generate_page('front/' . ($test ? 'test/' : '') . 'news-details', $output); 66 } 67 }
-
{PHP internal call} » article->detail(arguments)
idx
100021
-
FCPATH/system\core\CodeIgniter.php [ 359 ] » call_user_func_array(arguments)
function_name
Array ( [0] => article Object ( [module_name] => article [per_page:protected] => [page_id:protected] => 5 [base_url] => https://inter-study.com/ [modules_path] => https://inter-study.com/modules/ [plugins_path] => https://inter-study.com/modules/ [theme_path] => https://inter-study.com/public/themes/isc/ [curent_lang_code] => th [curent_lang_id] => 1 [theme_system_name] => isc [autoload] => Array ( ) [load] => MY_Loader Object ( [_module:protected] => article [_ci_plugins] => Array ( ) [_ci_cached_vars] => Array ( [curent_lang_id] => 1 [lang_info] => Array ( [lang_info] => Array ( [th] => Array ( [lang_id] => 1 [lang_name] => Thai [lang_code] => th [icon] => th.png [ordering] => 1 ) [en] => Array ( [lang_id] => 2 [lang_name] => English [lang_code] => en [icon] => us.png [ordering] => 2 ) ) ) [google_analytics_code] => [favicon_icon] => https://inter-study.com/uploads/config/20150722/cmstvy012468.jpg [css_page] => page-in [article] => Array ( [view] => 1 ) [category] => [meta_title] => [meta_descript] => [meta_keyword] => ) [_ci_ob_level:protected] => 1 [_ci_view_paths:protected] => Array ( [public/themes/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_ci_model_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [1] => D:\Webspace\inter-study.com\httpdocs/modules/article/ [2] => D:\Webspace\inter-study.com\httpdocs\application/ ) [_ci_helper_paths:protected] => Array ( [0] => D:\Webspace\inter-study.com\httpdocs\application/ [1] => D:/Webspace/inter-study.com/httpdocs/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [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] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Modules_plug.php [1] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Gravatar.php [2] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Instagram.php [3] => D:\Webspace\inter-study.com\httpdocs\application/libraries/Geshi.php [4] => D:\Webspace\inter-study.com\httpdocs\application/libraries/MY_Pagination.php [5] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Session.php [6] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Encrypt.php [7] => D:/Webspace/inter-study.com/httpdocs/system/libraries/Cache/Cache.php ) [_ci_models:protected] => Array ( [0] => language_model [1] => content_config_model [2] => themes_model [3] => account_model [4] => blocks_model [5] => config_model [6] => html_model [7] => social_model [8] => un [9] => article_model [10] => web_model [11] => isc_model [12] => promotion_model [13] => course_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [date_helper] => 1 [function_helper] => 1 [form_helper] => 1 [cookie_helper] => 1 [video_helper] => 1 [language_helper] => 1 [siteinfo_helper] => 1 [menu_helper] => 1 [string_helper] => 1 [file_helper] => 1 [block_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) [controller] => article Object *RECURSION* ) ) [1] => detail )
parameters
Array ( [0] => 100021 )
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 [ 222 ] » require_once(arguments)
0
D:\Webspace\inter-study.com\httpdocs\system\core\CodeIgniter.php
217 * 218 * And away we go... 219 * 220 */ 221 222 require_once BASEPATH.'core/CodeIgniter.php'; 223 224 /* End of file index.php */ 225 /* Location: ./index.php */
Environment
Included files (95)
FCPATH/index.php |
FCPATH/system\core\CodeIgniter.php |
FCPATH/system\core\Common.php |
FCPATH/application\config\constants.php |
FCPATH/system\core\Benchmark.php |
FCPATH/application\config\config.php |
FCPATH/system\core\Hooks.php |
FCPATH/system\core\Config.php |
FCPATH/system\core\Utf8.php |
FCPATH/system\core\URI.php |
FCPATH/system\core\Router.php |
FCPATH/application\core\MY_Router.php |
FCPATH/application\third_party\MX\Router.php |
FCPATH/application\third_party\MX\Modules.php |
FCPATH/application\config\routes.php |
FCPATH/application\config\development\database.php |
FCPATH/system\core\Output.php |
FCPATH/application\core\MY_Output.php |
FCPATH/application\config\mimes.php |
FCPATH/system\core\Security.php |
FCPATH/system\core\Input.php |
FCPATH/application\core\MY_Input.php |
FCPATH/system\core\Lang.php |
FCPATH/application\core\MY_Lang.php |
FCPATH/application\third_party\MX\Lang.php |
FCPATH/system\core\Controller.php |
FCPATH/application\core\MY_Controller.php |
FCPATH/application\third_party\MX\Controller.php |
FCPATH/application\third_party\MX\Base.php |
FCPATH/application\third_party\MX\Config.php |
FCPATH/system\core\Loader.php |
FCPATH/application\core\MY_Loader.php |
FCPATH/application\third_party\MX\Loader.php |
FCPATH/application\config\autoload.php |
FCPATH/application\config\agni.php |
FCPATH/application\config\myftp.php |
FCPATH/application\helpers\MY_url_helper.php |
FCPATH/system\helpers\url_helper.php |
FCPATH/application\helpers\MY_date_helper.php |
FCPATH/system\helpers\date_helper.php |
FCPATH/application\helpers\function_helper.php |
FCPATH/system\helpers\form_helper.php |
FCPATH/system\helpers\cookie_helper.php |
FCPATH/application\helpers\video_helper.php |
FCPATH/system\helpers\language_helper.php |
FCPATH/application\helpers\siteinfo_helper.php |
FCPATH/application\helpers\menu_helper.php |
FCPATH/application\language\thai\account_lang.php |
FCPATH/application\language\thai\front_lang.php |
FCPATH/application\core\MY_DB.php |
FCPATH/system\database\DB_driver.php |
FCPATH/system\database\DB_active_rec.php |
FCPATH/application\core\MY_DB_active_rec.php |
FCPATH/system\database\drivers\mysqli\mysqli_driver.php |
FCPATH/application\libraries\modules_plug.php |
FCPATH/system\database\DB_result.php |
FCPATH/system\database\drivers\mysqli\mysqli_result.php |
FCPATH/application\libraries\Gravatar.php |
FCPATH/application\libraries\Instagram.php |
FCPATH/application\libraries\geshi.php |
FCPATH/system\libraries\Pagination.php |
FCPATH/application\libraries\MY_Pagination.php |
FCPATH/system\libraries\Session.php |
FCPATH/system\helpers\string_helper.php |
FCPATH/system\libraries\Encrypt.php |
FCPATH/system\core\Model.php |
FCPATH/application\models\language_model.php |
FCPATH/modules\article\controllers\article.php |
FCPATH/application\models\content_config_model.php |
FCPATH/application\models\themes_model.php |
FCPATH/system\libraries\Driver.php |
FCPATH/system\libraries\Cache\Cache.php |
FCPATH/system\libraries\Cache\drivers\Cache_file.php |
FCPATH/application\helpers\MY_file_helper.php |
FCPATH/system\helpers\file_helper.php |
FCPATH/system\core\Exceptions.php |
FCPATH/application\core\MY_Exceptions.php |
FCPATH/application\models\account_model.php |
FCPATH/application\models\blocks_model.php |
FCPATH/application\models\config_model.php |
FCPATH/application\models\html_model.php |
FCPATH/modules\social\models\social_model.php |
FCPATH/application\helpers\block_helper.php |
FCPATH/modules\un\models\un_model.php |
FCPATH/modules\article\models\article_model.php |
FCPATH/public\themes\isc\front\news-details.php |
FCPATH/public\themes\isc\front\inc\meta.php |
FCPATH/modules\web\models\web_model.php |
FCPATH/modules\isc\models\isc_model.php |
FCPATH/modules\promotion\models\promotion_model.php |
FCPATH/modules\course\models\course_model.php |
FCPATH/public\themes\isc\front\inc\header.php |
FCPATH/public\themes\isc\front\inc\side-header.php |
FCPATH/public\themes\isc\front\inc\login.php |
FCPATH/application\errors\error_php_custom.php |
Loaded extensions (49)
Core |
bcmath |
calendar |
ctype |
date |
ereg |
filter |
ftp |
hash |
iconv |
json |
mcrypt |
SPL |
odbc |
pcre |
Reflection |
session |
standard |
mysqlnd |
tokenizer |
zip |
zlib |
libxml |
dom |
PDO |
openssl |
SimpleXML |
wddx |
xml |
xmlreader |
xmlwriter |
cgi-fcgi |
curl |
gd |
gettext |
imap |
mbstring |
mysql |
mysqli |
Phar |
pdo_mysql |
pdo_sqlite |
sockets |
SQLite |
xsl |
sqlsrv |
pdo_sqlsrv |
mhash |
ionCube Loader |
$_SERVER
PROCESSOR_ARCHITEW6432 |
AMD64 |
_FCGI_X_PIPE_ |
\\.\pipe\IISFCGI-8d8db7ee-d78a-4294-b289-6054af3db1e8 |
TEMP |
D:\Webspace\inter-study.com\tmp |
TMP |
D:\Webspace\inter-study.com\tmp |
ALLUSERSPROFILE |
C:\ProgramData |
APPDATA |
C:\Windows\system32\config\systemprofile\AppData\Roaming |
APP_POOL_CONFIG |
C:\inetpub\temp\apppools\inter-study.com(domain)(4.0)(pool)\inter-study.com(domain)(4.0)(pool).config |
APP_POOL_ID |
inter-study.com(domain)(4.0)(pool) |
CommonProgramFiles |
C:\Program Files (x86)\Common Files |
CommonProgramFiles(x86) |
C:\Program Files (x86)\Common Files |
CommonProgramW6432 |
C:\Program Files\Common Files |
COMPUTERNAME |
WIN01-PLESK |
ComSpec |
C:\Windows\system32\cmd.exe |
LOCALAPPDATA |
C:\Windows\system32\config\systemprofile\AppData\Local |
MAILENABLE_PATH |
C:\PROGRA~2\Plesk\MAILSE~1\MAILEN~1 |
NUMBER_OF_PROCESSORS |
12 |
OS |
Windows_NT |
Path |
C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Plesk\Mail Servers\Mail Enable\BIN64;C:\Program Files\Git\bin;C:\Program Files (x86)\Plesk\ctl;C:\Program Files\nodejs\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Windows\system32\config\systemprofile\AppData\Roaming\npm |
PATHEXT |
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
plesk_bin |
C:\Program Files (x86)\Plesk\admin\bin |
plesk_bin64 |
C:\Program Files (x86)\Plesk\admin\bin64 |
plesk_cli |
C:\Program Files (x86)\Plesk\bin |
plesk_data |
C:\Program Files (x86)\Plesk\ |
plesk_dir |
C:\Program Files (x86)\Plesk\ |
plesk_vhosts |
D:\Webspace\ |
PROCESSOR_ARCHITECTURE |
x86 |
PROCESSOR_IDENTIFIER |
Intel64 Family 6 Model 85 Stepping 7, GenuineIntel |
PROCESSOR_LEVEL |
6 |
PROCESSOR_REVISION |
5507 |
ProgramData |
C:\ProgramData |
ProgramFiles |
C:\Program Files (x86) |
ProgramFiles(x86) |
C:\Program Files (x86) |
ProgramW6432 |
C:\Program Files |
PSModulePath |
C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules |
PUBLIC |
C:\Users\Public |
SystemDrive |
C: |
SystemRoot |
C:\Windows |
USERDOMAIN |
WORKGROUP |
USERNAME |
WIN01-PLESK$ |
USERPROFILE |
C:\Windows\system32\config\systemprofile |
windir |
C:\Windows |
FCGI_ROLE |
RESPONDER |
HTTP_CONNECTION |
close |
HTTP_ACCEPT |
*/* |
HTTP_ACCEPT_ENCODING |
gzip, br, zstd, deflate |
HTTP_HOST |
inter-study.com |
HTTP_USER_AGENT |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
IIS_UrlRewriteModule |
7,1,1993,2351 |
WEBSOCKET_VERSION |
13 |
APPL_MD_PATH |
/LM/W3SVC/42/ROOT |
APPL_PHYSICAL_PATH |
D:\Webspace\inter-study.com\httpdocs\ |
AUTH_TYPE |
|
AUTH_PASSWORD |
|
AUTH_USER |
|
CERT_COOKIE |
|
CERT_FLAGS |
|
CERT_ISSUER |
|
CERT_SERIALNUMBER |
|
CERT_SUBJECT |
|
CONTENT_LENGTH |
0 |
CONTENT_TYPE |
|
DOCUMENT_ROOT |
D:\Webspace\inter-study.com\httpdocs |
GATEWAY_INTERFACE |
CGI/1.1 |
HTTPS |
on |
HTTPS_KEYSIZE |
256 |
HTTPS_SECRETKEYSIZE |
2048 |
HTTPS_SERVER_ISSUER |
C=US, O=Let's Encrypt, CN=R11 |
HTTPS_SERVER_SUBJECT |
CN=inter-study.com |
INSTANCE_ID |
42 |
INSTANCE_NAME |
INTER-STUDY.COM |
INSTANCE_META_PATH |
/LM/W3SVC/42 |
LOCAL_ADDR |
150.95.29.30 |
LOGON_USER |
|
PATH_INFO |
/article/detail/100021 |
PATH_TRANSLATED |
D:\Webspace\inter-study.com\httpdocs\index.php\article\detail\100021 |
QUERY_STRING |
|
REMOTE_ADDR |
13.59.144.10 |
REMOTE_HOST |
13.59.144.10 |
REMOTE_PORT |
34369 |
REMOTE_USER |
|
REQUEST_METHOD |
GET |
REQUEST_URI |
/index.php/article/detail/100021 |
SCRIPT_FILENAME |
D:\Webspace\inter-study.com\httpdocs\index.php |
SCRIPT_NAME |
/index.php |
SERVER_NAME |
inter-study.com |
SERVER_PORT |
443 |
SERVER_PORT_SECURE |
1 |
SERVER_PROTOCOL |
HTTP/1.1 |
SERVER_SOFTWARE |
Microsoft-IIS/10.0 |
URL |
/index.php |
ORIG_PATH_INFO |
/index.php/article/detail/100021 |
PHP_SELF |
/index.php/article/detail/100021 |
REQUEST_TIME |
1746779624 |