Illuminate \ Database \ QueryException (42000)
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46 (SQL: SELECT catalog_product_params.`alias` as catalog_product_params__alias , catalog_product_params.`catalog_product_param_filterstyle_id` as catalog_product_params__catalog_product_param_filterstyle_id , catalog_product_params.`catalog_product_param_type_id` as catalog_product_params__catalog_product_param_type_id , catalog_product_params.`catalog_product_param_unit_id` as catalog_product_params__catalog_product_param_unit_id , catalog_product_params.`cms_imagesaver_rule_id` as catalog_product_params__cms_imagesaver_rule_id , catalog_product_params.`id` as catalog_product_params__id , catalog_product_params.`in_admin_filter` as catalog_product_params__in_admin_filter , catalog_product_params.`in_admin_grid` as catalog_product_params__in_admin_grid , catalog_product_params.`order` as catalog_product_params__order , catalog_product_params.`order_filter` as catalog_product_params__order_filter, catalog_product_param_types.`alias` as catalog_product_param_types__alias , catalog_product_param_types.`catalog_product_param_type_view_id` as catalog_product_param_types__catalog_product_param_type_view_id , catalog_product_param_types.`cms_mutate_id` as catalog_product_param_types__cms_mutate_id , catalog_product_param_types.`cms_validate_id` as catalog_product_param_types__cms_validate_id , catalog_product_param_types.`description` as catalog_product_param_types__description , catalog_product_param_types.`id` as catalog_product_param_types__id , catalog_product_param_types.`is_enum` as catalog_product_param_types__is_enum , catalog_product_param_types.`is_image` as catalog_product_param_types__is_image , catalog_product_param_types.`is_langs` as catalog_product_param_types__is_langs , catalog_product_param_types.`is_link_iblock` as catalog_product_param_types__is_link_iblock , catalog_product_param_types.`is_link_product` as catalog_product_param_types__is_link_product , catalog_product_param_types.`is_multiple` as catalog_product_param_types__is_multiple , catalog_product_param_types.`order` as catalog_product_param_types__order, catalog_product_param_langs.`catalog_product_param_id` as catalog_product_param_langs__catalog_product_param_id , catalog_product_param_langs.`cms_language_id` as catalog_product_param_langs__cms_language_id , catalog_product_param_langs.`id` as catalog_product_param_langs__id , catalog_product_param_langs.`name` as catalog_product_param_langs__name , catalog_product_param_langs.`name_filter` as catalog_product_param_langs__name_filter , catalog_product_param_langs.`name_short` as catalog_product_param_langs__name_short , catalog_product_param_langs.`placeholder_info` as catalog_product_param_langs__placeholder_info , catalog_product_param_langs.`tooltip_info` as catalog_product_param_langs__tooltip_info, catalog_product_param_enums.`active` as catalog_product_param_enums__active , catalog_product_param_enums.`alias` as catalog_product_param_enums__alias , catalog_product_param_enums.`catalog_product_param_id` as catalog_product_param_enums__catalog_product_param_id , catalog_product_param_enums.`id` as catalog_product_param_enums__id , catalog_product_param_enums.`order` as catalog_product_param_enums__order, catalog_product_param_enum_langs.`catalog_product_param_enum_id` as catalog_product_param_enum_langs__catalog_product_param_enum_id , catalog_product_param_enum_langs.`cms_language_id` as catalog_product_param_enum_langs__cms_language_id , catalog_product_param_enum_langs.`id` as catalog_product_param_enum_langs__id , catalog_product_param_enum_langs.`value` as catalog_product_param_enum_langs__value , catalog_product_param_enum_langs.`value_filter` as catalog_product_param_enum_langs__value_filter , catalog_product_param_enum_langs.`value_list` as catalog_product_param_enum_langs__value_list, catalog_product_param_unit_langs.`catalog_product_param_unit_id` as catalog_product_param_unit_langs__catalog_product_param_unit_id , catalog_product_param_unit_langs.`cms_language_id` as catalog_product_param_unit_langs__cms_language_id , catalog_product_param_unit_langs.`id` as catalog_product_param_unit_langs__id , catalog_product_param_unit_langs.`name` as catalog_product_param_unit_langs__name, catalog_product_param_filterstyles.`alias` as catalog_product_param_filterstyles__alias , catalog_product_param_filterstyles.`description` as catalog_product_param_filterstyles__description , catalog_product_param_filterstyles.`id` as catalog_product_param_filterstyles__id , catalog_product_param_filterstyles.`view` as catalog_product_param_filterstyles__view, max(catalog_product_param_values.digit_val) as catalog_product_param_values__max_digit, min(catalog_product_param_values.digit_val) as catalog_product_param_values__min_digit, min(catalog_product_param_values.from_digit_val) as catalog_product_param_values__from_digit_val FROM catalog_product_params left join catalog_product_param_langs on catalog_product_param_langs.catalog_product_param_id = catalog_product_params.id and catalog_product_param_langs.cms_language_id = 1 INNER JOIN catalog_product_param_types ON catalog_product_param_types.id = catalog_product_params.catalog_product_param_type_id AND( catalog_product_param_types.is_enum = 1 ) INNER JOIN catalog_product_param_values ON catalog_product_param_values.catalog_product_param_id = catalog_product_params.id and ( catalog_product_param_values.catalog_product_param_enum_id is not null ) left JOIN catalog_product_param_filterstyles ON catalog_product_params.catalog_product_param_filterstyle_id = catalog_product_param_filterstyles.id INNER JOIN catalog_products ON catalog_products.id = catalog_product_param_values.catalog_product_id AND ( `catalog_products`.`cms_structure_id` in ('6625') and `catalog_products`.`active` = '1' and exists (select * from `catalog_product_offers` where `catalog_products`.`id` = `catalog_product_offers`.`catalog_product_id` and `active` = '1' and exists (select * from `catalog_product_offer_prices` where `catalog_product_offers`.`id` = `catalog_product_offer_prices`.`catalog_product_offer_id` and `price` != '0' and `catalog_product_offer_price_type_id` = '1')) ) INNER JOIN catalog_product_types ON catalog_product_types.id = catalog_products.catalog_product_type_id INNER JOIN catalog_product_param_groups ON catalog_product_param_groups.catalog_product_type_id IN () OR catalog_product_param_groups.is_general = 1 INNER JOIN catalog_product_param_groups_catalog_product_params ON catalog_product_param_groups_catalog_product_params.catalog_product_param_group_id = catalog_product_param_groups.id AND catalog_product_param_groups_catalog_product_params.catalog_product_param_id = catalog_product_params.id and ( catalog_product_param_groups_catalog_product_params.in_filter = 1 ) inner join catalog_product_param_enums on catalog_product_param_enums.id = catalog_product_param_values.catalog_product_param_enum_id left join catalog_product_param_enum_langs on catalog_product_param_enum_langs.catalog_product_param_enum_id = catalog_product_param_enums.id and catalog_product_param_enum_langs.cms_language_id = 1 left join catalog_product_param_filters on catalog_product_param_filters.catalog_product_param_id = catalog_product_params.id and catalog_product_param_filters.cms_structure_id = 6625 left join catalog_product_param_unit_langs on catalog_product_param_unit_langs.catalog_product_param_unit_id = catalog_product_params.catalog_product_param_unit_id and catalog_product_param_unit_langs.cms_language_id = 1 group by catalog_product_params.id, catalog_product_param_enums.id order by catalog_product_param_filters.order asc, catalog_product_params.order_filter asc, catalog_product_param_enums.order asc )
Previous exceptions
  • SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46 (42000)
  • SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46 (42000)
Illuminate\Database\QueryException thrown with message "SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46 (SQL: SELECT catalog_product_params.`alias` as catalog_product_params__alias , catalog_product_params.`catalog_product_param_filterstyle_id` as catalog_product_params__catalog_product_param_filterstyle_id , catalog_product_params.`catalog_product_param_type_id` as catalog_product_params__catalog_product_param_type_id , catalog_product_params.`catalog_product_param_unit_id` as catalog_product_params__catalog_product_param_unit_id , catalog_product_params.`cms_imagesaver_rule_id` as catalog_product_params__cms_imagesaver_rule_id , catalog_product_params.`id` as catalog_product_params__id , catalog_product_params.`in_admin_filter` as catalog_product_params__in_admin_filter , catalog_product_params.`in_admin_grid` as catalog_product_params__in_admin_grid , catalog_product_params.`order` as catalog_product_params__order , catalog_product_params.`order_filter` as catalog_product_params__order_filter, catalog_product_param_types.`alias` as catalog_product_param_types__alias , catalog_product_param_types.`catalog_product_param_type_view_id` as catalog_product_param_types__catalog_product_param_type_view_id , catalog_product_param_types.`cms_mutate_id` as catalog_product_param_types__cms_mutate_id , catalog_product_param_types.`cms_validate_id` as catalog_product_param_types__cms_validate_id , catalog_product_param_types.`description` as catalog_product_param_types__description , catalog_product_param_types.`id` as catalog_product_param_types__id , catalog_product_param_types.`is_enum` as catalog_product_param_types__is_enum , catalog_product_param_types.`is_image` as catalog_product_param_types__is_image , catalog_product_param_types.`is_langs` as catalog_product_param_types__is_langs , catalog_product_param_types.`is_link_iblock` as catalog_product_param_types__is_link_iblock , catalog_product_param_types.`is_link_product` as catalog_product_param_types__is_link_product , catalog_product_param_types.`is_multiple` as catalog_product_param_types__is_multiple , catalog_product_param_types.`order` as catalog_product_param_types__order, catalog_product_param_langs.`catalog_product_param_id` as catalog_product_param_langs__catalog_product_param_id , catalog_product_param_langs.`cms_language_id` as catalog_product_param_langs__cms_language_id , catalog_product_param_langs.`id` as catalog_product_param_langs__id , catalog_product_param_langs.`name` as catalog_product_param_langs__name , catalog_product_param_langs.`name_filter` as catalog_product_param_langs__name_filter , catalog_product_param_langs.`name_short` as catalog_product_param_langs__name_short , catalog_product_param_langs.`placeholder_info` as catalog_product_param_langs__placeholder_info , catalog_product_param_langs.`tooltip_info` as catalog_product_param_langs__tooltip_info, catalog_product_param_enums.`active` as catalog_product_param_enums__active , catalog_product_param_enums.`alias` as catalog_product_param_enums__alias , catalog_product_param_enums.`catalog_product_param_id` as catalog_product_param_enums__catalog_product_param_id , catalog_product_param_enums.`id` as catalog_product_param_enums__id , catalog_product_param_enums.`order` as catalog_product_param_enums__order, catalog_product_param_enum_langs.`catalog_product_param_enum_id` as catalog_product_param_enum_langs__catalog_product_param_enum_id , catalog_product_param_enum_langs.`cms_language_id` as catalog_product_param_enum_langs__cms_language_id , catalog_product_param_enum_langs.`id` as catalog_product_param_enum_langs__id , catalog_product_param_enum_langs.`value` as catalog_product_param_enum_langs__value , catalog_product_param_enum_langs.`value_filter` as catalog_product_param_enum_langs__value_filter , catalog_product_param_enum_langs.`value_list` as catalog_product_param_enum_langs__value_list, catalog_product_param_unit_langs.`catalog_product_param_unit_id` as catalog_product_param_unit_langs__catalog_product_param_unit_id , catalog_product_param_unit_langs.`cms_language_id` as catalog_product_param_unit_langs__cms_language_id , catalog_product_param_unit_langs.`id` as catalog_product_param_unit_langs__id , catalog_product_param_unit_langs.`name` as catalog_product_param_unit_langs__name, catalog_product_param_filterstyles.`alias` as catalog_product_param_filterstyles__alias , catalog_product_param_filterstyles.`description` as catalog_product_param_filterstyles__description , catalog_product_param_filterstyles.`id` as catalog_product_param_filterstyles__id , catalog_product_param_filterstyles.`view` as catalog_product_param_filterstyles__view, max(catalog_product_param_values.digit_val) as catalog_product_param_values__max_digit, min(catalog_product_param_values.digit_val) as catalog_product_param_values__min_digit, min(catalog_product_param_values.from_digit_val) as catalog_product_param_values__from_digit_val FROM catalog_product_params left join catalog_product_param_langs on catalog_product_param_langs.catalog_product_param_id = catalog_product_params.id and catalog_product_param_langs.cms_language_id = 1 INNER JOIN catalog_product_param_types ON catalog_product_param_types.id = catalog_product_params.catalog_product_param_type_id AND( catalog_product_param_types.is_enum = 1 ) INNER JOIN catalog_product_param_values ON catalog_product_param_values.catalog_product_param_id = catalog_product_params.id and ( catalog_product_param_values.catalog_product_param_enum_id is not null ) left JOIN catalog_product_param_filterstyles ON catalog_product_params.catalog_product_param_filterstyle_id = catalog_product_param_filterstyles.id INNER JOIN catalog_products ON catalog_products.id = catalog_product_param_values.catalog_product_id AND ( `catalog_products`.`cms_structure_id` in ('6625') and `catalog_products`.`active` = '1' and exists (select * from `catalog_product_offers` where `catalog_products`.`id` = `catalog_product_offers`.`catalog_product_id` and `active` = '1' and exists (select * from `catalog_product_offer_prices` where `catalog_product_offers`.`id` = `catalog_product_offer_prices`.`catalog_product_offer_id` and `price` != '0' and `catalog_product_offer_price_type_id` = '1')) ) INNER JOIN catalog_product_types ON catalog_product_types.id = catalog_products.catalog_product_type_id INNER JOIN catalog_product_param_groups ON catalog_product_param_groups.catalog_product_type_id IN () OR catalog_product_param_groups.is_general = 1 INNER JOIN catalog_product_param_groups_catalog_product_params ON catalog_product_param_groups_catalog_product_params.catalog_product_param_group_id = catalog_product_param_groups.id AND catalog_product_param_groups_catalog_product_params.catalog_product_param_id = catalog_product_params.id and ( catalog_product_param_groups_catalog_product_params.in_filter = 1 ) inner join catalog_product_param_enums on catalog_product_param_enums.id = catalog_product_param_values.catalog_product_param_enum_id left join catalog_product_param_enum_langs on catalog_product_param_enum_langs.catalog_product_param_enum_id = catalog_product_param_enums.id and catalog_product_param_enum_langs.cms_language_id = 1 left join catalog_product_param_filters on catalog_product_param_filters.catalog_product_param_id = catalog_product_params.id and catalog_product_param_filters.cms_structure_id = 6625 left join catalog_product_param_unit_langs on catalog_product_param_unit_langs.catalog_product_param_unit_id = catalog_product_params.catalog_product_param_unit_id and catalog_product_param_unit_langs.cms_language_id = 1 group by catalog_product_params.id, catalog_product_param_enums.id order by catalog_product_param_filters.order asc, catalog_product_params.order_filter asc, catalog_product_param_enums.order asc )" Stacktrace: #80 Illuminate\Database\QueryException in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 #79 Doctrine\DBAL\Driver\PDOException in /home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:66 #78 PDOException in /home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:64 #77 PDO:prepare in /home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:64 #76 Doctrine\DBAL\Driver\PDOConnection:prepare in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:326 #75 Illuminate\Database\Connection:Illuminate\Database\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 #74 Illuminate\Database\Connection:runQueryCallback in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 #73 Illuminate\Database\Connection:run in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 #72 Illuminate\Database\Connection:select in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php:349 #71 Illuminate\Database\DatabaseManager:__call in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:239 #70 Illuminate\Support\Facades\Facade:__callStatic in /home/belmss/web/belms.ru/public_html/app/Libs/Cms/Components/FilterProduct.php:288 #69 App\Libs\Cms\Components\FilterProduct:getParams in /home/belmss/web/belms.ru/public_html/app/Libs/Cms/Components/FilterProduct.php:93 #68 App\Libs\Cms\Components\FilterProduct:_render in /home/belmss/web/belms.ru/public_html/app/Libs/Cms/Interfaces/ComponentInterface.php:120 #67 App\Libs\Cms\Interfaces\ComponentInterface:_renderQueueCached in /home/belmss/web/belms.ru/public_html/app/Libs/Cms/Interfaces/ComponentInterface.php:362 #66 App\Libs\Cms\Interfaces\ComponentInterface:render in /home/belmss/web/belms.ru/public_html/app/Libs/Cms/CmsPositions.php:55 #65 App\Libs\Cms\CmsPositions:structurePositions in /home/belmss/web/belms.ru/public_html/app/Http/Controllers/ControllerFrontendTemplate.php:173 #64 App\Http\Controllers\ControllerFrontendTemplate:_after in /home/belmss/web/belms.ru/public_html/app/Http/Controllers/ControllerFrontendTemplate.php:131 #63 App\Http\Controllers\ControllerFrontendTemplate:callAction in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 #62 Illuminate\Routing\ControllerDispatcher:dispatch in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:219 #61 Illuminate\Routing\Route:runController in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:176 #60 Illuminate\Routing\Route:run in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:680 #59 Illuminate\Routing\Router:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 #58 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/app/Http/Middleware/IsUserOnline.php:28 #57 App\Http\Middleware\IsUserOnline:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #56 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #55 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/app/Http/Middleware/Locale.php:63 #54 App\Http\Middleware\Locale:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #53 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #52 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 #51 Illuminate\Routing\Middleware\SubstituteBindings:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #50 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #49 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/app/Http/Middleware/VerifyCsrfToken.php:28 #48 App\Http\Middleware\VerifyCsrfToken:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #47 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #46 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 #45 Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #44 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #43 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 #42 Illuminate\Cookie\Middleware\EncryptCookies:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #41 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #40 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 #39 Illuminate\Pipeline\Pipeline:then in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:682 #38 Illuminate\Routing\Router:runRouteWithinStack in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:657 #37 Illuminate\Routing\Router:runRoute in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:623 #36 Illuminate\Routing\Router:dispatchToRoute in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:612 #35 Illuminate\Routing\Router:dispatch in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 #34 Illuminate\Foundation\Http\Kernel:Illuminate\Foundation\Http\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 #33 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/bavix/laravel-xhprof/src/Middleware/XHProfMiddleware.php:19 #32 Bavix\XHProf\Middleware\XHProfMiddleware:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #31 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #30 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 #29 Barryvdh\Debugbar\Middleware\InjectDebugbar:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #28 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #27 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/app/Http/Middleware/Language.php:23 #26 App\Http\Middleware\Language:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #25 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #24 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 #23 Illuminate\View\Middleware\ShareErrorsFromSession:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #22 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #21 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:56 #20 Illuminate\Session\Middleware\StartSession:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #19 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #18 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/fideloper/proxy/src/TrustProxies.php:57 #17 Fideloper\Proxy\TrustProxies:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #16 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #15 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 #14 Illuminate\Foundation\Http\Middleware\TransformsRequest:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #13 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #12 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 #11 Illuminate\Foundation\Http\Middleware\TransformsRequest:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #10 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #9 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 #8 Illuminate\Foundation\Http\Middleware\ValidatePostSize:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #7 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #6 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 #5 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode:handle in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 #4 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 #3 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 #2 Illuminate\Pipeline\Pipeline:then in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 #1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 #0 Illuminate\Foundation\Http\Kernel:handle in /home/belmss/web/belms.ru/public_html/public/index.php:63
80
Illuminate\Database\QueryException
/vendor/laravel/framework/src/Illuminate/Database/Connection.php664
79
Doctrine\DBAL\Driver\PDOException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php66
78
PDOException
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php64
77
PDO prepare
/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php64
76
Doctrine\DBAL\Driver\PDOConnection prepare
/vendor/laravel/framework/src/Illuminate/Database/Connection.php326
75
Illuminate\Database\Connection Illuminate\Database\{closure}
/vendor/laravel/framework/src/Illuminate/Database/Connection.php657
74
Illuminate\Database\Connection runQueryCallback
/vendor/laravel/framework/src/Illuminate/Database/Connection.php624
73
Illuminate\Database\Connection run
/vendor/laravel/framework/src/Illuminate/Database/Connection.php333
72
Illuminate\Database\Connection select
/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php349
71
Illuminate\Database\DatabaseManager __call
/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php239
70
Illuminate\Support\Facades\Facade __callStatic
/app/Libs/Cms/Components/FilterProduct.php288
69
App\Libs\Cms\Components\FilterProduct getParams
/app/Libs/Cms/Components/FilterProduct.php93
68
App\Libs\Cms\Components\FilterProduct _render
/app/Libs/Cms/Interfaces/ComponentInterface.php120
67
App\Libs\Cms\Interfaces\ComponentInterface _renderQueueCached
/app/Libs/Cms/Interfaces/ComponentInterface.php362
66
App\Libs\Cms\Interfaces\ComponentInterface render
/app/Libs/Cms/CmsPositions.php55
65
App\Libs\Cms\CmsPositions structurePositions
/app/Http/Controllers/ControllerFrontendTemplate.php173
64
App\Http\Controllers\ControllerFrontendTemplate _after
/app/Http/Controllers/ControllerFrontendTemplate.php131
63
App\Http\Controllers\ControllerFrontendTemplate callAction
/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php45
62
Illuminate\Routing\ControllerDispatcher dispatch
/vendor/laravel/framework/src/Illuminate/Routing/Route.php219
61
Illuminate\Routing\Route runController
/vendor/laravel/framework/src/Illuminate/Routing/Route.php176
60
Illuminate\Routing\Route run
/vendor/laravel/framework/src/Illuminate/Routing/Router.php680
59
Illuminate\Routing\Router Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php30
58
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/app/Http/Middleware/IsUserOnline.php28
57
App\Http\Middleware\IsUserOnline handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
56
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
55
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/app/Http/Middleware/Locale.php63
54
App\Http\Middleware\Locale handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
53
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
52
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php41
51
Illuminate\Routing\Middleware\SubstituteBindings handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
50
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
49
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/app/Http/Middleware/VerifyCsrfToken.php28
48
App\Http\Middleware\VerifyCsrfToken handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
47
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
46
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php37
45
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
44
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
43
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php66
42
Illuminate\Cookie\Middleware\EncryptCookies handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
41
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
40
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php104
39
Illuminate\Pipeline\Pipeline then
/vendor/laravel/framework/src/Illuminate/Routing/Router.php682
38
Illuminate\Routing\Router runRouteWithinStack
/vendor/laravel/framework/src/Illuminate/Routing/Router.php657
37
Illuminate\Routing\Router runRoute
/vendor/laravel/framework/src/Illuminate/Routing/Router.php623
36
Illuminate\Routing\Router dispatchToRoute
/vendor/laravel/framework/src/Illuminate/Routing/Router.php612
35
Illuminate\Routing\Router dispatch
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php176
34
Illuminate\Foundation\Http\Kernel Illuminate\Foundation\Http\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php30
33
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/bavix/laravel-xhprof/src/Middleware/XHProfMiddleware.php19
32
Bavix\XHProf\Middleware\XHProfMiddleware handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
31
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
30
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php58
29
Barryvdh\Debugbar\Middleware\InjectDebugbar handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
28
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
27
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/app/Http/Middleware/Language.php23
26
App\Http\Middleware\Language handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
25
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
24
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php49
23
Illuminate\View\Middleware\ShareErrorsFromSession handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
22
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
21
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php56
20
Illuminate\Session\Middleware\StartSession handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
19
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
18
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/fideloper/proxy/src/TrustProxies.php57
17
Fideloper\Proxy\TrustProxies handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
16
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
15
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21
14
Illuminate\Foundation\Http\Middleware\TransformsRequest handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
13
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
12
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21
11
Illuminate\Foundation\Http\Middleware\TransformsRequest handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
10
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
9
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php27
8
Illuminate\Foundation\Http\Middleware\ValidatePostSize handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
7
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
6
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php62
5
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163
4
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53
3
Illuminate\Routing\Pipeline Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php104
2
Illuminate\Pipeline\Pipeline then
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php151
1
Illuminate\Foundation\Http\Kernel sendRequestThroughRouter
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php116
0
Illuminate\Foundation\Http\Kernel handle
/public/index.php63
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
     * @param  array     $bindings
     * @param  \Closure  $callback
     * @return mixed
     *
     * @throws \Illuminate\Database\QueryException
     */
    protected function runQueryCallback($query, $bindings, Closure $callback)
    {
        // To execute the statement, we'll simply call the callback, which will actually
        // run the SQL against the PDO connection. Then we can calculate the time it
        // took to execute and log the query SQL, bindings and time in our memory.
        try {
            $result = $callback($query, $bindings);
        }
 
        // If an exception occurs when attempting to run a query, we'll format the error
        // message to include the bindings with SQL, which will make this exception a
        // lot more helpful to the developer instead of just the database's errors.
        catch (Exception $e) {
            throw new QueryException(
                $query, $this->prepareBindings($bindings), $e
            );
        }
 
        return $result;
    }
 
    /**
     * Log a query in the connection's query log.
     *
     * @param  string  $query
     * @param  array   $bindings
     * @param  float|null  $time
     * @return void
     */
    public function logQuery($query, $bindings, $time = null)
    {
        $this->event(new QueryExecuted($query, $bindings, $time, $this));
 
        if ($this->loggingQueries) {
Arguments
  1. """
    SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1\r\n
    \r\n
                INNER JOIN catal' at line 46 (SQL: SELECT \r\n
                \r\n
                catalog_product_params.`alias` as catalog_product_params__alias , catalog_product_params.`catalog_product_param_filterstyle_id` as catalog_product_params__catalog_product_param_filterstyle_id , catalog_product_params.`catalog_product_param_type_id` as catalog_product_params__catalog_product_param_type_id , catalog_product_params.`catalog_product_param_unit_id` as catalog_product_params__catalog_product_param_unit_id , catalog_product_params.`cms_imagesaver_rule_id` as catalog_product_params__cms_imagesaver_rule_id , catalog_product_params.`id` as catalog_product_params__id , catalog_product_params.`in_admin_filter` as catalog_product_params__in_admin_filter , catalog_product_params.`in_admin_grid` as catalog_product_params__in_admin_grid , catalog_product_params.`order` as catalog_product_params__order , catalog_product_params.`order_filter` as catalog_product_params__order_filter, \r\n
                catalog_product_param_types.`alias` as catalog_product_param_types__alias , catalog_product_param_types.`catalog_product_param_type_view_id` as catalog_product_param_types__catalog_product_param_type_view_id , catalog_product_param_types.`cms_mutate_id` as catalog_product_param_types__cms_mutate_id , catalog_product_param_types.`cms_validate_id` as catalog_product_param_types__cms_validate_id , catalog_product_param_types.`description` as catalog_product_param_types__description , catalog_product_param_types.`id` as catalog_product_param_types__id , catalog_product_param_types.`is_enum` as catalog_product_param_types__is_enum , catalog_product_param_types.`is_image` as catalog_product_param_types__is_image , catalog_product_param_types.`is_langs` as catalog_product_param_types__is_langs , catalog_product_param_types.`is_link_iblock` as catalog_product_param_types__is_link_iblock , catalog_product_param_types.`is_link_product` as catalog_product_param_types__is_link_product , catalog_product_param_types.`is_multiple` as catalog_product_param_types__is_multiple , catalog_product_param_types.`order` as catalog_product_param_types__order, \r\n
                catalog_product_param_langs.`catalog_product_param_id` as catalog_product_param_langs__catalog_product_param_id , catalog_product_param_langs.`cms_language_id` as catalog_product_param_langs__cms_language_id , catalog_product_param_langs.`id` as catalog_product_param_langs__id , catalog_product_param_langs.`name` as catalog_product_param_langs__name , catalog_product_param_langs.`name_filter` as catalog_product_param_langs__name_filter , catalog_product_param_langs.`name_short` as catalog_product_param_langs__name_short , catalog_product_param_langs.`placeholder_info` as catalog_product_param_langs__placeholder_info , catalog_product_param_langs.`tooltip_info` as catalog_product_param_langs__tooltip_info, \r\n
                catalog_product_param_enums.`active` as catalog_product_param_enums__active , catalog_product_param_enums.`alias` as catalog_product_param_enums__alias , catalog_product_param_enums.`catalog_product_param_id` as catalog_product_param_enums__catalog_product_param_id , catalog_product_param_enums.`id` as catalog_product_param_enums__id , catalog_product_param_enums.`order` as catalog_product_param_enums__order, \r\n
                catalog_product_param_enum_langs.`catalog_product_param_enum_id` as catalog_product_param_enum_langs__catalog_product_param_enum_id , catalog_product_param_enum_langs.`cms_language_id` as catalog_product_param_enum_langs__cms_language_id , catalog_product_param_enum_langs.`id` as catalog_product_param_enum_langs__id , catalog_product_param_enum_langs.`value` as catalog_product_param_enum_langs__value , catalog_product_param_enum_langs.`value_filter` as catalog_product_param_enum_langs__value_filter , catalog_product_param_enum_langs.`value_list` as catalog_product_param_enum_langs__value_list,\r\n
                catalog_product_param_unit_langs.`catalog_product_param_unit_id` as catalog_product_param_unit_langs__catalog_product_param_unit_id , catalog_product_param_unit_langs.`cms_language_id` as catalog_product_param_unit_langs__cms_language_id , catalog_product_param_unit_langs.`id` as catalog_product_param_unit_langs__id , catalog_product_param_unit_langs.`name` as catalog_product_param_unit_langs__name,\r\n
                catalog_product_param_filterstyles.`alias` as catalog_product_param_filterstyles__alias , catalog_product_param_filterstyles.`description` as catalog_product_param_filterstyles__description , catalog_product_param_filterstyles.`id` as catalog_product_param_filterstyles__id , catalog_product_param_filterstyles.`view` as catalog_product_param_filterstyles__view,\r\n
                \r\n
                max(catalog_product_param_values.digit_val) as catalog_product_param_values__max_digit,\r\n
                min(catalog_product_param_values.digit_val) as catalog_product_param_values__min_digit,\r\n
                min(catalog_product_param_values.from_digit_val) as catalog_product_param_values__from_digit_val\r\n
    \r\n
                FROM catalog_product_params\r\n
                \r\n
                left join catalog_product_param_langs\r\n
                on catalog_product_param_langs.catalog_product_param_id = catalog_product_params.id\r\n
                    and catalog_product_param_langs.cms_language_id = 1 \r\n
                \r\n
                INNER JOIN catalog_product_param_types\r\n
                ON catalog_product_param_types.id = catalog_product_params.catalog_product_param_type_id\r\n
                AND(\r\n
                    catalog_product_param_types.is_enum = 1\r\n
                )\r\n
    \r\n
                INNER JOIN catalog_product_param_values\r\n
                ON catalog_product_param_values.catalog_product_param_id = catalog_product_params.id\r\n
                and (\r\n
                      catalog_product_param_values.catalog_product_param_enum_id is not null\r\n
                )\r\n
                \r\n
                left JOIN catalog_product_param_filterstyles\r\n
                ON catalog_product_params.catalog_product_param_filterstyle_id = catalog_product_param_filterstyles.id\r\n
                \r\n
                INNER JOIN catalog_products\r\n
                ON catalog_products.id = catalog_product_param_values.catalog_product_id\r\n
                AND (\r\n
                     `catalog_products`.`cms_structure_id` in ('6625') and `catalog_products`.`active` = '1' and exists (select * from `catalog_product_offers` where `catalog_products`.`id` = `catalog_product_offers`.`catalog_product_id` and `active` = '1' and exists (select * from `catalog_product_offer_prices` where `catalog_product_offers`.`id` = `catalog_product_offer_prices`.`catalog_product_offer_id` and `price` != '0' and `catalog_product_offer_price_type_id` = '1'))\r\n
                )\r\n
    \r\n
                INNER JOIN catalog_product_types\r\n
                ON catalog_product_types.id = catalog_products.catalog_product_type_id\r\n
    \r\n
                INNER JOIN catalog_product_param_groups\r\n
                ON catalog_product_param_groups.catalog_product_type_id IN () OR catalog_product_param_groups.is_general = 1\r\n
    \r\n
                INNER JOIN catalog_product_param_groups_catalog_product_params\r\n
                ON catalog_product_param_groups_catalog_product_params.catalog_product_param_group_id = catalog_product_param_groups.id\r\n
                AND catalog_product_param_groups_catalog_product_params.catalog_product_param_id = catalog_product_params.id\r\n
                \r\n
                 and ( catalog_product_param_groups_catalog_product_params.in_filter = 1 ) \r\n
                \r\n
                inner join catalog_product_param_enums\r\n
                on catalog_product_param_enums.id = catalog_product_param_values.catalog_product_param_enum_id\r\n
    \r\n
                left join catalog_product_param_enum_langs\r\n
                on catalog_product_param_enum_langs.catalog_product_param_enum_id = catalog_product_param_enums.id\r\n
                    and catalog_product_param_enum_langs.cms_language_id = 1 \r\n
                        \r\n
                left join catalog_product_param_filters\r\n
                on catalog_product_param_filters.catalog_product_param_id = catalog_product_params.id\r\n
                    and catalog_product_param_filters.cms_structure_id = 6625 \r\n
                        \r\n
                left join catalog_product_param_unit_langs\r\n
                    on catalog_product_param_unit_langs.catalog_product_param_unit_id = catalog_product_params.catalog_product_param_unit_id\r\n
                    and catalog_product_param_unit_langs.cms_language_id = 1 \r\n
                        \r\n
                group by catalog_product_params.id, catalog_product_param_enums.id\r\n
                \r\n
                order by catalog_product_param_filters.order asc, catalog_product_params.order_filter asc, catalog_product_param_enums.order asc \r\n
                )
    """
    
/home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
    /**
     * {@inheritdoc}
     */
    public function getServerVersion()
    {
        return PDO::getAttribute(PDO::ATTR_SERVER_VERSION);
    }
 
    /**
     * @param string          $prepareString
     * @param array<int, int> $driverOptions
     *
     * @return Statement
     */
    public function prepare($prepareString, $driverOptions = [])
    {
        try {
            return parent::prepare($prepareString, $driverOptions);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function query()
    {
        $args = func_get_args();
 
        try {
            $stmt = parent::query(...$args);
            assert($stmt instanceof \PDOStatement);
 
            return $stmt;
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
    }
 
Arguments
  1. """
    SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1\r\n
    \r\n
                INNER JOIN catal' at line 46
    """
    
Exception message: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46
/home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
    }
 
    /**
     * {@inheritdoc}
     */
    public function getServerVersion()
    {
        return PDO::getAttribute(PDO::ATTR_SERVER_VERSION);
    }
 
    /**
     * @param string          $prepareString
     * @param array<int, int> $driverOptions
     *
     * @return Statement
     */
    public function prepare($prepareString, $driverOptions = [])
    {
        try {
            return parent::prepare($prepareString, $driverOptions);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function query()
    {
        $args = func_get_args();
 
        try {
            $stmt = parent::query(...$args);
            assert($stmt instanceof \PDOStatement);
 
            return $stmt;
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
Arguments
  1. """
    SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1\r\n
    \r\n
                INNER JOIN catal' at line 46
    """
    
Exception message: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR catalog_product_param_groups.is_general = 1 INNER JOIN catal' at line 46
/home/belmss/web/belms.ru/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
    }
 
    /**
     * {@inheritdoc}
     */
    public function getServerVersion()
    {
        return PDO::getAttribute(PDO::ATTR_SERVER_VERSION);
    }
 
    /**
     * @param string          $prepareString
     * @param array<int, int> $driverOptions
     *
     * @return Statement
     */
    public function prepare($prepareString, $driverOptions = [])
    {
        try {
            return parent::prepare($prepareString, $driverOptions);
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
    }
 
    /**
     * {@inheritdoc}
     */
    public function query()
    {
        $args = func_get_args();
 
        try {
            $stmt = parent::query(...$args);
            assert($stmt instanceof \PDOStatement);
 
            return $stmt;
        } catch (\PDOException $exception) {
            throw new PDOException($exception);
        }
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
    /**
     * Run a select statement against the database.
     *
     * @param  string  $query
     * @param  array  $bindings
     * @param  bool  $useReadPdo
     * @return array
     */
    public function select($query, $bindings = [], $useReadPdo = true)
    {
        return $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
            if ($this->pretending()) {
                return [];
            }
 
            // For select statements, we'll simply execute the query and return an array
            // of the database result set. Each element in the array will be a single
            // row from the database table, and will either be an array or objects.
            $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
                              ->prepare($query));
 
            $this->bindValues($statement, $this->prepareBindings($bindings));
 
            $statement->execute();
 
            return $statement->fetchAll();
        });
    }
 
    /**
     * Run a select statement against the database and returns a generator.
     *
     * @param  string  $query
     * @param  array  $bindings
     * @param  bool  $useReadPdo
     * @return \Generator
     */
    public function cursor($query, $bindings = [], $useReadPdo = true)
    {
        $statement = $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
        return $result;
    }
 
    /**
     * Run a SQL statement.
     *
     * @param  string    $query
     * @param  array     $bindings
     * @param  \Closure  $callback
     * @return mixed
     *
     * @throws \Illuminate\Database\QueryException
     */
    protected function runQueryCallback($query, $bindings, Closure $callback)
    {
        // To execute the statement, we'll simply call the callback, which will actually
        // run the SQL against the PDO connection. Then we can calculate the time it
        // took to execute and log the query SQL, bindings and time in our memory.
        try {
            $result = $callback($query, $bindings);
        }
 
        // If an exception occurs when attempting to run a query, we'll format the error
        // message to include the bindings with SQL, which will make this exception a
        // lot more helpful to the developer instead of just the database's errors.
        catch (Exception $e) {
            throw new QueryException(
                $query, $this->prepareBindings($bindings), $e
            );
        }
 
        return $result;
    }
 
    /**
     * Log a query in the connection's query log.
     *
     * @param  string  $query
     * @param  array   $bindings
     * @param  float|null  $time
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
     * Run a SQL statement and log its execution context.
     *
     * @param  string    $query
     * @param  array     $bindings
     * @param  \Closure  $callback
     * @return mixed
     *
     * @throws \Illuminate\Database\QueryException
     */
    protected function run($query, $bindings, Closure $callback)
    {
        $this->reconnectIfMissingConnection();
 
        $start = microtime(true);
 
        // Here we will run this query. If an exception occurs we'll determine if it was
        // caused by a connection that has been lost. If that is the cause, we'll try
        // to re-establish connection and re-run the query with a fresh connection.
        try {
            $result = $this->runQueryCallback($query, $bindings, $callback);
        } catch (QueryException $e) {
            $result = $this->handleQueryException(
                $e, $query, $bindings, $callback
            );
        }
 
        // Once we have run the query we will calculate the time that it took to run and
        // then log the query, bindings, and execution time so we will report them on
        // the event that the developer needs them. We'll log time in milliseconds.
        $this->logQuery(
            $query, $bindings, $this->getElapsedTime($start)
        );
 
        return $result;
    }
 
    /**
     * Run a SQL statement.
     *
     * @param  string    $query
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php
     */
    public function select($query, $bindings = [], $useReadPdo = true)
    {
        return $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
            if ($this->pretending()) {
                return [];
            }
 
            // For select statements, we'll simply execute the query and return an array
            // of the database result set. Each element in the array will be a single
            // row from the database table, and will either be an array or objects.
            $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
                              ->prepare($query));
 
            $this->bindValues($statement, $this->prepareBindings($bindings));
 
            $statement->execute();
 
            return $statement->fetchAll();
        });
    }
 
    /**
     * Run a select statement against the database and returns a generator.
     *
     * @param  string  $query
     * @param  array  $bindings
     * @param  bool  $useReadPdo
     * @return \Generator
     */
    public function cursor($query, $bindings = [], $useReadPdo = true)
    {
        $statement = $this->run($query, $bindings, function ($query, $bindings) use ($useReadPdo) {
            if ($this->pretending()) {
                return [];
            }
 
            // First we will create a statement for the query. Then, we will set the fetch
            // mode and prepare the bindings for the query. Once that's done we will be
            // ready to execute the query against the database and return the cursor.
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php
     * Set the database reconnector callback.
     *
     * @param  callable  $reconnector
     * @return void
     */
    public function setReconnector(callable $reconnector)
    {
        $this->reconnector = $reconnector;
    }
 
    /**
     * Dynamically pass methods to the default connection.
     *
     * @param  string  $method
     * @param  array   $parameters
     * @return mixed
     */
    public function __call($method, $parameters)
    {
        return $this->connection()->$method(...$parameters);
    }
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php
    }
 
    /**
     * Handle dynamic, static calls to the object.
     *
     * @param  string  $method
     * @param  array   $args
     * @return mixed
     *
     * @throws \RuntimeException
     */
    public static function __callStatic($method, $args)
    {
        $instance = static::getFacadeRoot();
 
        if (! $instance) {
            throw new RuntimeException('A facade root has not been set.');
        }
 
        return $instance->$method(...$args);
    }
}
 
/home/belmss/web/belms.ru/public_html/app/Libs/Cms/Components/FilterProduct.php
            left join catalog_product_param_enum_langs
            on catalog_product_param_enum_langs.catalog_product_param_enum_id = catalog_product_param_enums.id
                and catalog_product_param_enum_langs.cms_language_id = ".(int)\CmsLanguage::getLanguageId()." 
                    
            left join catalog_product_param_filters
            on catalog_product_param_filters.catalog_product_param_id = catalog_product_params.id
                and catalog_product_param_filters.cms_structure_id = ".$this->_structure->id." 
                    
            left join catalog_product_param_unit_langs
                on catalog_product_param_unit_langs.catalog_product_param_unit_id = catalog_product_params.catalog_product_param_unit_id
                and catalog_product_param_unit_langs.cms_language_id = ".(int)\CmsLanguage::getLanguageId()." 
                    
            group by catalog_product_params.id, catalog_product_param_enums.id
            
            order by catalog_product_param_filters.order asc, catalog_product_params.order_filter asc, catalog_product_param_enums.order asc 
            ";
            
            /* print_r($sql);
            dd('end'); */
        $sqlParams = DB::select($sql);
        
        /**
         * Форматируем рез. данные
         */
        
        $params = [];
        foreach($sqlParams as $result){
            $temp = [];
            foreach($result as $fieldNames=>$value){
                $fieldNames = explode($fiedDel,$fieldNames);
                $temp[$fieldNames[0]][$fieldNames[1]] = $value;
            }
            $params[$result->{(new ProductParam)->getTable().$fiedDel.'id'}][] = $temp;
        }
        unset($sqlParams);
        
        /**
         * Форматируем рез. данные
         */
        
/home/belmss/web/belms.ru/public_html/app/Libs/Cms/Components/FilterProduct.php
        }

        $paramsResult['filter'] = $filter;
        $paramsResult['structureId'] = $this->_structure? $this->_structure->id : Structure::instanceMainType()->id;
        
        return $paramsResult;
    }
    
    public function renderAfter(array $data, array $params)
    {
        $data['filter'] = $params['filter'];
        return parent::renderAfter($data, $params);
    }
    
    public function _render(array $params = [])
    {
        $data = $this->_component->toArray();
        $data['settings'] = $this->_fixLang($data['settings']);
        
        $filterParams = $this->getParams();
        
        return [
            'params' => $filterParams,
            'component' => $data,
            'structure' => $this->_structure->toArray(),
            'useFilter' => true,
        ];
    }
    
    protected function getAvailables($sqlProd)
    {
        $langid = \CmsLanguage::getLanguageId();
        
        $sql = "SELECT catalog_product_offer_availables.*, catalog_product_offer_available_langs.`name` FROM catalog_products

            inner JOIN catalog_product_offers
            ON catalog_products.id = catalog_product_offers.catalog_product_id
            and ( ".$sqlProd." )

            INNER JOIN catalog_product_offer_availables
/home/belmss/web/belms.ru/public_html/app/Libs/Cms/Interfaces/ComponentInterface.php
     * и хорошо подходит для например блока последних новостей и товаров
     * где время кэша маленькое
     * @param type $params
     * @return string
     */
    protected function _renderQueueCached($params)
    {
        if ( ! $this->isAllowCache($params)) {
            return $this->_render($params);
        }

        $cacheKey = $this->getCacheKey($params);
        $tagsCache = $this->getCacheTags();
        $timeCache = (int)trim($this->_component->cache_time);
        $language = CmsLanguage::getLanguage();

        // если кэш не queue
        if ( ! $this->_component->cache_is_queue) {
            if ( ! $resultData = Cache::tags($tagsCache)->get($cacheKey)) {
                $resultData = $this->_render($params);
                Cache::tags($tagsCache)->put($cacheKey, $resultData, $timeCache);
            }

            return $resultData;
        }

        // если кэш QUEUE
        if ($this->_component->cache_is_queue) {
            $tagsCache[] = 'queue_cache';

            $resultData = Cache::tags($tagsCache)->get($cacheKey);

            // проверим, нужно ли обновить данные кэша
            if ($this->isNeedFreshQueueCache($cacheKey)) {
                $job = (new CacheCmsQueue($this, $cacheKey, $tagsCache, $params, $language))
                    ->setKeyJob($cacheKey);

                dispatch_history($job->onQueue($this->_component->cacheQueue->queue));

                // установим время queue кэша, чтобы больше при следующем заходе
/home/belmss/web/belms.ru/public_html/app/Libs/Cms/Interfaces/ComponentInterface.php
     * @return string|null
     */
    public function render(array $params = [])
    {
        if ( ! $this->checkIsShow()) {
            return null;
        }

        if (empty($this->_component->exists)) {
            return null;
        }

        $workParams = $this->prepareParams($params);
        
        $lazy = ($this->_component->lazy_load and $this->_allowLazy) ? true : false;

        if ($lazy) {
            $dataContent = [];
        } else {
            $dataContent = $this->_renderQueueCached($workParams);
        }

        return $this->renderAfter($dataContent, $workParams);
    }

    /**
     * здесь происходит бизнес логика, и этот метод кэшируется
     * @param array $params входные параметры
     * @return array
     */
    abstract public function _render(array $params = []);

    protected function getTemplate($params): string
    {
        $template = $this->_component->view_desktop;

        if (MobileDetect::isMobile() and ! empty($this->_component->view_mobile)) {
            $template = $this->_component->view_mobile;
        }

/home/belmss/web/belms.ru/public_html/app/Libs/Cms/CmsPositions.php
        return $linksElements;
    }

    public function structurePositions(Structure $structure, ?Structure $structureComponent = null, array $params = []): array 
    {
        $linksElements = [];
        $positions = $structure->structureLinks()->BaseOrder()->with('component.сomponentType2')->with('structureLinkPosition')->get();
        $structureComponent = $structureComponent ?? $structure;
        
        foreach ($positions as $position) {
            
            if (!$position->component) {
                continue;
            }
            
            $linksElements[$position->structureLinkPosition->alias]['info_link'] = $position->structureLinkPosition->toArray();
            $linksElements[$position->structureLinkPosition->alias]['type_info'][] = ['type', '=', CmsElementsTypes::TYPE_COMPONENTS];
            $linksElements[$position->structureLinkPosition->alias]['datas'][] = Cms::instanceComponent($position->component, $structureComponent)
                ->render($params);
        }

        return $linksElements;
    }

}
 
/home/belmss/web/belms.ru/public_html/app/Http/Controllers/ControllerFrontendTemplate.php
        if ($this->_auto_render and $this->_layer_delegate) {
            $structure = $this->mainlayout->currentStructure;

            if ($structure->layer_delegate) {
                $layers = (new Structure)
                    ->getParent($structure)
                    ->LayerRule()
                    ->with('structureView')
                    ->get();

                foreach ($layers as $layer) {
                    $view = View(
                        $layer->structureView->elementView->view,
                        [
                            'structure' => $structure,
                        ]
                    );

                    $view->components = app('cms-positions')->structurePositions($layer, $structure);
                    $view->content = $this->mainlayout->content;

                    $this->mainlayout->content = $view;
                }
            }
        }


        if ($this->_auto_render) {
            $this->mainlayout->components = $resultee[] = app('cms-positions')->structurePositions(
                $this->mainLayerStructure
            );

            View::share('global_h1', $this->mainlayout->h1);
            View::share('global_title', $this->mainlayout->title);
            View::share('global_description', $this->mainlayout->description);
            View::share('global_keywords', $this->mainlayout->keywords);
            View::share('global_currentStructure', $this->mainlayout->currentStructure);

            $this->insertComponentsJs();
/home/belmss/web/belms.ru/public_html/app/Http/Controllers/ControllerFrontendTemplate.php
    }

    /**
     * Определяет порядок выполнения методов _before, _after
     * так же если включен $this->_auto_render
     * то срабатывает логика controller template
     */
    public function callAction($method, $parameters)
    {
        $elementView = ElementViewProvider::getById(self::ID_MAIN_LAYOUT);
        $this->mainlayout = view($elementView->view);

        $this->_before();

        $result = parent::callAction($method, $parameters);

        $this->mainlayout->pageJs = [];
        $this->mainlayout->pageCss = [];

        $this->_after();

        if ($this->_auto_render) {
            $result = $this->mainlayout;
        }

        return $result;
    }

    /**
     * Метод выполняется после того, как
     * отработал контроллер
     * как видим здесь результат упаковывается в доп слои
     * если $this->_auto_render and $this->_layer_delegate
     * и подключаются компоненты, которые необходимы для главного слоя
     * главный слой - это ,обычно, связка footer+header
     * Хочу обратить внимание, что пока не реализовано подключение
     * конкретных слоев и отключение конкретных слоев
     * В будущем будет такое
     */
    protected function _after()
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php
    {
        $this->container = $container;
    }
 
    /**
     * Dispatch a request to a given controller and method.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  mixed  $controller
     * @param  string  $method
     * @return mixed
     */
    public function dispatch(Route $route, $controller, $method)
    {
        $parameters = $this->resolveClassMethodDependencies(
            $route->parametersWithoutNulls(), $controller, $method
        );
 
        if (method_exists($controller, 'callAction')) {
            return $controller->callAction($method, $parameters);
        }
 
        return $controller->{$method}(...array_values($parameters));
    }
 
    /**
     * Get the middleware for the controller instance.
     *
     * @param  \Illuminate\Routing\Controller  $controller
     * @param  string  $method
     * @return array
     */
    public function getMiddleware($controller, $method)
    {
        if (! method_exists($controller, 'getMiddleware')) {
            return [];
        }
 
        return collect($controller->getMiddleware())->reject(function ($data) use ($method) {
            return static::methodExcludedByOptions($method, $data['options']);
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php
    protected function runCallable()
    {
        $callable = $this->action['uses'];
 
        return $callable(...array_values($this->resolveMethodDependencies(
            $this->parametersWithoutNulls(), new ReflectionFunction($this->action['uses'])
        )));
    }
 
    /**
     * Run the route action and return the response.
     *
     * @return mixed
     *
     * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
     */
    protected function runController()
    {
        return $this->controllerDispatcher()->dispatch(
            $this, $this->getController(), $this->getControllerMethod()
        );
    }
 
    /**
     * Get the controller instance for the route.
     *
     * @return mixed
     */
    public function getController()
    {
        if (! $this->controller) {
            $class = $this->parseControllerCallback()[0];
 
            $this->controller = $this->container->make(ltrim($class, '\\'));
        }
 
        return $this->controller;
    }
 
    /**
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Route.php
     *
     * @throws \UnexpectedValueException
     */
    protected function parseAction($action)
    {
        return RouteAction::parse($this->uri, $action);
    }
 
    /**
     * Run the route action and return the response.
     *
     * @return mixed
     */
    public function run()
    {
        $this->container = $this->container ?: new Container;
 
        try {
            if ($this->isControllerAction()) {
                return $this->runController();
            }
 
            return $this->runCallable();
        } catch (HttpResponseException $e) {
            return $e->getResponse();
        }
    }
 
    /**
     * Checks whether the route's action is a controller.
     *
     * @return bool
     */
    protected function isControllerAction()
    {
        return is_string($this->action['uses']);
    }
 
    /**
     * Run the route action and return the response.
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
    /**
     * Run the given route within a Stack "onion" instance.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
                        ->then(function ($request) use ($route) {
                            return $this->prepareResponse(
                                $request, $route->run()
                            );
                        });
    }
 
    /**
     * Gather the middleware for the given route with resolved class names.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @return array
     */
    public function gatherRouteMiddleware(Route $route)
    {
        $middleware = collect($route->gatherMiddleware())->map(function ($name) {
            return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
        })->flatten();
 
        return $this->sortMiddleware($middleware);
    }
 
    /**
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
 
/**
 * This extended pipeline catches any exceptions that occur during each slice.
 *
 * The exceptions are converted to HTTP responses for proper middleware handling.
 */
class Pipeline extends BasePipeline
{
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function prepareDestination(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return $destination($passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
/home/belmss/web/belms.ru/public_html/app/Http/Middleware/IsUserOnline.php
class IsUserOnline
{
    /**
     * Пока это не работает
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {

        if (Auth::check()) {
            $user = Auth::user();
            $expiresAt = Carbon::now()->addMinutes(10);
            Cache::put('user-is-online-' . $user->id, true, $expiresAt);
        }

        return $next($request);
    }
}
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/app/Http/Middleware/Locale.php
            
            $this->cmsLocale();
            return $next($request);
        }
        
        if ($request->method() === 'GET') {
            $segment = $request->segment(2);
            
            if (!in_array($segment, config('app.allow_locales'))) {
                
                $segments = $request->segments();
                
                $fallback = \Session::get('locale', $fallbackLang);
                array_splice( $segments, 1, 0, [$fallback] );
            }
        }
        
        $this->cmsLocale();
        
        return $next($request);
    }
    
    protected function cmsLocale()
    {
        $lang = LanguageCms::instance();
        Date::setLocale($lang->getLanguage()->locale);
    }
}
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
     */
    public function __construct(Registrar $router)
    {
        $this->router = $router;
    }
 
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $this->router->substituteBindings($route = $request->route());
 
        $this->router->substituteImplicitBindings($route);
 
        return $next($request);
    }
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/app/Http/Middleware/VerifyCsrfToken.php
class VerifyCsrfToken extends Middleware
{
    /**
     * The URIs that should be excluded from CSRF verification.
     *
     * @var array
     */
    protected $except = [
        '/paysreturn/yandex-notification'
    ];
    
    public function handle($request, Closure $next)
    {
        if (
            $this->isReading($request) ||
            $this->runningUnitTests() ||
            $this->inExceptArray($request) ||
            $this->tokensMatch($request)
        ) {
            return $this->addCookieToResponse($request, $next($request));
        }

        throw new TokenMismatchException(__('cms.tokenerror'));
    }
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php
     * Create a new CookieQueue instance.
     *
     * @param  \Illuminate\Contracts\Cookie\QueueingFactory  $cookies
     * @return void
     */
    public function __construct(CookieJar $cookies)
    {
        $this->cookies = $cookies;
    }
 
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $response = $next($request);
 
        foreach ($this->cookies->getQueuedCookies() as $cookie) {
            $response->headers->setCookie($cookie);
        }
 
        return $response;
    }
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php
     * Disable encryption for the given cookie name(s).
     *
     * @param  string|array  $name
     * @return void
     */
    public function disableFor($name)
    {
        $this->except = array_merge($this->except, (array) $name);
    }
 
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function handle($request, Closure $next)
    {
        return $this->encrypt($next($this->decrypt($request)));
    }
 
    /**
     * Decrypt the cookies on the request.
     *
     * @param  \Symfony\Component\HttpFoundation\Request  $request
     * @return \Symfony\Component\HttpFoundation\Request
     */
    protected function decrypt(Request $request)
    {
        foreach ($request->cookies as $key => $cookie) {
            if ($this->isDisabled($key)) {
                continue;
            }
 
            try {
                $request->cookies->set($key, $this->decryptCookie($key, $cookie));
            } catch (DecryptException $e) {
                $request->cookies->set($key, null);
            }
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
    public function via($method)
    {
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $pipeline = array_reduce(
            array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
        );
 
        return $pipeline($this->passable);
    }
 
    /**
     * Run the pipeline and return the result.
     *
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
                        ->then(function ($request) use ($route) {
                            return $this->prepareResponse(
                                $request, $route->run()
                            );
                        });
    }
 
    /**
     * Gather the middleware for the given route with resolved class names.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @return array
     */
    public function gatherRouteMiddleware(Route $route)
    {
        $middleware = collect($route->gatherMiddleware())->map(function ($name) {
            return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
        })->flatten();
 
        return $this->sortMiddleware($middleware);
    }
 
    /**
     * Sort the given middleware by priority.
     *
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
        return $route;
    }
 
    /**
     * Return the response for the given route.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Routing\Route  $route
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    protected function runRoute(Request $request, Route $route)
    {
        $request->setRouteResolver(function () use ($route) {
            return $route;
        });
 
        $this->events->dispatch(new Events\RouteMatched($route, $request));
 
        return $this->prepareResponse($request,
            $this->runRouteWithinStack($route, $request)
        );
    }
 
    /**
     * Run the given route within a Stack "onion" instance.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
 
        return $this->dispatchToRoute($request);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    public function dispatchToRoute(Request $request)
    {
        return $this->runRoute($request, $this->findRoute($request));
    }
 
    /**
     * Find the route matching a given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Routing\Route
     */
    protected function findRoute($request)
    {
        $this->current = $route = $this->routes->match($request);
 
        $this->container->instance(Route::class, $route);
 
        return $route;
    }
 
    /**
     * Return the response for the given route.
     *
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    public function respondWithRoute($name)
    {
        $route = tap($this->routes->getByName($name))->bind($this->currentRequest);
 
        return $this->runRoute($this->currentRequest, $route);
    }
 
    /**
     * Dispatch the request to the application.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
 
        return $this->dispatchToRoute($request);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
     */
    public function dispatchToRoute(Request $request)
    {
        return $this->runRoute($request, $this->findRoute($request));
    }
 
    /**
     * Find the route matching a given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Routing\Route
     */
    protected function findRoute($request)
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
 
/**
 * This extended pipeline catches any exceptions that occur during each slice.
 *
 * The exceptions are converted to HTTP responses for proper middleware handling.
 */
class Pipeline extends BasePipeline
{
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function prepareDestination(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return $destination($passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
/home/belmss/web/belms.ru/public_html/vendor/bavix/laravel-xhprof/src/Middleware/XHProfMiddleware.php
<?php
 
namespace Bavix\XHProf\Middleware;
 
use Bavix\XHProf\Services\XHProfService;
use Closure;
 
class XHProfMiddleware
{
 
    /**
     * @param $request
     * @param Closure $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        app(XHProfService::class)->enable();
        return $next($request);
    }
 
    /**
     * @param $request
     * @param $response
     */
    public function terminate($request, $response)
    {
        app(XHProfService::class)->disable();
    }
 
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php
     * @param  LaravelDebugbar $debugbar
     */
    public function __construct(Container $container, LaravelDebugbar $debugbar)
    {
        $this->container = $container;
        $this->debugbar = $debugbar;
        $this->except = config('debugbar.except') ?: [];
    }
 
    /**
     * Handle an incoming request.
     *
     * @param  Request  $request
     * @param  Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
            return $next($request);
        }
 
        $this->debugbar->boot();
 
        try {
            /** @var \Illuminate\Http\Response $response */
            $response = $next($request);
        } catch (Exception $e) {
            $response = $this->handleException($request, $e);
        } catch (Error $error) {
            $e = new FatalThrowableError($error);
            $response = $this->handleException($request, $e);
        }
 
        // Modify the response to add the Debugbar
        $this->debugbar->modifyResponse($request, $response);
 
        return $response;
 
    }
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/app/Http/Middleware/Language.php
use Closure;
use Jenssegers\Date\Date;
use App\Libs\LanguageCms;

class Language
{
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        //$lang = LanguageCms::instance();
        //Date::setLocale($lang->getLanguage()->locale);
        
        return $next($request);
    }
}
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        // If the current session has an "errors" variable bound to it, we will share
        // its value with all view instances so the views can easily access errors
        // without having to bind. An empty bag is set when there aren't errors.
        $this->view->share(
            'errors', $request->session()->get('errors') ?: new ViewErrorBag
        );
 
        // Putting the errors in the view for every view allows the developer to just
        // assume that some errors are always available, which is convenient since
        // they don't have to continually run checks for the presence of errors.
 
        return $next($request);
    }
}
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        if (! $this->sessionConfigured()) {
            return $next($request);
        }
 
        // If a session driver has been configured, we will need to start the session here
        // so that the data is ready for an application. Note that the Laravel sessions
        // do not make use of PHP "native" sessions in any way since they are crappy.
        $request->setLaravelSession(
            $session = $this->startSession($request)
        );
 
        $this->collectGarbage($session);
 
        $response = $next($request);
 
        $this->storeCurrentUrl($request, $session);
 
        $this->addCookieToResponse($response, $session);
 
        // Again, if the session has been configured we will need to close out the session
        // so that the attributes may be persisted to some storage medium. We will also
        // add the session identifier cookie to the application response headers now.
        $this->saveSession($request);
 
        return $response;
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/fideloper/proxy/src/TrustProxies.php
    {
        $this->config = $config;
    }
 
    /**
     * Handle an incoming request.
     *
     * @param \Illuminate\Http\Request $request
     * @param \Closure                 $next
     *
     * @throws \Symfony\Component\HttpKernel\Exception\HttpException
     *
     * @return mixed
     */
    public function handle(Request $request, Closure $next)
    {
        $request::setTrustedProxies([], $this->getTrustedHeaderNames()); // Reset trusted proxies between requests
        $this->setTrustedProxyIpAddresses($request);
 
        return $next($request);
    }
 
    /**
     * Sets the trusted proxies on the request to the value of trustedproxy.proxies
     *
     * @param \Illuminate\Http\Request $request
     */
    protected function setTrustedProxyIpAddresses(Request $request)
    {
        $trustedIps = $this->proxies ?: $this->config->get('trustedproxy.proxies');
 
        // Trust any IP address that calls us
        // `**` for backwards compatibility, but is deprecated
        if ($trustedIps === '*' || $trustedIps === '**') {
            return $this->setTrustedProxyIpAddressesToTheCallingIp($request);
        }
 
        // Support IPs addresses separated by comma
        $trustedIps = is_string($trustedIps) ? array_map('trim', explode(',', $trustedIps)) : $trustedIps;
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
 
namespace Illuminate\Foundation\Http\Middleware;
 
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
 
class TransformsRequest
{
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $this->clean($request);
 
        return $next($request);
    }
 
    /**
     * Clean the request's data.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return void
     */
    protected function clean($request)
    {
        $this->cleanParameterBag($request->query);
 
        if ($request->isJson()) {
            $this->cleanParameterBag($request->json());
        } elseif ($request->request !== $request->query) {
            $this->cleanParameterBag($request->request);
        }
    }
 
    /**
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
 
namespace Illuminate\Foundation\Http\Middleware;
 
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
 
class TransformsRequest
{
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     */
    public function handle($request, Closure $next)
    {
        $this->clean($request);
 
        return $next($request);
    }
 
    /**
     * Clean the request's data.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return void
     */
    protected function clean($request)
    {
        $this->cleanParameterBag($request->query);
 
        if ($request->isJson()) {
            $this->cleanParameterBag($request->json());
        } elseif ($request->request !== $request->query) {
            $this->cleanParameterBag($request->request);
        }
    }
 
    /**
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php
class ValidatePostSize
{
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     *
     * @throws \Illuminate\Http\Exceptions\PostTooLargeException
     */
    public function handle($request, Closure $next)
    {
        $max = $this->getPostMaxSize();
 
        if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) {
            throw new PostTooLargeException;
        }
 
        return $next($request);
    }
 
    /**
     * Determine the server 'post_max_size' as bytes.
     *
     * @return int
     */
    protected function getPostMaxSize()
    {
        if (is_numeric($postMaxSize = ini_get('post_max_size'))) {
            return (int) $postMaxSize;
        }
 
        $metric = strtoupper(substr($postMaxSize, -1));
        $postMaxSize = (int) $postMaxSize;
 
        switch ($metric) {
            case 'K':
                return $postMaxSize * 1024;
            case 'M':
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php
     *
     * @throws \Symfony\Component\HttpKernel\Exception\HttpException
     */
    public function handle($request, Closure $next)
    {
        if ($this->app->isDownForMaintenance()) {
            $data = json_decode(file_get_contents($this->app->storagePath().'/framework/down'), true);
 
            if (isset($data['allowed']) && IpUtils::checkIp($request->ip(), (array) $data['allowed'])) {
                return $next($request);
            }
 
            if ($this->inExceptArray($request)) {
                return $next($request);
            }
 
            throw new MaintenanceModeException($data['time'], $data['retry'], $data['message']);
        }
 
        return $next($request);
    }
 
    /**
     * Determine if the request has a URI that should be accessible in maintenance mode.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return bool
     */
    protected function inExceptArray($request)
    {
        foreach ($this->except as $except) {
            if ($except !== '/') {
                $except = trim($except, '/');
            }
 
            if ($request->fullUrlIs($except) || $request->is($except)) {
                return true;
            }
        }
 
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                    // the appropriate method and arguments, returning the results back out.
                    return $pipe($passable, $stack);
                } elseif (! is_object($pipe)) {
                    [$name, $parameters] = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
                    // of the dependency injection container. We can then build a callable and
                    // execute the pipe function giving in the parameters that are required.
                    $pipe = $this->getContainer()->make($name);
 
                    $parameters = array_merge([$passable, $stack], $parameters);
                } else {
                    // If the pipe is already an object we'll just make a callable and pass it to
                    // the pipe as-is. There is no need to do any extra parsing and formatting
                    // since the object we're given was already a fully instantiated object.
                    $parameters = [$passable, $stack];
                }
 
                $response = method_exists($pipe, $this->method)
                                ? $pipe->{$this->method}(...$parameters)
                                : $pipe(...$parameters);
 
                return $response instanceof Responsable
                            ? $response->toResponse($this->getContainer()->make(Request::class))
                            : $response;
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
        [$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
 
        if (is_string($parameters)) {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::carry();
 
                    $callable = $slice($stack, $pipe);
 
                    return $callable($passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
    public function via($method)
    {
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $pipeline = array_reduce(
            array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
        );
 
        return $pipeline($this->passable);
    }
 
    /**
     * Run the pipeline and return the result.
     *
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
/home/belmss/web/belms.ru/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
            $router->middlewareGroup($key, $middleware);
        }
 
        foreach ($this->routeMiddleware as $key => $middleware) {
            $router->aliasMiddleware($key, $middleware);
        }
    }
 
    /**
     * Handle an incoming HTTP request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    public function handle($request)
    {
        try {
            $request->enableHttpMethodParameterOverride();
 
            $response = $this->sendRequestThroughRouter($request);
        } catch (Exception $e) {
            $this->reportException($e);
 
            $response = $this->renderException($request, $e);
        } catch (Throwable $e) {
            $this->reportException($e = new FatalThrowableError($e));
 
            $response = $this->renderException($request, $e);
        }
 
        $this->app['events']->dispatch(
            new Events\RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
/home/belmss/web/belms.ru/public_html/public/index.php
*/

$app = require_once __DIR__.'/../bootstrap/app.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);

$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);

$response->send();

$kernel->terminate($request, $response);
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
TEMP
"/home/belmss/tmp"
TMPDIR
"/home/belmss/tmp"
TMP
"/home/belmss/tmp"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
USER
"belmss"
HOME
"/home/belmss"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/catalogs/radioupravlaemye-aviamodeli"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.0"
GATEWAY_INTERFACE
"CGI/1.1"
REDIRECT_URL
"/catalogs/radioupravlaemye-aviamodeli"
REMOTE_PORT
"44374"
SCRIPT_FILENAME
"/home/belmss/web/belms.ru/public_html/public/index.php"
SERVER_ADMIN
"info@belms.ru"
CONTEXT_DOCUMENT_ROOT
"/home/belmss/web/belms.ru/public_html/public"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"https"
DOCUMENT_ROOT
"/home/belmss/web/belms.ru/public_html/public"
REMOTE_ADDR
"54.81.185.66"
SERVER_PORT
"443"
SERVER_ADDR
"192.168.0.101"
SERVER_NAME
"belms.ru"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2"
SERVER_SIGNATURE
""
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_X_FORWARDED_FOR
"54.81.185.66"
HTTP_HOST
"belms.ru"
proxy-nokeepalive
"1"
HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_HTTPS
"on"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1710834389.1397
REQUEST_TIME
1710834389
APP_NAME
"belms.ru"
APP_ENV
"local"
APP_KEY
"base64:u95am3SJAmyO/o8ZDQp9Dq7hlWlIO/q2LrcAmwUfDPA="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"https://belms.ru"
APP_HOST
"belms.ru"
SESSION_DOMAIN
"belms.ru"
APP_TIMEZONE
"Europe/Moscow"
WEBP_BIN
"/usr/bin/cwebp"
JPEGOPTIM_BIN
"/usr/bin/jpegoptim"
OPTIPNG_BIN
"/usr/bin/optipng"
OPTIMIZE_IMAGE
"true;"
APP_https
"true"
APP_https_KEY
"/home/admin/conf/web/ssl.belms.ru.key"
APP_https_CERT
"/home/admin/conf/web/ssl.belms.ru.crt"
APP_https_CA
"/home/admin/conf/web/ssl.belms.ru.ca"
WS_SERVER_PORT
"3004"
WS_SERVER_PORT_CHAT
"3005"
WS_SERVER_CHAT_URL
"https://belms.ru:3005/chat/v1/index"
GOOGLE_TRANSLATE_QUEUE
"googleTranslate"
SEARCH_ADD_QUEUE
"SEARCH_ADD_QUEUE"
DEBUGBAR_ENABLED
"false"
IMAGE_DRIVER
"Imagickc"
DB_CONNECTION
"mysql_socket"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"belmss_belmss"
DB_USERNAME
"belmss_belmss"
DB_PASSWORD
"*wIgJmSEuXJiPuh5"
DB_SOCKET
"/var/run/mysqld/mysqld.sock"
BROADCAST_DRIVER
"redis"
QUEUE_DRIVER
"database"
SCOUT_QUEUE
"true"
MODEL_CACHE_STORE
"array"
TAG_LONG_CACHE
"infinite_tag"
REDIS_CLIENT
"predis"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"12000"
CACHE_DRIVER
"redis_socket"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
REDIS_DB
"8"
REDIS_CACHE_DB
"8"
REDIS_SCHEME
"unix"
REDIS_PATH
"/var/run/redis/redis-server.sock"
ALGOLIA_APP_ID
"1111111"
ALGOLIA_SECRET
"2222222"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.yandex.com"
MAIL_PORT
"465"
MAIL_USERNAME
"technomarkett.ru@yandex.ru"
MAIL_PASSWORD
"gfhjrn20yjd"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"technomarkett.ru@yandex.ru"
MAIL_FROM_NAME
"belms.ru"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
NOCAPTCHA_SECRET
"6LcV12MUAAAAAISV8LHPs5GYIj8DEg0c5oFJq3o5"
NOCAPTCHA_SITEKEY
"6LcV12MUAAAAAG3ZQLjJDl14sekumip9Vvzv5x94"
ALLOW_SHEDULE
"true"
MAILCHIMP_APIKEY
"a3ea069386f92030e302e6aff010f2ab-us19"
MAILCHIMP_LIST_ID
"c1dbf707f1"
REVSLIDER_FOLDER
"revslider"
TOKEN_OPENCART
"bewfiy43287v3ri26rr6ivi6r66r6vthvufe32"
DB_OC_CONNECTION
"mysql_socket"
DB_OC_HOST
"localhost"
DB_OC_PORT
"3306"
DB_OC_DATABASE
"belmss_belmss"
DB_OC_USERNAME
"belmss_belmss"
DB_OC_PASSWORD
"*wIgJmSEuXJiPuh5"
DIGEST
"false"
DIGEST_LOGIN
"admin"
DIGEST_PASS
"within8"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
LOG_CHANNEL
"stack"
Key Value
APP_NAME
"belms.ru"
APP_ENV
"local"
APP_KEY
"base64:u95am3SJAmyO/o8ZDQp9Dq7hlWlIO/q2LrcAmwUfDPA="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"https://belms.ru"
APP_HOST
"belms.ru"
SESSION_DOMAIN
"belms.ru"
APP_TIMEZONE
"Europe/Moscow"
WEBP_BIN
"/usr/bin/cwebp"
JPEGOPTIM_BIN
"/usr/bin/jpegoptim"
OPTIPNG_BIN
"/usr/bin/optipng"
OPTIMIZE_IMAGE
"true;"
APP_https
"true"
APP_https_KEY
"/home/admin/conf/web/ssl.belms.ru.key"
APP_https_CERT
"/home/admin/conf/web/ssl.belms.ru.crt"
APP_https_CA
"/home/admin/conf/web/ssl.belms.ru.ca"
WS_SERVER_PORT
"3004"
WS_SERVER_PORT_CHAT
"3005"
WS_SERVER_CHAT_URL
"https://belms.ru:3005/chat/v1/index"
GOOGLE_TRANSLATE_QUEUE
"googleTranslate"
SEARCH_ADD_QUEUE
"SEARCH_ADD_QUEUE"
DEBUGBAR_ENABLED
"false"
IMAGE_DRIVER
"Imagickc"
DB_CONNECTION
"mysql_socket"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"belmss_belmss"
DB_USERNAME
"belmss_belmss"
DB_PASSWORD
"*wIgJmSEuXJiPuh5"
DB_SOCKET
"/var/run/mysqld/mysqld.sock"
BROADCAST_DRIVER
"redis"
QUEUE_DRIVER
"database"
SCOUT_QUEUE
"true"
MODEL_CACHE_STORE
"array"
TAG_LONG_CACHE
"infinite_tag"
REDIS_CLIENT
"predis"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"12000"
CACHE_DRIVER
"redis_socket"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
REDIS_DB
"8"
REDIS_CACHE_DB
"8"
REDIS_SCHEME
"unix"
REDIS_PATH
"/var/run/redis/redis-server.sock"
ALGOLIA_APP_ID
"1111111"
ALGOLIA_SECRET
"2222222"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.yandex.com"
MAIL_PORT
"465"
MAIL_USERNAME
"technomarkett.ru@yandex.ru"
MAIL_PASSWORD
"gfhjrn20yjd"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"technomarkett.ru@yandex.ru"
MAIL_FROM_NAME
"belms.ru"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
NOCAPTCHA_SECRET
"6LcV12MUAAAAAISV8LHPs5GYIj8DEg0c5oFJq3o5"
NOCAPTCHA_SITEKEY
"6LcV12MUAAAAAG3ZQLjJDl14sekumip9Vvzv5x94"
ALLOW_SHEDULE
"true"
MAILCHIMP_APIKEY
"a3ea069386f92030e302e6aff010f2ab-us19"
MAILCHIMP_LIST_ID
"c1dbf707f1"
REVSLIDER_FOLDER
"revslider"
TOKEN_OPENCART
"bewfiy43287v3ri26rr6ivi6r66r6vthvufe32"
DB_OC_CONNECTION
"mysql_socket"
DB_OC_HOST
"localhost"
DB_OC_PORT
"3306"
DB_OC_DATABASE
"belmss_belmss"
DB_OC_USERNAME
"belmss_belmss"
DB_OC_PASSWORD
"*wIgJmSEuXJiPuh5"
DIGEST
"false"
DIGEST_LOGIN
"admin"
DIGEST_PASS
"within8"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
LOG_CHANNEL
"stack"
0. Whoops\Handler\PrettyPageHandler