APPPATH/views/site/contact/v_contact_index.php [ 13 ]
8 <div class="wrapper no-line">
9 <h3>Контакты</h3>
10 <div class="txt-sec">
11 <div class="section">
12 <span>Адрес:</span><br/>
13 <?=$_main_settings['main_site_address']?>
14 </div>
15 <div class="section">
16 <span>Телефоны:</span>
17 <?=$_main_settings['main_site_phone']?>, <?=$_main_settings['main_site_phone_2']?>
18 </div>
APPPATH/views/site/contact/v_contact_index.php [ 13 ] » Kohana_Core::error_handler(arguments)
0 |
integer 8 |
1 |
string(34) "Undefined index: main_site_address" |
2 |
string(127) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/site/contact/v_contact_index.php" |
3 |
integer 13 |
4 |
array(3) ( "kohana_view_filename" => string(127) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/site/contact/v_contact_index.php" "kohana_view_data" => array(0) "_main_settings" => array(19) ( "main_site_name" => string(74) "Юридическая помощь по семейным вопросам" "main_site_description" => string(53) "Юридическая компания, Тюмень" "main_email" => string(25) "kharchenko.help@yandex.ru" "main_site_index_text_name" => string(139) "Юрист по семейным вопросам Харченко Вадим Петрович - консультация в Тюмени" "main_site_mail_send_to" => string(50) "stanislav@reklama072.ru, kharchenko.help@yandex.ru" "main_site_keywords" => string(97) "© 2021, "Харченко и Партнеры" - юридическая фирма, Тюмень" "video_link" => string(17) "https://youtu.be/" "main_site_vk" => string(15) "https://vk.com/" "main_site_instagram" => string(65) "https://www.instagram.com/kharchenko_lawyer/?utm_medium=copy_link" "main_site_youtube" => string(7) "Youtube" "main_site_adress" => string(57) "625000 г. Тюмень ул.Ленина 78 офис 215" "main_site_phone" => string(15) "8-982-931-68-68" "site_count_news" => string(2) "12" "main_site_photo_cat_count" => string(3) "100" "main_site_photo_count" => string(3) "100" "main_site_phone_2" => string(15) "8-916-081-21-01" "time-pn-pt" => string(29) "ПН-ПТ с 10:00 до 20:00" "time-sb-vsk" => string(33) "Сб, Вс - с 09-00 до 17-00." "time-callback" => string(101) "Прием заявок, консультации по телефону - круглосуточно" ) ) |
8 <div class="wrapper no-line">
9 <h3>Контакты</h3>
10 <div class="txt-sec">
11 <div class="section">
12 <span>Адрес:</span><br/>
13 <?=$_main_settings['main_site_address']?>
14 </div>
15 <div class="section">
16 <span>Телефоны:</span>
17 <?=$_main_settings['main_site_phone']?>, <?=$_main_settings['main_site_phone_2']?>
18 </div>
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0 |
string(127) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/site/contact/v_contact_index.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 [ 348 ] » Kohana_View::capture(arguments)
0 |
string(127) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/site/contact/v_contact_index.php" |
1 |
array(0) |
343 {
344 throw new View_Exception('You must set the file to use within your view before rendering');
345 }
346
347 // Combine local and global data and capture the output
348 return View::capture($this->_file, $this->_data);
349 }
350
351 }
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 /**
233 * Display the exception message.
APPPATH/views/v_index.php [ 192 ] » Kohana_View->__toString()
187 </div>
188
189
190 <? if (isset($content)):?>
191 <? foreach ($content as $cont):?>
192 <?=$cont?>
193 <?endforeach?>
194 <?endif?>
195
196 <footer>
197 <div class="wrapper">
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0 |
string(106) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/v_index.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 [ 348 ] » Kohana_View::capture(arguments)
0 |
string(106) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/application/views/v_index.php" |
1 |
array(21) ( "site_name" => string(74) "Юридическая помощь по семейным вопросам" "site_description" => string(53) "Юридическая компания, Тюмень" "site_keywords" => string(97) "© 2021, "Харченко и Партнеры" - юридическая фирма, Тюмень" "page_title" => NULL "title" => string(16) "Контакты" "styles" => array(0) "scripts" => array(0) "block_left" => NULL "block_center" => NULL "block_right" => NULL "theme" => array(5) ( "onecolor" => string(2) "45" "bgcolor" => string(1) "3" "contentbackcolor" => string(3) "120" "contentfontcolor" => string(28) "https://youtu.be/2Zk42cS_GNY" "sitefont" => string(737) "«Успенский» — это современный коттеджный поселок в экологически чистом районе с развитой инфраструктурой. Он размещен в районе 2 …" ) "cartload" => object Response(5) |
343 {
344 throw new View_Exception('You must set the file to use within your view before rendering');
345 }
346
347 // Combine local and global data and capture the output
348 return View::capture($this->_file, $this->_data);
349 }
350
351 }
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
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82
83 // Execute the action itself
84 $this->{$action}();
85
86 // Execute the "after action" method
87 $this->after();
88
89 // Return the response
90 return $this->response;
91 }
92
{PHP internal call} » Kohana_Controller->execute()
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0 |
object Controller_Site_Contact(5) |
92
93 // Create a new instance of the controller
94 $controller = $class->newInstance($request, $response);
95
96 // Run the controller's execute() method
97 $response = $class->getMethod('execute')->invoke($controller);
98
99 if ( ! $response instanceof Response)
100 {
101 // Controller failed to return a Response.
102 throw new Kohana_Exception('Controller failed to return a Response');
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0 |
object Request(19) |
1 |
object Response(5) |
109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol()));
110
111 if (($cache = $this->cache()) instanceof HTTP_Cache)
112 return $cache->execute($this, $request, $response);
113
114 $response = $this->execute_request($request, $response);
115
116 // Execute response callbacks
117 foreach ($this->header_callbacks() as $header => $callback)
118 {
119 if ($response->headers($header))
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0 |
object Request(19) |
981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(
982 ':uri' => $this->_uri,
983 ));
984 }
985
986 return $this->_client->execute($this);
987 }
988
989 /**
990 * Returns whether this request is the initial request Kohana received.
991 * Can be used to test for sub requests.
DOCROOT/index.php [ 117 ] » Kohana_Request->execute()
112 /**
113 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].
114 * If no source is specified, the URI will be automatically detected.
115 */
116 echo Request::factory(TRUE, array(), FALSE)
117 ->execute()
118 ->send_headers(TRUE)
119 ->body();
120 }
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.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 |
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/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Site/Contact.php |
APPPATH/classes/Controller/Index.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/View.php |
SYSPATH/classes/Kohana/View.php |
APPPATH/config/settings.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
MODPATH/orm/classes/ORM.php |
APPPATH/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Settings.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 |
APPPATH/classes/Database/MySQLi.php |
APPPATH/classes/Database/MySQLi/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/Model/Theme.php |
APPPATH/classes/Widget.php |
APPPATH/config/widgets.php |
APPPATH/classes/Controller/Widgets/Cartload.php |
APPPATH/classes/Controller/Widgets.php |
APPPATH/views/widgets/w_cartload.php |
APPPATH/classes/Controller/Widgets/Menu.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/classes/Model/Menu.php |
APPPATH/views/widgets/w_menu.php |
APPPATH/classes/Controller/Widgets/Quiz.php |
APPPATH/views/widgets/w_quiz.php |
APPPATH/classes/Controller/Widgets/Mainmenu.php |
APPPATH/views/widgets/w_mainmenu.php |
APPPATH/classes/Controller/Widgets/Topmenu.php |
APPPATH/views/widgets/w_top_menu.php |
APPPATH/classes/Controller/Widgets/Slider.php |
APPPATH/classes/Model/Slidercat.php |
APPPATH/classes/Model/Slider.php |
APPPATH/views/widgets/w_slider.php |
APPPATH/classes/Controller/Widgets/Footermenu.php |
APPPATH/views/widgets/w_footer_menu.php |
APPPATH/views/v_index.php |
APPPATH/views/site/contact/v_contact_index.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
APPPATH/i18n/ru.php |
Core |
pcre |
date |
libxml |
openssl |
sqlite3 |
zlib |
dom |
filter |
hash |
iconv |
json |
SPL |
PDO |
pdo_sqlite |
Reflection |
session |
SimpleXML |
standard |
xml |
xmlreader |
xmlwriter |
mysqlnd |
apache2handler |
apcu |
apc |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dbase |
mbstring |
fileinfo |
ftp |
gd |
gettext |
imagick |
imap |
ldap |
exif |
mcrypt |
memcache |
mysqli |
mysql |
pdo_mysql |
pdo_pgsql |
pgsql |
Phar |
posix |
pspell |
soap |
sockets |
tidy |
timezonedb |
tokenizer |
xmlrpc |
xsl |
zip |
Zend OPcache |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_downgrade-1_0 |
string(0) "" |
REDIRECT_suppress-error-charset |
string(0) "" |
REDIRECT_KOHANA_ENV |
string(10) "PRODUCTION" |
REDIRECT_STATUS |
string(3) "200" |
HTTPS |
string(2) "on" |
downgrade-1_0 |
string(0) "" |
suppress-error-charset |
string(0) "" |
KOHANA_ENV |
string(10) "PRODUCTION" |
HTTP_HOST |
string(40) "xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai" |
HTTP_X_REAL_IP |
string(13) "3.142.230.243" |
HTTP_X_PROTOCOL |
string(8) "HTTP/2.0" |
HTTP_X_SERVER_IP |
string(14) "81.177.140.201" |
HTTP_X_FORWARDED_PROTOCOL |
string(5) "https" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
HTTP_CONNECTION |
string(5) "close" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
PATH |
string(28) "/usr/bin:/bin:/usr/local/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(40) "xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai" |
SERVER_ADDR |
string(14) "81.177.140.201" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(13) "3.142.230.243" |
DOCUMENT_ROOT |
string(76) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai" |
REQUEST_SCHEME |
string(4) "http" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(76) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai" |
SERVER_ADMIN |
string(12) "info@jino.ru" |
SCRIPT_FILENAME |
string(86) "/home/users/s/stanislav2040/domains/xn-----6kccwdso0afgpfjc3a2b0b4f.xn--p1ai/index.php" |
REMOTE_PORT |
string(5) "59338" |
REDIRECT_URL |
string(8) "/contact" |
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(8) "/contact" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(8) "/contact" |
PATH_TRANSLATED |
string(27) "redirect:/index.php/contact" |
PHP_SELF |
string(18) "/index.php/contact" |
REQUEST_TIME_FLOAT |
float 1741874005.304 |
REQUEST_TIME |
integer 1741874005 |