Database_Exception [ 1021 ]:
MODPATH/mysqli/classes/Kohana/Database/MySQLi.php [ 185 ]
180 {
181 // This benchmark is worthless
182 Profiler::delete($benchmark);
183 }
184
185 throw new Database_Exception('[:code] :error ( :query )', array(
186 ':code' => $this->_connection->errno,
187 ':error' => $this->_connection->error,
188 ':query' => $sql,
189 ), $this->_connection->errno);
190 }
-
MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)
0
integer 1
1
string(1005) "SELECT `p`.*, `a`.*, `i`.`filename` AS `image_path`, `c_i`.`name` AS `category_name`, `c`.`image` AS `category_image`, `b_i`.`na …"
2
bool FALSE
3
array(0)
246 return new Database_Result_Cached($result, $sql, $as_object, $object_params); 247 } 248 } 249 250 // Execute the query 251 $result = $db->query($this->_type, $sql, $as_object, $object_params); 252 253 if (isset($cache_key) AND $this->_lifetime > 0) 254 { 255 // Cache the result array 256 Kohana::cache($cache_key, $result->as_array(), $this->_lifetime);
-
MODPATH/productmanager/classes/Model/Product.php [ 427 ] » Kohana_Database_Query->execute()
422 423 if ($pagination) { 424 $query->limit($pagination->items_per_page); 425 $query->offset($pagination->offset); 426 } 427 $result = $query->execute()->as_array($key, $value); 428 return $result; 429 } 430 431 public function getAllByBrand($key = null, $value = null, $languageId = null, $link = null, &$pagination = null, $sortOn = false) { 432 if ($languageId === false) {
-
APPPATH/classes/Controller/Widgets/MainGoods.php [ 20 ] » Model_Product->getAllByLink(arguments)
0
string(2) "id"
1
NULL
2
integer 1
3
NULL
4
object Pagination(12)
{ protected config => array(6) ( "total_items" => string(2) "23" "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "items_per_page" => integer 12 "view" => string(19) "pagination/floating" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 23 protected items_per_page => integer 12 protected total_pages => integer 2 protected current_first_item => integer 1 protected current_last_item => integer 12 protected previous_page => bool FALSE protected next_page => integer 2 protected first_page => bool FALSE protected last_page => integer 2 protected offset => integer 0 }
5
bool TRUE
15 $pagination = true; 16 17 // mostviewed/popular 18 Request::initial()->query('filter', ['popular' => 1]); 19 Request::initial()->query('order', 'order'); 20 $this->template->mostviewed = Model::factory('Product')->getAllByLink('id', null, I18n::$langId, null, $pagination, true); 21 $this->getData($this->template->mostviewed); 22 23 // latest 24 Request::initial()->query('filter', ['latest' => 1]); 25 Request::initial()->query('order', 'order');
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Widgets_MainGoods->action_index()
79 array(':uri' => $this->request->uri()) 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Widgets_MainGoods(5)
{ public template => object View(2)
{ protected _file => string(90) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/widgets/w_i_main_goods.php" protected _data => array(1) ( "gallery" => array(4) ( 3 => array(12) ( "id" => string(1) "3" "gallery_id" => string(1) "6" "name" => string(44) " Восстанавливающий Крем" "title" => string(44) " Восстанавливающий Крем" "description" => string(44) " Восстанавливающий Крем" "alt" => string(44) " Восстанавливающий Крем" "src" => string(53) "/ckfinder/userfiles/images/banner/magiray-banner4.jpg" "height" => string(1) "0" "width" => string(1) "0" "link_type" => string(4) "none" "link" => NULL "order" => string(1) "0" ) 4 => array(12) ( "id" => string(1) "4" "gallery_id" => string(1) "6" "name" => string(37) "Антивозрастной крем" "title" => string(37) "Антивозрастной крем" "description" => string(37) "Антивозрастной крем" "alt" => string(37) "Антивозрастной крем" "src" => string(53) "/ckfinder/userfiles/images/banner/magiray-banner5.jpg" "height" => string(1) "0" "width" => string(1) "0" "link_type" => string(4) "none" "link" => NULL "order" => string(1) "1" ) 5 => array(12) ( "id" => string(1) "5" "gallery_id" => string(1) "6" "name" => string(36) "Увлажняющий БИ-крем" "title" => string(36) "Увлажняющий БИ-крем" "description" => string(36) "Увлажняющий БИ-крем" "alt" => string(36) "Увлажняющий БИ-крем" "src" => string(53) "/ckfinder/userfiles/images/banner/magiray-banner6.jpg" "height" => string(1) "0" "width" => string(1) "0" "link_type" => string(4) "none" "link" => NULL "order" => string(1) "2" ) 6 => array(12) ( "id" => string(1) "6" "gallery_id" => string(1) "6" "name" => string(46) "Очищение и тонизирование" "title" => string(46) "Очищение и тонизирование" "description" => string(46) "Очищение и тонизирование" "alt" => string(46) "Очищение и тонизирование" "src" => string(53) "/ckfinder/userfiles/images/banner/magiray-banner4.jpg" "height" => string(1) "0" "width" => string(1) "0" "link_type" => string(4) "none" "link" => NULL "order" => string(1) "3" ) ) ) }
protected _params => NULL public auto_render => bool TRUE public request => object Request(20){ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)
public response => object Response(5){ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(54) "(<lang>/)widgets/<controller>(/(<action>(/(<param>))))" protected _regex => array(2) ( "param" => string(2) ".+" "lang" => string(2) "()" ) protected _defaults => array(4) ( "directory" => string(7) "widgets" "action" => string(5) "index" "param" => string(0) "" "lang" => string(2) "ru" ) protected _route_regex => string(119) "#^(?:(?P<lang>())/)?widgets/(?P<controller>[^/.,;?\n]++)(?:/(?:(?P<action>[^/.,;?\n]++)(?:/(?:(?P<param>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(9) "MainGoods" protected _action => string(5) "index" protected _uri => string(18) "widgets/MainGoods/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "param" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }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(20)
{ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)
{ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(54) "(<lang>/)widgets/<controller>(/(<action>(/(<param>))))" protected _regex => array(2) ( "param" => string(2) ".+" "lang" => string(2) "()" ) protected _defaults => array(4) ( "directory" => string(7) "widgets" "action" => string(5) "index" "param" => string(0) "" "lang" => string(2) "ru" ) protected _route_regex => string(119) "#^(?:(?P<lang>())/)?widgets/(?P<controller>[^/.,;?\n]++)(?:/(?:(?P<action>[^/.,;?\n]++)(?:/(?:(?P<param>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(9) "MainGoods" protected _action => string(5) "index" protected _uri => string(18) "widgets/MainGoods/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "param" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }109 $orig_response = $response = Response::factory(); 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))
-
MODPATH/multilang/classes/Multilang/Request.php [ 174 ] » Kohana_Request_Client->execute(arguments)
0
object Request(20)
{ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)
{ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(54) "(<lang>/)widgets/<controller>(/(<action>(/(<param>))))" protected _regex => array(2) ( "param" => string(2) ".+" "lang" => string(2) "()" ) protected _defaults => array(4) ( "directory" => string(7) "widgets" "action" => string(5) "index" "param" => string(0) "" "lang" => string(2) "ru" ) protected _route_regex => string(119) "#^(?:(?P<lang>())/)?widgets/(?P<controller>[^/.,;?\n]++)(?:/(?:(?P<action>[^/.,;?\n]++)(?:/(?:(?P<param>.+))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(9) "MainGoods" protected _action => string(5) "index" protected _uri => string(18) "widgets/MainGoods/" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "param" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}169 } else { 170 Request::$lang = $this->param('lang'); 171 } 172 Multilang::init(); 173 174 return $this->_client->execute($this); 175 } 176 177 }
-
APPPATH/classes/Widget.php [ 129 ] » Multilang_Request->execute()
124 return NULL; 125 } 126 } 127 $this->_params['controller'] = $this->_widget_name; 128 $url = Route::get($this->_route_name)->uri($this->_params); 129 return Request::factory($url)->execute(); 130 } 131 132 }
-
APPPATH/classes/Widget.php [ 36 ] » Widget->render()
31 * @param string Название роута данного виджета 32 */ 33 34 public static function load($widget_name, array $params = NULL, $route_name = 'widgets') { 35 $widget = new Widget($widget_name, $params, $route_name); 36 return $widget->render(); 37 } 38 39 public static function get_widgets() { 40 $query = DB::select() 41 ->from('widgets');
-
MODPATH/hod/views/index/pagetypes/v_i_page_type_index.php [ 5 ] » Widget::load(arguments)
0
string(9) "MainGoods"
1 <div class="container"> 2 <div class="row"> 3 <section class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> 4 <div class="content-top"> 5 <?= Widget::load('MainGoods'); ?> 6 <?= $params[6]['value'] ?> 7 <?= Widget::load('Banners') ?> 8 </div> 9 </section> 10 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(97) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/pagetypes/v_i_page_type_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(97) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/pagetypes/v_i_page_type_index.php"
1
array(4) ( "page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "params" => array(2) ( 1 => array(6) ( "value" => string(3872) "<p style="text-align:center"><u><span style="font-size:18px"><span style="color:#B22222"><strong>Уважаемые клиенты!</strong></sp …" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "1" "prop_name" => string(20) "Содержание" "language_id" => string(1) "1" ) 6 => array(6) ( "value" => string(0) "" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "6" "prop_name" => string(46) "Содержание - нижняя часть" "language_id" => string(1) "1" ) ) "childs" => array(0) "pagination" => array(6) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "total_items" => integer 0 "items_per_page" => string(1) "0" "view" => string(19) "pagination/floating" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) )
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 } // 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 /** 233 * Display the exception message.
-
APPPATH/classes/Functions.php [ 87 ] » Kohana_View->__toString()
82 83 public static function insert_content($cont = null) { 84 if (isset($cont)) { 85 if (!empty($cont)) { 86 if (!is_array($cont)) { 87 echo $cont; 88 } else { 89 foreach ($cont as $content_block) { 90 echo $content_block; 91 } 92 }
-
MODPATH/hod/views/index/v_i_index.php [ 187 ] » Functions::insert_content(arguments)
0
object View(2)
{ protected _file => string(97) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/pagetypes/v_i_page_type_index.php" protected _data => array(4) ( "page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "params" => array(2) ( 1 => array(6) ( "value" => string(3872) "<p style="text-align:center"><u><span style="font-size:18px"><span style="color:#B22222"><strong>Уважаемые клиенты!</strong></sp …" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "1" "prop_name" => string(20) "Содержание" "language_id" => string(1) "1" ) 6 => array(6) ( "value" => string(0) "" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "6" "prop_name" => string(46) "Содержание - нижняя часть" "language_id" => string(1) "1" ) ) "childs" => array(0) "pagination" => array(6) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "total_items" => integer 0 "items_per_page" => string(1) "0" "view" => string(19) "pagination/floating" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) ) }
182 </aside> 183 <section class="col-md-9 main-column"> 184 <?php endif; ?> 185 186 <div id="content"<?php if (strpos($bodyClass, 'page-common-home')) : ?> style="min-height: auto"<?php endif ?>> 187 <?php Functions::insert_content($content); ?> 188 </div> 189 </section> 190 </div> 191 </div> 192 </section>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(77) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/v_i_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(77) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/v_i_index.php"
1
array(19) ( "page_title" => NULL "meta" => array(3) ( "title" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" ) "styles" => array(7) ( 0 => string(13) "bootstrap.css" 1 => string(14) "stylesheet.css" 2 => string(20) "font-awesome.min.css" 3 => string(25) "libs/sliderlayer/typo.css" 4 => string(21) "../template/style.css" 5 => string(23) "../template/general.css" 6 => string(16) "lightbox.min.css" ) "less" => array(0) "scripts" => array(0) "scripts_after" => array(0) "settings" => array(19) ( "site_info_footer" => array(6) ( "id" => string(1) "1" "name" => string(49) "Информация о сайте (Подвал)" "key" => string(16) "site_info_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => NULL ) "site_contacts_footer" => array(6) ( "id" => string(1) "4" "name" => string(31) "Контакты (Подвал)" "key" => string(20) "site_contacts_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1404) "<table border="0" cellpadding="1" cellspacing="1" style="background:rgb(242, 235, 242) !important; border-collapse:collapse; bor …" ) "site_copyrights_footer" => array(6) ( "id" => string(1) "5" "name" => string(33) "Копирайты (Подвал)" "key" => string(22) "site_copyrights_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block1_title_footer" => array(6) ( "id" => string(1) "6" "name" => string(46) "Блок 1 - Заголовок (Подвал)" "key" => string(19) "block1_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(27) "Доставка заказ" ) "block1_content_footer" => array(6) ( "id" => string(1) "7" "name" => string(48) "Блок 1 - Содержание (Подвал)" "key" => string(21) "block1_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1740) "<p style="text-align:center"><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue …" ) "block2_title_footer" => array(6) ( "id" => string(2) "11" "name" => string(46) "Блок 2 - Заголовок (Подвал)" "key" => string(19) "block2_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(25) "Оплата заказа" ) "block2_content_footer" => array(6) ( "id" => string(2) "12" "name" => string(48) "Блок 2 - Содержание (Подвал)" "key" => string(21) "block2_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(2062) "<p style="text-align:center"><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue …" ) "block3_title_footer" => array(6) ( "id" => string(2) "13" "name" => string(46) "Блок 3 - Заголовок (Подвал)" "key" => string(19) "block3_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(25) "Приём заказов" ) "block3_content_footer" => array(6) ( "id" => string(2) "14" "name" => string(48) "Блок 3 - Содержание (Подвал)" "key" => string(21) "block3_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1145) "<p><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue,geneva,noto sans armenian …" ) "block4_title_footer" => array(6) ( "id" => string(2) "15" "name" => string(46) "Блок 4 - Заголовок (Подвал)" "key" => string(19) "block4_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(27) "Наши реквизиты" ) "block4_content_footer" => array(6) ( "id" => string(2) "16" "name" => string(48) "Блок 4 - Содержание (Подвал)" "key" => string(21) "block4_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1385) "<p style="text-align:center"><span style="color:#000000">ООО «Центр современной косметологии «Лэколь»,</s …" ) "block1_fa_class_footer" => array(6) ( "id" => string(2) "17" "name" => string(50) "Блок 1 - Класс FontAwesome (Подвал)" "key" => string(22) "block1_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block2_fa_class_footer" => array(6) ( "id" => string(2) "18" "name" => string(50) "Блок 2 - Класс FontAwesome (Подвал)" "key" => string(22) "block2_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block3_fa_class_footer" => array(6) ( "id" => string(2) "19" "name" => string(50) "Блок 3 - Класс FontAwesome (Подвал)" "key" => string(22) "block3_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block4_fa_class_footer" => array(6) ( "id" => string(2) "20" "name" => string(50) "Блок 4 - Класс FontAwesome (Подвал)" "key" => string(22) "block4_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "site_title" => array(6) ( "id" => string(2) "21" "name" => string(27) "Название сайта" "key" => string(10) "site_title" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "site_logo" => array(6) ( "id" => string(2) "24" "name" => string(19) "Лого сайта" "key" => string(9) "site_logo" "page_props_type_id" => string(1) "8" "controller" => string(16) "Params_ParamFile" "value" => NULL ) "site_contacts_header" => array(6) ( "id" => string(2) "25" "name" => string(29) "Контакты (Шапка)" "key" => string(20) "site_contacts_header" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(2430) "<table border="0" cellpadding="1" cellspacing="1" style="background:rgb(242, 235, 242) !important; border-collapse:collapse; bor …" ) "requisite" => array(6) ( "id" => string(2) "26" "name" => string(18) "Реквизиты" "key" => string(9) "requisite" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => NULL ) ) "seosettings" => array(3) ( "code_header" => string(0) "" "code_footer" => string(842) "<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||fu …" "robots" => string(301) "User-agent: * Disallow: /index Disallow: /admin Disallow: /ckfinder Disallow: /cart Disallow: /account/restore Disallow: /accou …" ) "css_folder" => string(4) "css/" "js_folder" => string(3) "js/" "img_folder" => NULL "cart_info" => object View(2)
{ protected _file => string(94) "/var/www/magiray.by/data/www/magiray.by/modules/productmanager/views/index/cart/v_i_c_info.php" protected _data => array(8) ( "cart" => array(0) "products" => array(0) "count" => integer 0 "sum" => integer 0 "main_currency" => array(6) ( "id" => string(1) "1" "main" => string(1) "1" "course" => string(6) "0.0000" "name" => string(18) "Бел. рубль" "short_name" => string(3) "BYN" "number_format" => string(17) "{VALUE:2} руб." ) "deliveries" => array(1) ( 0 => array(4) ( "id" => string(1) "2" "name" => string(34) "Доставка по Минску" "max_price" => string(6) "0.0000" "cost" => string(6) "5.0000" ) ) "user" => NULL "config" => object Config_Group(4)
"cart_mini" => object View(2){ public show_vat => bool FALSE public show_price => bool TRUE public vat => float 0,2 public no_delivery => bool TRUE }
) }{ protected _file => string(94) "/var/www/magiray.by/data/www/magiray.by/modules/productmanager/views/index/cart/v_i_c_mini.php" protected _data => array(8) ( "cart" => array(0) "products" => array(0) "count" => integer 0 "sum" => integer 0 "main_currency" => array(6) ( "id" => string(1) "1" "main" => string(1) "1" "course" => string(6) "0.0000" "name" => string(18) "Бел. рубль" "short_name" => string(3) "BYN" "number_format" => string(17) "{VALUE:2} руб." ) "deliveries" => array(1) ( 0 => array(4) ( "id" => string(1) "2" "name" => string(34) "Доставка по Минску" "max_price" => string(6) "0.0000" "cost" => string(6) "5.0000" ) ) "user" => NULL "config" => object Config_Group(4)
"scripts_top" => array(2) ( 0 => string(50) "libs/layersslider/jquery.themepunch.plugins.min.js" 1 => string(53) "libs/layersslider/jquery.themepunch.revolution.min.js" ) "scripts_bottom" => array(8) ( 0 => string(31) "libs/bootstrap/bootstrap.min.js" 1 => string(14) "bootbox.min.js" 2 => string(9) "common.js" 3 => string(15) "lexus-common.js" 4 => string(15) "lightbox.min.js" 5 => string(9) "custom.js" 6 => string(10) "message.js" 7 => string(7) "cart.js" ) "content" => object View(2){ public show_vat => bool FALSE public show_price => bool TRUE public vat => float 0,2 public no_delivery => bool TRUE }
) }{ protected _file => string(97) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/pagetypes/v_i_page_type_index.php" protected _data => array(4) ( "page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "params" => array(2) ( 1 => array(6) ( "value" => string(3872) "<p style="text-align:center"><u><span style="font-size:18px"><span style="color:#B22222"><strong>Уважаемые клиенты!</strong></sp …" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "1" "prop_name" => string(20) "Содержание" "language_id" => string(1) "1" ) 6 => array(6) ( "value" => string(0) "" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "6" "prop_name" => string(46) "Содержание - нижняя часть" "language_id" => string(1) "1" ) ) "childs" => array(0) "pagination" => array(6) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "total_items" => integer 0 "items_per_page" => string(1) "0" "view" => string(19) "pagination/floating" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) ) }
"page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "widgets" => array(3) ( "Breadcrumbs" => string(0) "" "PopularGoods" => object Response(5){ protected _status => integer 500 protected _header => object HTTP_Header(1)
"BannersFooter" => object Response(5){ public content-type => string(24) "text/html; charset=utf-8" }
protected _body => string(114090) "<style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; …" protected _cookies => array(0) protected _protocol => NULL }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) "bodyClass" => string(21) "page page-common-home" ){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }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 } // 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
-
APPPATH/classes/Controller/Index.php [ 60 ] » Kohana_Controller_Template->after()
55 } 56 57 public function after() 58 { 59 $this->template->bodyClass = HOD_Helper::factory('Template')->getBodyClass($this->page); 60 parent::after(); 61 } 62 }
-
APPPATH/classes/Controller/Index/Pages.php [ 67 ] » Controller_Index->after()
62 $this->template->meta = array( 63 'title' => $this->page['info']['seotitle'], 64 'meta_keywords' => $this->page['info']['meta_keywords'], 65 'meta_description' => $this->page['info']['meta_description'], 66 ); 67 parent::after(); 68 } 69 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Index_Pages->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_Index_Pages(13)
{ public template => object View(2)
{ protected _file => string(77) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/v_i_index.php" protected _data => array(19) ( "page_title" => NULL "meta" => array(3) ( "title" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" ) "styles" => array(7) ( 0 => string(13) "bootstrap.css" 1 => string(14) "stylesheet.css" 2 => string(20) "font-awesome.min.css" 3 => string(25) "libs/sliderlayer/typo.css" 4 => string(21) "../template/style.css" 5 => string(23) "../template/general.css" 6 => string(16) "lightbox.min.css" ) "less" => array(0) "scripts" => array(0) "scripts_after" => array(0) "settings" => array(19) ( "site_info_footer" => array(6) ( "id" => string(1) "1" "name" => string(49) "Информация о сайте (Подвал)" "key" => string(16) "site_info_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => NULL ) "site_contacts_footer" => array(6) ( "id" => string(1) "4" "name" => string(31) "Контакты (Подвал)" "key" => string(20) "site_contacts_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1404) "<table border="0" cellpadding="1" cellspacing="1" style="background:rgb(242, 235, 242) !important; border-collapse:collapse; bor …" ) "site_copyrights_footer" => array(6) ( "id" => string(1) "5" "name" => string(33) "Копирайты (Подвал)" "key" => string(22) "site_copyrights_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block1_title_footer" => array(6) ( "id" => string(1) "6" "name" => string(46) "Блок 1 - Заголовок (Подвал)" "key" => string(19) "block1_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(27) "Доставка заказ" ) "block1_content_footer" => array(6) ( "id" => string(1) "7" "name" => string(48) "Блок 1 - Содержание (Подвал)" "key" => string(21) "block1_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1740) "<p style="text-align:center"><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue …" ) "block2_title_footer" => array(6) ( "id" => string(2) "11" "name" => string(46) "Блок 2 - Заголовок (Подвал)" "key" => string(19) "block2_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(25) "Оплата заказа" ) "block2_content_footer" => array(6) ( "id" => string(2) "12" "name" => string(48) "Блок 2 - Содержание (Подвал)" "key" => string(21) "block2_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(2062) "<p style="text-align:center"><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue …" ) "block3_title_footer" => array(6) ( "id" => string(2) "13" "name" => string(46) "Блок 3 - Заголовок (Подвал)" "key" => string(19) "block3_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(25) "Приём заказов" ) "block3_content_footer" => array(6) ( "id" => string(2) "14" "name" => string(48) "Блок 3 - Содержание (Подвал)" "key" => string(21) "block3_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1145) "<p><span style="color:rgb(0, 0, 0); font-family:-apple-system,blinkmacsystemfont,roboto,helvetica neue,geneva,noto sans armenian …" ) "block4_title_footer" => array(6) ( "id" => string(2) "15" "name" => string(46) "Блок 4 - Заголовок (Подвал)" "key" => string(19) "block4_title_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => string(27) "Наши реквизиты" ) "block4_content_footer" => array(6) ( "id" => string(2) "16" "name" => string(48) "Блок 4 - Содержание (Подвал)" "key" => string(21) "block4_content_footer" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(1385) "<p style="text-align:center"><span style="color:#000000">ООО «Центр современной косметологии «Лэколь»,</s …" ) "block1_fa_class_footer" => array(6) ( "id" => string(2) "17" "name" => string(50) "Блок 1 - Класс FontAwesome (Подвал)" "key" => string(22) "block1_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block2_fa_class_footer" => array(6) ( "id" => string(2) "18" "name" => string(50) "Блок 2 - Класс FontAwesome (Подвал)" "key" => string(22) "block2_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block3_fa_class_footer" => array(6) ( "id" => string(2) "19" "name" => string(50) "Блок 3 - Класс FontAwesome (Подвал)" "key" => string(22) "block3_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "block4_fa_class_footer" => array(6) ( "id" => string(2) "20" "name" => string(50) "Блок 4 - Класс FontAwesome (Подвал)" "key" => string(22) "block4_fa_class_footer" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "site_title" => array(6) ( "id" => string(2) "21" "name" => string(27) "Название сайта" "key" => string(10) "site_title" "page_props_type_id" => string(1) "5" "controller" => string(16) "Params_ParamText" "value" => NULL ) "site_logo" => array(6) ( "id" => string(2) "24" "name" => string(19) "Лого сайта" "key" => string(9) "site_logo" "page_props_type_id" => string(1) "8" "controller" => string(16) "Params_ParamFile" "value" => NULL ) "site_contacts_header" => array(6) ( "id" => string(2) "25" "name" => string(29) "Контакты (Шапка)" "key" => string(20) "site_contacts_header" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => string(2430) "<table border="0" cellpadding="1" cellspacing="1" style="background:rgb(242, 235, 242) !important; border-collapse:collapse; bor …" ) "requisite" => array(6) ( "id" => string(2) "26" "name" => string(18) "Реквизиты" "key" => string(9) "requisite" "page_props_type_id" => string(1) "7" "controller" => string(20) "Params_ParamCKeditor" "value" => NULL ) ) "seosettings" => array(3) ( "code_header" => string(0) "" "code_footer" => string(842) "<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||fu …" "robots" => string(301) "User-agent: * Disallow: /index Disallow: /admin Disallow: /ckfinder Disallow: /cart Disallow: /account/restore Disallow: /accou …" ) "css_folder" => string(4) "css/" "js_folder" => string(3) "js/" "img_folder" => NULL "cart_info" => object View(2)
protected path => array(1) ( 0 => array(8) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" ) ) protected page => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) protected user => NULL protected roles => NULL protected modules => NULL protected auth => NULL protected userMessageCount => NULL protected title => NULL protected subtitle => NULL public auto_render => bool TRUE public request => object Request(20){ protected _file => string(94) "/var/www/magiray.by/data/www/magiray.by/modules/productmanager/views/index/cart/v_i_c_info.php" protected _data => array(8) ( "cart" => array(0) "products" => array(0) "count" => integer 0 "sum" => integer 0 "main_currency" => array(6) ( "id" => string(1) "1" "main" => string(1) "1" "course" => string(6) "0.0000" "name" => string(18) "Бел. рубль" "short_name" => string(3) "BYN" "number_format" => string(17) "{VALUE:2} руб." ) "deliveries" => array(1) ( 0 => array(4) ( "id" => string(1) "2" "name" => string(34) "Доставка по Минску" "max_price" => string(6) "0.0000" "cost" => string(6) "5.0000" ) ) "user" => NULL "config" => object Config_Group(4)
"cart_mini" => object View(2){ public show_vat => bool FALSE public show_price => bool TRUE public vat => float 0,2 public no_delivery => bool TRUE }
) }{ protected _file => string(94) "/var/www/magiray.by/data/www/magiray.by/modules/productmanager/views/index/cart/v_i_c_mini.php" protected _data => array(8) ( "cart" => array(0) "products" => array(0) "count" => integer 0 "sum" => integer 0 "main_currency" => array(6) ( "id" => string(1) "1" "main" => string(1) "1" "course" => string(6) "0.0000" "name" => string(18) "Бел. рубль" "short_name" => string(3) "BYN" "number_format" => string(17) "{VALUE:2} руб." ) "deliveries" => array(1) ( 0 => array(4) ( "id" => string(1) "2" "name" => string(34) "Доставка по Минску" "max_price" => string(6) "0.0000" "cost" => string(6) "5.0000" ) ) "user" => NULL "config" => object Config_Group(4)
"scripts_top" => array(2) ( 0 => string(50) "libs/layersslider/jquery.themepunch.plugins.min.js" 1 => string(53) "libs/layersslider/jquery.themepunch.revolution.min.js" ) "scripts_bottom" => array(8) ( 0 => string(31) "libs/bootstrap/bootstrap.min.js" 1 => string(14) "bootbox.min.js" 2 => string(9) "common.js" 3 => string(15) "lexus-common.js" 4 => string(15) "lightbox.min.js" 5 => string(9) "custom.js" 6 => string(10) "message.js" 7 => string(7) "cart.js" ) "content" => object View(2){ public show_vat => bool FALSE public show_price => bool TRUE public vat => float 0,2 public no_delivery => bool TRUE }
) }{ protected _file => string(97) "/var/www/magiray.by/data/www/magiray.by/modules/hod/views/index/pagetypes/v_i_page_type_index.php" protected _data => array(4) ( "page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "params" => array(2) ( 1 => array(6) ( "value" => string(3872) "<p style="text-align:center"><u><span style="font-size:18px"><span style="color:#B22222"><strong>Уважаемые клиенты!</strong></sp …" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "1" "prop_name" => string(20) "Содержание" "language_id" => string(1) "1" ) 6 => array(6) ( "value" => string(0) "" "type_name" => string(8) "CKeditor" "type_controller" => string(20) "Params_ParamCKeditor" "prop_id" => string(1) "6" "prop_name" => string(46) "Содержание - нижняя часть" "language_id" => string(1) "1" ) ) "childs" => array(0) "pagination" => array(6) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "total_items" => integer 0 "items_per_page" => string(1) "0" "view" => string(19) "pagination/floating" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) ) }
"page" => array(9) ( "id" => string(1) "1" "parent_id" => NULL "order" => string(1) "1" "page_type_id" => string(1) "1" "pagination" => string(1) "0" "date" => string(19) "2022-06-20 12:23:57" "slug" => string(5) "index" "url" => string(6) "/index" "info" => array(9) ( "page_id" => string(1) "1" "language_id" => string(1) "1" "name" => string(14) "Главная" "title" => string(93) "Интернет магазин профессиональной косметики - Magiray" "meta_keywords" => string(101) "Профессиональная косметика из Израиля magiray. цены и фото" "meta_description" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "seotitle" => string(102) "Профессиональная косметика из Израиля, magiray. цены и фото" "public" => string(1) "1" "public_sm" => string(1) "1" ) ) "widgets" => array(3) ( "Breadcrumbs" => string(0) "" "PopularGoods" => object Response(5){ protected _status => integer 500 protected _header => object HTTP_Header(1)
"BannersFooter" => object Response(5){ public content-type => string(24) "text/html; charset=utf-8" }
protected _body => string(114090) "<style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; …" protected _cookies => array(0) protected _protocol => NULL }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) "bodyClass" => string(21) "page page-common-home" ) }{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }{ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(6)
public response => object Response(5){ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(16) "(<lang>/)(<url>)" protected _regex => array(2) ( "url" => string(2) ".*" "lang" => string(2) "()" ) protected _defaults => array(5) ( "directory" => string(5) "index" "controller" => string(5) "pages" "action" => string(5) "index" "url" => string(5) "index" "lang" => string(2) "ru" ) protected _route_regex => string(40) "#^(?:(?P<lang>())/)?(?:(?P<url>.*))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "Pages" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "url" => string(5) "index" ) protected _get => array(2) ( "filter" => array(1) ( "popular" => integer 1 ) "order" => string(5) "order" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }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(20)
{ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(6)
{ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(16) "(<lang>/)(<url>)" protected _regex => array(2) ( "url" => string(2) ".*" "lang" => string(2) "()" ) protected _defaults => array(5) ( "directory" => string(5) "index" "controller" => string(5) "pages" "action" => string(5) "index" "url" => string(5) "index" "lang" => string(2) "ru" ) protected _route_regex => string(40) "#^(?:(?P<lang>())/)?(?:(?P<url>.*))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "Pages" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "url" => string(5) "index" ) protected _get => array(2) ( "filter" => array(1) ( "popular" => integer 1 ) "order" => string(5) "order" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }109 $orig_response = $response = Response::factory(); 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))
-
MODPATH/multilang/classes/Multilang/Request.php [ 174 ] » Kohana_Request_Client->execute(arguments)
0
object Request(20)
{ public module_name => string(0) "" protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(6)
{ public lang => string(2) "ru" protected _filters => array(0) protected _uri => string(16) "(<lang>/)(<url>)" protected _regex => array(2) ( "url" => string(2) ".*" "lang" => string(2) "()" ) protected _defaults => array(5) ( "directory" => string(5) "index" "controller" => string(5) "pages" "action" => string(5) "index" "url" => string(5) "index" "lang" => string(2) "ru" ) protected _route_regex => string(40) "#^(?:(?P<lang>())/)?(?:(?P<url>.*))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "Pages" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "url" => string(5) "index" ) protected _get => array(2) ( "filter" => array(1) ( "popular" => integer 1 ) "order" => string(5) "order" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}169 } else { 170 Request::$lang = $this->param('lang'); 171 } 172 Multilang::init(); 173 174 return $this->_client->execute($this); 175 } 176 177 }
-
DOCROOT/index.php [ 127 ] » Multilang_Request->execute()
122 /** 123 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 124 * If no source is specified, the URI will be automatically detected. 125 */ 126 echo Request::factory(TRUE, array(), FALSE) 127 ->execute() 128 ->send_headers(TRUE) 129 ->body(); 130 }
Environment
Included files (219)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
DOCROOT/vendor/autoload.php |
DOCROOT/vendor/composer/autoload_real.php |
DOCROOT/vendor/composer/ClassLoader.php |
DOCROOT/vendor/composer/include_paths.php |
DOCROOT/vendor/composer/autoload_namespaces.php |
DOCROOT/vendor/composer/autoload_psr4.php |
DOCROOT/vendor/composer/autoload_classmap.php |
DOCROOT/vendor/composer/autoload_files.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.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 |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
APPPATH/classes/Params/ParamSelect.php |
APPPATH/classes/Params/Param.php |
APPPATH/classes/Params/ParamCKeditor.php |
APPPATH/classes/Params/ParamFormMessage.php |
APPPATH/classes/Params/ParamText.php |
APPPATH/classes/Params/ParamRadio.php |
APPPATH/classes/Params/ParamForm.php |
APPPATH/classes/Params/ParamCheckbox.php |
APPPATH/classes/Params/ParamCategory.php |
APPPATH/classes/Params/ParamFile.php |
APPPATH/classes/Params/ParamTextarea.php |
APPPATH/classes/Params/ParamGallery.php |
MODPATH/multilang/init.php |
APPPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
MODPATH/multilang/config/multilang.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/multilang/classes/Multilang.php |
MODPATH/multilang/classes/Multilang/Core.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Language.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 |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/mysqli/classes/Database/MySQLi.php |
MODPATH/mysqli/classes/Kohana/Database/MySQLi.php |
MODPATH/mysqli/classes/Database/MySQLi/Result.php |
MODPATH/mysqli/classes/Kohana/Database/MySQLi/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.php |
MODPATH/account/init.php |
MODPATH/multilang/classes/Route.php |
MODPATH/multilang/classes/Multilang/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/email/init.php |
MODPATH/email/vendor/swiftmailer/lib/swift_required.php |
MODPATH/email/vendor/swiftmailer/lib/classes/Swift.php |
MODPATH/flexiblemigrations/init.php |
MODPATH/flexiblemigrations/classes/Flexiblemigrations.php |
MODPATH/flexiblemigrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/flexiblemigrations/config/flexiblemigrations.php |
MODPATH/newsletter/init.php |
MODPATH/paysystem/init.php |
MODPATH/phpexcel/init.php |
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel.php |
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel/Autoloader.php |
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel/Shared/String.php |
MODPATH/productmanager/init.php |
MODPATH/productmanager/classes/ProductManager.php |
MODPATH/productmanager/classes/HOD/ProductManager.php |
MODPATH/productmanager/config/productmanager.php |
MODPATH/search/init.php |
MODPATH/multilang/classes/Request.php |
MODPATH/multilang/classes/Multilang/Request.php |
MODPATH/hod/classes/HOD/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/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/Index/Pages.php |
APPPATH/classes/Controller/Index.php |
APPPATH/classes/Controller/Base.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
APPPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/auth/classes/Auth.php |
MODPATH/auth/classes/Kohana/Auth.php |
MODPATH/auth/config/auth.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
MODPATH/orm/classes/Auth/ORM.php |
MODPATH/orm/classes/Kohana/Auth/ORM.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
MODPATH/hod/config/main.php |
APPPATH/classes/Model/Setting.php |
MODPATH/database/classes/Database/Query/Builder/Join.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Join.php |
APPPATH/classes/Model/Seo.php |
MODPATH/productmanager/classes/Helper/Cart.php |
MODPATH/productmanager/classes/Service/Cart.php |
MODPATH/hod/classes/HOD/Service.php |
MODPATH/hod/classes/HOD/Helper.php |
MODPATH/productmanager/classes/Helper/Shop.php |
MODPATH/productmanager/classes/Service/Currency.php |
MODPATH/productmanager/classes/Model/ProductCurrency.php |
MODPATH/hod/classes/HOD/Model.php |
MODPATH/productmanager/classes/Model/Delivery.php |
MODPATH/database/classes/Database/Expression.php |
MODPATH/database/classes/Kohana/Database/Expression.php |
MODPATH/productmanager/config/order.php |
APPPATH/classes/Model/Page.php |
MODPATH/pagination/config/pagination.php |
MODPATH/pagination/classes/Pagination.php |
MODPATH/pagination/classes/Kohana/Pagination.php |
APPPATH/classes/Model/Type.php |
APPPATH/classes/Widget.php |
MODPATH/productmanager/classes/Controller/Widgets/PopularGoods.php |
APPPATH/classes/Controller/Widgets.php |
SYSPATH/classes/View/Exception.php |
SYSPATH/classes/Kohana/View/Exception.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
APPPATH/i18n/ru.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
APPPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
APPPATH/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/classes/Controller/Widgets/BannersFooter.php |
APPPATH/classes/Model/Imagearchive.php |
MODPATH/hod/views/index/widgets/w_i_banners.php |
APPPATH/classes/Helper/Template.php |
MODPATH/hod/views/index/v_i_index.php |
MODPATH/productmanager/classes/Controller/Widgets/Compare.php |
MODPATH/account/classes/Controller/Widgets/AccountMenu.php |
MODPATH/account/views/index/widgets/w_i_account_menu.php |
MODPATH/multilang/classes/URL.php |
MODPATH/multilang/classes/Multilang/URL.php |
SYSPATH/classes/Kohana/URL.php |
MODPATH/productmanager/views/index/cart/v_i_c_info.php |
MODPATH/productmanager/views/index/cart/v_i_c_mini.php |
MODPATH/productmanager/classes/Controller/Widgets/CurrencySelect.php |
MODPATH/productmanager/views/index/widgets/w_i_currency_select.php |
MODPATH/search/classes/Controller/Widgets/Search.php |
MODPATH/search/classes/Service/Search.php |
MODPATH/search/classes/Model/Search.php |
MODPATH/search/views/index/widgets/w_i_search.php |
APPPATH/classes/Controller/Widgets/MenuTop.php |
APPPATH/classes/Model/Menu.php |
MODPATH/productmanager/classes/Model/ProductCategory.php |
MODPATH/productmanager/classes/Model/ProductMenu.php |
MODPATH/hod/views/index/widgets/w_i_menu_top.php |
MODPATH/hod/views/index/widgets/w_i_menu_top_root.php |
MODPATH/hod/views/index/widgets/w_i_menu_top_child.php |
MODPATH/productmanager/classes/Controller/Widgets/Catalog.php |
MODPATH/productmanager/classes/Helper/Catalog.php |
MODPATH/productmanager/classes/Service/Category.php |
MODPATH/productmanager/classes/Model/Product.php |
MODPATH/productmanager/views/index/widgets/w_i_catalog.php |
MODPATH/productmanager/views/index/catalog/v_i_c_menu_root.php |
MODPATH/productmanager/views/index/catalog/v_i_c_menu_child.php |
MODPATH/productmanager/classes/Controller/Widgets/Filter.php |
APPPATH/classes/Controller/Widgets/Slider.php |
MODPATH/hod/views/index/widgets/w_i_slider.php |
APPPATH/classes/Functions.php |
MODPATH/hod/views/index/pagetypes/v_i_page_type_index.php |
APPPATH/classes/Controller/Widgets/MainGoods.php |
MODPATH/productmanager/classes/Model/ProductParameter.php |
MODPATH/productmanager/classes/Model/ProductParameterType.php |
MODPATH/productmanager/classes/Service/Parameter.php |
MODPATH/productmanager/classes/Model/ProductImage.php |
MODPATH/productmanager/classes/Model/ProductBrand.php |
MODPATH/database/classes/Database/Exception.php |
MODPATH/database/classes/Kohana/Database/Exception.php |
Loaded extensions (46)
Core |
date |
ereg |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bz2 |
calendar |
ctype |
hash |
fileinfo |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
pcntl |
session |
standard |
readline |
Reflection |
Phar |
shmop |
SimpleXML |
sockets |
mbstring |
tokenizer |
xml |
cgi-fcgi |
mysqlnd |
PDO |
curl |
dom |
gd |
json |
exif |
mcrypt |
mysqli |
pdo_mysql |
soap |
ssh2 |
xmlrpc |
mhash |
$_SERVER
SERVER_SIGNATURE |
string(0) "" |
UNIQUE_ID |
string(27) "Yrp76KaTvhrR19wo2NZ58AAAAAY" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
PHPRC |
string(42) "/var/www/magiray.by/data/php-bin-isp-php56" |
SERVER_PORT |
string(2) "80" |
HTTP_HOST |
string(10) "magiray.by" |
PHP_INI_SCAN_DIR |
string(54) "/var/www/magiray.by/data/php-bin-isp-php56/magiray.by:" |
REDIRECT_HANDLER |
string(24) "application/x-httpd-php5" |
DOCUMENT_ROOT |
string(39) "/var/www/magiray.by/data/www/magiray.by" |
SCRIPT_FILENAME |
string(49) "/var/www/magiray.by/data/www/magiray.by/index.php" |
HTTPS |
string(2) "on" |
REQUEST_URI |
string(1) "/" |
SCRIPT_NAME |
string(10) "/index.php" |
HTTP_CONNECTION |
string(5) "close" |
REMOTE_PORT |
string(5) "48592" |
PATH |
string(28) "/usr/local/bin:/usr/bin:/bin" |
CONTEXT_PREFIX |
string(9) "/php-bin/" |
PWD |
string(48) "/var/www/php-bin-isp-php56/magiray.by/magiray.by" |
SERVER_ADMIN |
string(20) "webmaster@magiray.by" |
REQUEST_SCHEME |
string(4) "http" |
REDIRECT_STATUS |
string(3) "200" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
REMOTE_ADDR |
string(12) "44.192.94.86" |
SHLVL |
string(1) "0" |
SERVER_NAME |
string(10) "magiray.by" |
SERVER_SOFTWARE |
string(68) "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.16" |
QUERY_STRING |
string(0) "" |
SERVER_ADDR |
string(9) "127.0.0.1" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
HTTP_X_FORWARDED_PORT |
string(3) "443" |
SERVER_PROTOCOL |
string(8) "HTTP/1.0" |
HTTP_ACCEPT_ENCODING |
string(7) "br,gzip" |
REDIRECT_URL |
string(10) "/index.php" |
REQUEST_METHOD |
string(3) "GET" |
CONTEXT_DOCUMENT_ROOT |
string(49) "/var/www/php-bin-isp-php56/magiray.by/magiray.by/" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
ORIG_SCRIPT_FILENAME |
string(52) "/var/www/php-bin-isp-php56/magiray.by/magiray.by/php" |
ORIG_PATH_INFO |
string(10) "/index.php" |
ORIG_PATH_TRANSLATED |
string(49) "/var/www/magiray.by/data/www/magiray.by/index.php" |
ORIG_SCRIPT_NAME |
string(12) "/php-bin/php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1656388584,2022 |
REQUEST_TIME |
integer 1656388584 |