ErrorException [ Notice ]:
APPPATH/views/v_digests_conferences.php [ 8 ]
3
4 <? foreach ($conferences as $conference): ?>
5 <div class="<?= ($mode == 'normal' ? 'col-md-3 col-sm-4 col-xs-6' : 'col-sm-3 col-xs-6') ?>">
6 <div class="thumbnail text-center">
7 <?= HTML::anchor(
8 ($conference->doc_file != '' ? $dir_docs_conferences . $conference->doc_file : $dir_docs . 'empty-doc.pdf'),
9 HTML::image($dir_img_conferences . $conference->img_file,
10 ['class' => 'img img-rounded', 'alt' => $conference->conference]),
11 ['title' => 'Перечень докладов', 'target' => '_blank']
12 ) ?>
13 <div class="caption <?= ($mode == 'normal' ? 'small' : '') ?>"
-
APPPATH/views/v_digests_conferences.php [ 8 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(28) "Undefined variable: dir_docs"
2
string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php"
3
integer 8
4
array(9) ( "kohana_view_filename" => string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php" "kohana_view_data" => array(6) ( "mode" => string(6) "normal" "page_title" => string(22) "Конференции" "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "dir_docs_conferences" => string(24) "/media/docs/conferences/" "dir_img_conferences" => string(23) "/media/img/conferences/" "conferences" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 11 protected _query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _result => resource(mysql result) protected _total_rows => integer 29 protected _current_row => integer 10 protected _as_object => string(16) "Model_Conference" protected _object_params => NULL }
) "mode" => string(6) "normal" "page_title" => string(22) "Конференции" "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "dir_docs_conferences" => string(24) "/media/docs/conferences/" "dir_img_conferences" => string(23) "/media/img/conferences/" "conferences" => object Database_MySQL_Result(7){ protected _internal_row => integer 11 protected _query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _result => resource(mysql result) protected _total_rows => integer 29 protected _current_row => integer 10 protected _as_object => string(16) "Model_Conference" protected _object_params => NULL }
"conference" => object Model_Conference(34){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(2) "20" "date" => string(10) "2018-12-06" "conference" => string(107) "Наука как инструмент совершенствования современной жизни" "img_file" => string(24) "28 ispc announctment.jpg" "doc_file" => string(0) "" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(2) "20" "date" => string(10) "2018-12-06" "conference" => string(107) "Наука как инструмент совершенствования современной жизни" "img_file" => string(24) "28 ispc announctment.jpg" "doc_file" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "conference" protected _object_plural => string(11) "conferences" protected _table_name => string(11) "conferences" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(26) "Идентификатор" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(29) "Дата проведения" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "conference" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "conference" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(39) "Название конференции" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_file" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(51) "Файл с изображением обложки" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "doc_file" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "doc_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(72) "Файл с описанием программы конференции" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "20" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
){ protected _connection_id => string(40) "10856091f4e7bae43cc1df3f86da6956c59387c5" protected _identifier => string(1) "`" public last_query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(15) "cy54569_skfbgtu" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "conference" }3 4 <? foreach ($conferences as $conference): ?> 5 <div class="<?= ($mode == 'normal' ? 'col-md-3 col-sm-4 col-xs-6' : 'col-sm-3 col-xs-6') ?>"> 6 <div class="thumbnail text-center"> 7 <?= HTML::anchor( 8 ($conference->doc_file != '' ? $dir_docs_conferences . $conference->doc_file : $dir_docs . 'empty-doc.pdf'), 9 HTML::image($dir_img_conferences . $conference->img_file, 10 ['class' => 'img img-rounded', 'alt' => $conference->conference]), 11 ['title' => 'Перечень докладов', 'target' => '_blank'] 12 ) ?> 13 <div class="caption <?= ($mode == 'normal' ? 'small' : '') ?>"
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0
string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php"
1
array(6) ( "mode" => string(6) "normal" "page_title" => string(22) "Конференции" "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "dir_docs_conferences" => string(24) "/media/docs/conferences/" "dir_img_conferences" => string(23) "/media/img/conferences/" "conferences" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 11 protected _query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _result => resource(mysql result) protected _total_rows => integer 29 protected _current_row => integer 10 protected _as_object => string(16) "Model_Conference" protected _object_params => NULL }
)338 { 339 throw new View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana_Exception::handler($e);
-
APPPATH/views/v_base.php [ 58 ] » Kohana_View->__toString()
53 </header> 54 55 <?=$menu_top?> 56 57 <main class="content"> 58 <?=($main ? $main : '')?> 59 </main> 60 61 <footer> 62 <?=$footer?> 63 </footer>
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(56) "/home/c/cy54569/public_html/application/views/v_base.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0
string(56) "/home/c/cy54569/public_html/application/views/v_base.php"
1
array(11) ( "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "site_description" => string(188) "Северо-Кавказский филиал Белгородского государственного технологического университета им.В.Г.Шухова" "keywords" => string(205) "СКФ БГТУ им.В.Г.Шухова, Северо-Кавказский филиал Белгородского государственного технологического университета" "description" => string(188) "Северо-Кавказский филиал Белгородского государственного технологического университета им.В.Г.Шухова" "page_title" => string(22) "Конференции" "main" => object View(2)
{ protected _file => string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php" protected _data => array(6) ( "mode" => string(6) "normal" "page_title" => string(22) "Конференции" "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "dir_docs_conferences" => string(24) "/media/docs/conferences/" "dir_img_conferences" => string(23) "/media/img/conferences/" "conferences" => object Database_MySQL_Result(7)
"header" => object Response(5){ protected _internal_row => integer 11 protected _query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _result => resource(mysql result) protected _total_rows => integer 29 protected _current_row => integer 10 protected _as_object => string(16) "Model_Conference" protected _object_params => NULL }
) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menu_top" => object Response(5){ }
protected _body => string(7823) "<div class="header row bg-info"> <!-- Картинка шапки сайта --> <!----------------------------------------------------------- …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"footer" => object Response(5){ }
protected _body => string(13994) "<nav class="menu-top navbar navbar-default row"> <div class="navbar-header"> <button type="button" class="navbar-toggle col …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"styles" => array(6) ( 0 => string(28) "/media/css/bootstrap.min.css" 1 => string(22) "/media/css/all.min.css" 2 => string(27) "/media/css/v4-shims.min.css" 3 => string(22) "/media/css/animate.css" 4 => string(22) "/media/css/skfbgtu.css" 5 => string(22) "/media/css/bvi.min.css" ) "scripts" => array(4) ( 0 => string(23) "/media/js/jquery.min.js" 1 => string(26) "/media/js/bootstrap.min.js" 2 => string(23) "/media/js/holder.min.js" 3 => string(20) "/media/js/bvi.min.js" ) ){ }
protected _body => string(1147) "<!-- Панель с согласием --> <!-----------------------------------------------------------------------------------------------> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }338 { 339 throw new View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
{PHP internal call} » Kohana_Controller_Template->after()
-
SYSPATH/classes/kohana/request/client/internal.php [ 119 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Digests(6)
{ public template => object View(2)
{ protected _file => string(56) "/home/c/cy54569/public_html/application/views/v_base.php" protected _data => array(11) ( "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "site_description" => string(188) "Северо-Кавказский филиал Белгородского государственного технологического университета им.В.Г.Шухова" "keywords" => string(205) "СКФ БГТУ им.В.Г.Шухова, Северо-Кавказский филиал Белгородского государственного технологического университета" "description" => string(188) "Северо-Кавказский филиал Белгородского государственного технологического университета им.В.Г.Шухова" "page_title" => string(22) "Конференции" "main" => object View(2)
public mode => string(6) "normal" protected widgets_folder => string(8) "widgets/" public auto_render => bool TRUE public request => object Request(20){ protected _file => string(71) "/home/c/cy54569/public_html/application/views/v_digests_conferences.php" protected _data => array(6) ( "mode" => string(6) "normal" "page_title" => string(22) "Конференции" "site_name" => string(39) "СКФ БГТУ им.В.Г.Шухова" "dir_docs_conferences" => string(24) "/media/docs/conferences/" "dir_img_conferences" => string(23) "/media/img/conferences/" "conferences" => object Database_MySQL_Result(7)
"header" => object Response(5){ protected _internal_row => integer 11 protected _query => string(240) "SELECT `conference`.`id` AS `id`, `conference`.`date` AS `date`, `conference`.`conference` AS `conference`, `conference`.`img_fi …" protected _result => resource(mysql result) protected _total_rows => integer 29 protected _current_row => integer 10 protected _as_object => string(16) "Model_Conference" protected _object_params => NULL }
) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menu_top" => object Response(5){ }
protected _body => string(7823) "<div class="header row bg-info"> <!-- Картинка шапки сайта --> <!----------------------------------------------------------- …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"footer" => object Response(5){ }
protected _body => string(13994) "<nav class="menu-top navbar navbar-default row"> <div class="navbar-header"> <button type="button" class="navbar-toggle col …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"styles" => array(6) ( 0 => string(28) "/media/css/bootstrap.min.css" 1 => string(22) "/media/css/all.min.css" 2 => string(27) "/media/css/v4-shims.min.css" 3 => string(22) "/media/css/animate.css" 4 => string(22) "/media/css/skfbgtu.css" 5 => string(22) "/media/css/bvi.min.css" ) "scripts" => array(4) ( 0 => string(23) "/media/js/jquery.min.js" 1 => string(26) "/media/js/bootstrap.min.js" 2 => string(23) "/media/js/holder.min.js" 3 => string(20) "/media/js/bvi.min.js" ) ) }{ }
protected _body => string(1147) "<!-- Панель с согласием --> <!-----------------------------------------------------------------------------------------------> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "digests" protected _action => string(11) "conferences" protected _uri => string(19) "digests/conferences" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }114 115 $method = $class->getMethod('action_'.$action); 116 $method->invoke($controller); 117 118 // Execute the "after action" method 119 $class->getMethod('after')->invoke($controller); 120 } 121 catch (Exception $e) 122 { 123 // Restore the previous request 124 if ($previous instanceof Request)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "digests" protected _action => string(11) "conferences" protected _uri => string(19) "digests/conferences" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
}59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1164 ] » Kohana_Request_Client->execute(arguments)
0
object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "digests" protected _action => string(11) "conferences" protected _uri => string(19) "digests/conferences" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
}1159 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1160 ':uri' => $this->_uri, 1161 )); 1162 } 1163 1164 return $this->_client->execute($this); 1165 } 1166 1167 /** 1168 * Returns whether this request is the initial request Kohana received. 1169 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()
104 /** 105 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 106 * If no source is specified, the URI will be automatically detected. 107 */ 108 echo Request::factory() 109 ->execute() 110 ->send_headers(TRUE) 111 ->body();
Environment
Included files (134)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/classes/kohana/kohana/exception.php |
SYSPATH/classes/log.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/config.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/log/file.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/log/writer.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/config/file.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/file/reader.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/kohana/config/source.php |
MODPATH/captcha/init.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
MODPATH/userguide/init.php |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
SYSPATH/config/userguide.php |
MODPATH/userguide/config/userguide.php |
MODPATH/orm/config/userguide.php |
MODPATH/image/config/userguide.php |
MODPATH/database/config/userguide.php |
MODPATH/cache/config/userguide.php |
MODPATH/auth/config/userguide.php |
SYSPATH/classes/config/group.php |
SYSPATH/classes/kohana/config/group.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
SYSPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
SYSPATH/classes/http/request.php |
SYSPATH/classes/kohana/http/request.php |
SYSPATH/classes/http/message.php |
SYSPATH/classes/kohana/http/message.php |
SYSPATH/classes/http/header.php |
SYSPATH/classes/kohana/http/header.php |
SYSPATH/classes/request/client/internal.php |
SYSPATH/classes/kohana/request/client/internal.php |
SYSPATH/classes/request/client.php |
SYSPATH/classes/kohana/request/client.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
APPPATH/classes/controller/digests.php |
APPPATH/classes/controller/base.php |
SYSPATH/classes/controller/template.php |
SYSPATH/classes/kohana/controller/template.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/response.php |
SYSPATH/classes/kohana/response.php |
SYSPATH/classes/http/response.php |
SYSPATH/classes/kohana/http/response.php |
SYSPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
MODPATH/orm/classes/orm.php |
MODPATH/orm/classes/kohana/orm.php |
SYSPATH/classes/model.php |
SYSPATH/classes/kohana/model.php |
APPPATH/classes/model/setting.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/database.php |
MODPATH/database/classes/kohana/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/mysql.php |
MODPATH/database/classes/kohana/database/mysql.php |
MODPATH/database/classes/database/mysql/result.php |
MODPATH/database/classes/kohana/database/mysql/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
MODPATH/database/classes/db.php |
MODPATH/database/classes/kohana/db.php |
MODPATH/database/classes/database/query/builder/select.php |
MODPATH/database/classes/kohana/database/query/builder/select.php |
MODPATH/database/classes/database/query/builder/where.php |
MODPATH/database/classes/kohana/database/query/builder/where.php |
MODPATH/database/classes/database/query/builder.php |
MODPATH/database/classes/kohana/database/query/builder.php |
MODPATH/database/classes/database/query.php |
MODPATH/database/classes/kohana/database/query.php |
APPPATH/classes/helper/addfunction.php |
SYSPATH/classes/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
APPPATH/config/session.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
APPPATH/classes/controller/widgets/header.php |
APPPATH/classes/controller/widget.php |
SYSPATH/classes/http.php |
SYSPATH/classes/kohana/http.php |
APPPATH/classes/controller/widgets/slider.php |
MODPATH/image/classes/image.php |
MODPATH/image/classes/kohana/image.php |
MODPATH/image/classes/image/gd.php |
MODPATH/image/classes/kohana/image/gd.php |
APPPATH/views/widgets/w_slider.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
SYSPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
SYSPATH/classes/utf8.php |
SYSPATH/classes/kohana/utf8.php |
APPPATH/classes/controller/widgets/addinfo.php |
APPPATH/classes/controller/widgets/switchmode.php |
APPPATH/views/widgets/w_switch_mode.php |
APPPATH/views/widgets/w_add_info.php |
APPPATH/views/widgets/w_header.php |
APPPATH/classes/controller/widgets/menutop.php |
APPPATH/classes/model/menu.php |
APPPATH/views/widgets/w_menu_top.php |
APPPATH/classes/controller/widgets/footer.php |
APPPATH/views/widgets/w_footer.php |
APPPATH/classes/model/conference.php |
APPPATH/views/v_base.php |
APPPATH/views/v_digests_conferences.php |
SYSPATH/classes/debug.php |
SYSPATH/classes/kohana/debug.php |
SYSPATH/classes/date.php |
SYSPATH/classes/kohana/date.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (89)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
bcmath |
bz2 |
calendar |
ctype |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gettext |
SPL |
iconv |
json |
mbstring |
session |
apc |
posix |
Reflection |
standard |
shmop |
SimpleXML |
soap |
sockets |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
zip |
mysqlnd |
apache2handler |
Phar |
blitz |
curl |
dbase |
enchant |
ffmpeg |
gd |
geoip |
gmp |
imagick |
imap |
interbase |
intl |
ldap |
mailparse |
mcrypt |
memcached |
memcache |
mongo |
mssql |
mysqli |
mysql |
odbc |
PDFlib |
PDO |
PDO_Firebird |
pdo_mysql |
PDO_ODBC |
pdo_dblib |
pdo_sqlite |
propro |
pspell |
raphf |
rar |
recode |
sqlite3 |
ssh2 |
tidy |
timezonedb |
uploadprogress |
xmlrpc |
xsl |
yaml |
mhash |
ionCube Loader |
Zend Guard Loader |
$_SESSION
mode |
string(6) "normal" |
$_SERVER
REDIRECT_STATUS |
string(3) "200" |
HTTP_HOST |
string(15) "www.skf-bgtu.ru" |
HTTP_CONNECTION |
string(5) "close" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Wed, 14 Aug 2024 13:38:06 GMT" |
HTTP_ACCEPT_ENCODING |
string(7) "br,gzip" |
PATH |
string(70) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(13) "Apache/2.4.29" |
SERVER_NAME |
string(15) "www.skf-bgtu.ru" |
SERVER_ADDR |
string(9) "127.0.0.1" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(12) "44.192.67.10" |
DOCUMENT_ROOT |
string(27) "/home/c/cy54569/public_html" |
REQUEST_SCHEME |
string(4) "http" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(27) "/home/c/cy54569/public_html" |
SERVER_ADMIN |
string(15) "info@timeweb.ru" |
SCRIPT_FILENAME |
string(37) "/home/c/cy54569/public_html/index.php" |
REMOTE_PORT |
string(5) "56698" |
REDIRECT_URL |
string(20) "/digests/conferences" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.0" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(20) "/digests/conferences" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(20) "/digests/conferences" |
PATH_TRANSLATED |
string(51) "redirect:/index.php/digests/conferences/conferences" |
PHP_SELF |
string(30) "/index.php/digests/conferences" |
REQUEST_TIME_FLOAT |
float 1731570380.271 |
REQUEST_TIME |
integer 1731570380 |
argv |
array(0) |
argc |
integer 0 |