Warning (2) : count(): Parameter must be an array or an object that implements Countable [CORE/src/Datasource/Paginator.php , line 198 ]Code Context $sortDefault = $directionDefault = false ;
if (!empty( $defaults [ 'order' ]) && count ( $defaults [ 'order' ]) === 1 ) {
$sortDefault = key ( $defaults [ 'order' ]); $object = object(App\Model\Table\ShopsTable) {
'registryAlias' => 'Shops',
'table' => 'shops',
'alias' => 'Shops',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
(int) 0 => 'districts',
(int) 1 => 'cities',
(int) 2 => 'provinces'
],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$params = []
$settings = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$alias = 'Shops'
$defaults = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'maxLimit' => (int) 100,
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
]
]
$options = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
],
'sort' => null,
'scope' => null
]
$finder = 'all'
$cleanQuery = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$results = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {},
(int) 6 => object(Cake\ORM\Entity) {},
(int) 7 => object(Cake\ORM\Entity) {}
]
}
$numResults = (int) 8
$count = (int) 8
$page = (int) 1
$limit = (int) 8
$pageCount = (int) 1
$requestedPage = (int) 1
$order = [
(int) 0 => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$sortDefault = false
$directionDefault = false count - [internal], line ??
Cake\Datasource\Paginator::paginate() - CORE/src/Datasource/Paginator.php, line 198
Cake\Controller\Component\PaginatorComponent::paginate() - CORE/src/Controller/Component/PaginatorComponent.php, line 200
App\Controller\ShopController::search() - APP/Controller/ShopController.php, line 112
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Authentication\Middleware\AuthenticationMiddleware::__invoke() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 121
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 168
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : key() expects parameter 1 to be array, string given [CORE/src/Datasource/Paginator.php , line 199 ]Code Context if (!empty( $defaults [ 'order' ]) && count ( $defaults [ 'order' ]) === 1 ) {
$sortDefault = key ( $defaults [ 'order' ]);
$directionDefault = current ( $defaults [ 'order' ]); $object = object(App\Model\Table\ShopsTable) {
'registryAlias' => 'Shops',
'table' => 'shops',
'alias' => 'Shops',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
(int) 0 => 'districts',
(int) 1 => 'cities',
(int) 2 => 'provinces'
],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$params = []
$settings = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$alias = 'Shops'
$defaults = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'maxLimit' => (int) 100,
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
]
]
$options = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
],
'sort' => null,
'scope' => null
]
$finder = 'all'
$cleanQuery = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$results = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {},
(int) 6 => object(Cake\ORM\Entity) {},
(int) 7 => object(Cake\ORM\Entity) {}
]
}
$numResults = (int) 8
$count = (int) 8
$page = (int) 1
$limit = (int) 8
$pageCount = (int) 1
$requestedPage = (int) 1
$order = [
(int) 0 => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$sortDefault = false
$directionDefault = false key - [internal], line ??
Cake\Datasource\Paginator::paginate() - CORE/src/Datasource/Paginator.php, line 199
Cake\Controller\Component\PaginatorComponent::paginate() - CORE/src/Controller/Component/PaginatorComponent.php, line 200
App\Controller\ShopController::search() - APP/Controller/ShopController.php, line 112
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Authentication\Middleware\AuthenticationMiddleware::__invoke() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 121
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 168
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : current() expects parameter 1 to be array, string given [CORE/src/Datasource/Paginator.php , line 200 ]Code Context $sortDefault = key ( $defaults [ 'order' ]);
$directionDefault = current ( $defaults [ 'order' ]);
} $object = object(App\Model\Table\ShopsTable) {
'registryAlias' => 'Shops',
'table' => 'shops',
'alias' => 'Shops',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
(int) 0 => 'districts',
(int) 1 => 'cities',
(int) 2 => 'provinces'
],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$params = []
$settings = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$alias = 'Shops'
$defaults = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'maxLimit' => (int) 100,
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
]
]
$options = [
'limit' => (int) 8,
'order' => 'promoted desc,promoted*Shops.id desc, RAND()',
'page' => (int) 1,
'whitelist' => [
(int) 0 => 'limit',
(int) 1 => 'sort',
(int) 2 => 'page',
(int) 3 => 'direction'
],
'sort' => null,
'scope' => null
]
$finder = 'all'
$cleanQuery = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT Shops.id AS `Shops__id`, Shops.name AS `Shops__name`, Shops.description AS `Shops__description`, Shops.longitude AS `Shops__longitude`, Shops.latitude AS `Shops__latitude`, Shops.district_id AS `Shops__district_id`, Shops.image AS `Shops__image`, Shops.city_id AS `Shops__city_id`, Shops.address AS `Shops__address`, Shops.email AS `Shops__email`, Shops.phone AS `Shops__phone`, Shops.score AS `Shops__score`, Shops.address2 AS `Shops__address2`, Shops.facebook AS `Shops__facebook`, Shops.instagram AS `Shops__instagram`, Shops.promoted AS `Shops__promoted`, Shops.images AS `Shops__images`, Districts.id AS `Districts__id`, Districts.name AS `Districts__name`, Districts.province_id AS `Districts__province_id`, Provinces.id AS `Provinces__id`, Provinces.name AS `Provinces__name`, Provinces.latitude AS `Provinces__latitude`, Provinces.longtitude AS `Provinces__longtitude` FROM shops Shops LEFT JOIN districts Districts ON Districts.id = (Shops.district_id) LEFT JOIN provinces Provinces ON Districts.province_id=Provinces.id ORDER BY promoted desc,promoted*Shops.id desc, RAND() LIMIT 8 OFFSET 0',
'params' => [],
'defaultTypes' => [
'Shops__id' => 'integer',
'Shops.id' => 'integer',
'id' => 'integer',
'Shops__name' => 'string',
'Shops.name' => 'string',
'name' => 'string',
'Shops__description' => 'text',
'Shops.description' => 'text',
'description' => 'text',
'Shops__longitude' => 'string',
'Shops.longitude' => 'string',
'longitude' => 'string',
'Shops__latitude' => 'string',
'Shops.latitude' => 'string',
'latitude' => 'string',
'Shops__district_id' => 'integer',
'Shops.district_id' => 'integer',
'district_id' => 'integer',
'Shops__image' => 'string',
'Shops.image' => 'string',
'image' => 'string',
'Shops__city_id' => 'integer',
'Shops.city_id' => 'integer',
'city_id' => 'integer',
'Shops__address' => 'string',
'Shops.address' => 'string',
'address' => 'string',
'Shops__email' => 'string',
'Shops.email' => 'string',
'email' => 'string',
'Shops__phone' => 'string',
'Shops.phone' => 'string',
'phone' => 'string',
'Shops__score' => 'decimal',
'Shops.score' => 'decimal',
'score' => 'decimal',
'Shops__address2' => 'string',
'Shops.address2' => 'string',
'address2' => 'string',
'Shops__facebook' => 'string',
'Shops.facebook' => 'string',
'facebook' => 'string',
'Shops__instagram' => 'string',
'Shops.instagram' => 'string',
'instagram' => 'string',
'Shops__promoted' => 'smallinteger',
'Shops.promoted' => 'smallinteger',
'promoted' => 'smallinteger',
'Shops__images' => 'text',
'Shops.images' => 'text',
'images' => 'text',
'Districts__id' => 'integer',
'Districts.id' => 'integer',
'Districts__name' => 'string',
'Districts.name' => 'string',
'Districts__province_id' => 'integer',
'Districts.province_id' => 'integer',
'province_id' => 'integer',
'Provinces__id' => 'integer',
'Provinces.id' => 'integer',
'Provinces__name' => 'string',
'Provinces.name' => 'string',
'Provinces__latitude' => 'string',
'Provinces.latitude' => 'string',
'Provinces__longtitude' => 'string',
'Provinces.longtitude' => 'string',
'longtitude' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'Districts' => [[maximum depth reached]],
'Provinces' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'scope' => null,
'sort' => null,
'whitelist' => [
[maximum depth reached]
]
],
'repository' => object(App\Model\Table\ShopsTable) {}
}
$results = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {},
(int) 6 => object(Cake\ORM\Entity) {},
(int) 7 => object(Cake\ORM\Entity) {}
]
}
$numResults = (int) 8
$count = (int) 8
$page = (int) 1
$limit = (int) 8
$pageCount = (int) 1
$requestedPage = (int) 1
$order = [
(int) 0 => 'promoted desc,promoted*Shops.id desc, RAND()'
]
$sortDefault = null
$directionDefault = false current - [internal], line ??
Cake\Datasource\Paginator::paginate() - CORE/src/Datasource/Paginator.php, line 200
Cake\Controller\Component\PaginatorComponent::paginate() - CORE/src/Controller/Component/PaginatorComponent.php, line 200
App\Controller\ShopController::search() - APP/Controller/ShopController.php, line 112
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Authentication\Middleware\AuthenticationMiddleware::__invoke() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 121
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 168
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (512) : Unable to emit headers. Headers sent in file=/home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else { $response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RCSR.PL
</title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" href="/css/main.css"/> <script src="/js/jquery.js"></script><script src="https://maps.google.com/maps/api/js?key=AIzaSyCdPrLvAiJMQUVMhtz0e8U2ZdHVqEGTrIM&language=pol"></script><script src="/js/markerclusterer.js"></script><script src="/js/functions.js"></script><script src="/js/bootstrap.min.js"></script><script src="/js/typeahead.bundle.min.js"></script> <link rel='stylesheet' id='fontawesome-css' href='/css/font-awesome.css' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<main class="container " role="main">
<div class="cookie container">
Informujemy, iż w celu optymalizacji treści dostępnych w naszym serwisie, dostosowania ich do Państwa
indywidualnych potrzeb korzystamy z informacji zapisanych za pomocą plików cookies
na urządzeniach końcowych użytkowników. Pliki cookies użytkownik może kontrolować za pomocą ustawień
swojej przeglądarki internetowej. Dalsze korzystanie z naszego serwisu internetowego, bez zmiany ustawień
przeglądarki internetowej oznacza, iż użytkownik akceptuje stosowanie plików cookies.
<div class="col-12 pt-2 text-center"><button class="cookie-accept btn btn-primary">Zamknij</button></div>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<a href="/" class="logo mb-1 d-none d-sm-block">
</a>
</div>
<div class="col-12 col-sm-9">
<div class="menu mt-0 pt-0 mt-sm-5 pt-sm-5">
<nav class="navbar navbar-expand navbar-light">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="/" class="nav-link">Strona główna</a> </li>
<li class="nav-item"><a href="/pages" class="nav-link">Mapa salonów</a> </li>
<li class="nav-item"><a href="/shop/form" class="nav-link">Twój salon</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="row">
<div class="col-12 my-2 text-center">
<h4 class="font-2">
Znajdź certyfikowaną stylistkę rzęs w Twoim mieście!
</h4>
</div>
<div class="search-bar col-12">
<div class="row">
<div class="search-input col-12 col-md-10 offset-md-2 col-lg-8 offset-lg-4 col-xl-6 offset-xl-6">
<form method="post" accept-charset="utf-8" action="/shop/find"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc"/></div><div class="input input-group input-group-prepend text"><input type="text" name="city" class="form-control text-center" placeholder="Wprowadź nazwę miejscowości" id="city"/><div id="typeh"></div><span class="search-button input-group-append">SZUKAJ</span></div></form> <div class="col-10 mt-2 d-none">
<div class="map-link text-center py-1">
<a href="/pages">Mapa SALONÓW</a> </div>
</div>
</div>
</div>
</div>
<div class="col-12 mb-3 mt-5 text-center">
<h4>
Rejest Certyfikowanych Stylistek Rzęs
</h4>
</div>
<div class="col-12 text-justify">
<p>
Obawiasz się efektu po zabiegu stylizacji rzęs lub brwi?
Chciałabyś zostać obsłużona profesjonalnie oraz bezpiecznie?
Z nami to możliwe! Już zawsze będziesz usatysfakcjonowana oraz zadowolona z efektu
stylizacji.
Każdy salon wpisany do Rejestru posiada odpowiednie certyfikaty, świadczące o ukończonych
szkoleniach
ze stylizacji rzęs oraz brwi.
Rzetelne opinie innych klientek są bardzo ważne – dlatego w jednym miejscu zbieramy te które
zostały
pozostawione
przez wiarygodne osoby, zarówno na Facebooku jak i w opiniach Google.
W Twoim mieście jest wielu polecanych Certyfikowanych Stylistów? Skorzystaj z mapy i wybierz najdogodniejszą
dla Ciebie lokalizację.
</p>
</div>
<div class="col-12">
<div class="row">
<div class="col-12">
<h4 class="text-center pt-2 pb-3 text-uppercase "><u><span class="bbottom">Polecane salony</span></u>
</h4>
<div class="search-result row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/152/393">Studio Urody Orchidea</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/img/default_shop.png" class="main-image" data-actual="0" data-images="["1602225679-0-orchidea.jpg","1602225679-1-orchidea2.jpg","1602225679-2-orchidea3.jpg","1602225830-3-orchidea4.jpg","default_shop.png"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="monikagolabek1@gmail.com">monikagolabek1@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="508-390-101">508-390-101</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/SalonKosmetycznyOrchidea/"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/salonkosmetycznyorchidea"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/2/392">Lashes Designer & Permanent Make up Katarzyna Kos</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1594117058-2.jpg" class="main-image" data-actual="0" data-images="["1594229576-0-1594117028-1-3.jpg","1594229671-1-1594117028-2-1.jpg","1594117058-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="lasheskatarzynakos@gmail.com">lasheskatarzynakos@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="731-088-810">731-088-810</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="@LashesKos, Lashes Designer & Permanent Make up Katarzyna Kos"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/lashes_and_permanent_make_up"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/31/397">Daria Boguta Instruktor stylizacji rzęs i brwi Elleebana Szkolenia Poznań</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768389090-1.jpg" class="main-image" data-actual="0" data-images="["1768389090-0-2.jpg","1768389090-1-3.jpg","1768389090-2-4.jpg","1768389090-3-5.jpg","1768389090-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="daria.boguta@gmail.com">daria.boguta@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="783820333">783820333</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/dariaboguta.instruktor.szkolenia"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/daria.boguta/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/94/395">Projekt Rzęsy Anna Ciarka- stylizacja rzęs, szkolenia Jolash Polska </a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768373320-2.jpg" class="main-image" data-actual="0" data-images="["1768373320-0-3.jpg","1768373320-1-4.jpg","1768373320-2-5.jpg","1768373320-3-6.jpg","1768373320-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="aci@jolash.pl">aci@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 781675012"> 781675012</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/profile.php?id=100063726905855"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/projekt_rzesy_anna_ciarka/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/153/399">Centrum Urody La Beautica Agnieszka Pocheć</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768391404-1.jpg" class="main-image" data-actual="0" data-images="["1768391404-0-2.jpg","1768391404-1-3.jpg","1768391404-2-4.jpg","1768391404-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="labeautica@op.pl">labeautica@op.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 669841506"> 669841506</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/labeauticaagnieszkapochec"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/centrumurodyagnieszkapoche/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/15/394">Butterfly Lashes Studio - Magdalena Bilińska-Dering</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768372953-1.jpg" class="main-image" data-actual="0" data-images="["1768372953-0-mbi2.jpg","1768372953-1-mbi3.jpg","1768372953-2-mbi4.jpg","1768372953-3-mbi5.jpg","1768372953-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="mbi@jolash.pl">mbi@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796867923">796867923</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/ButterflylashesMagdalenaBilinska"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/magdalena.bilinska.dering/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/41/396">BB Studio Joanna Bar</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768374180-5.jpg" class="main-image" data-actual="0" data-images="["1768374180-0-1.jpg","1768374180-1-2.jpg","1768374180-2-3.jpg","1768374180-3-6.jpg","1768374180-5.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="barjoasia@wp.pl">barjoasia@wp.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796213591">796213591</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/BBStudioJB"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/bb.studio_joanna.bar/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/27/398">Lashes By Justyna</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768390518-1.jpg" class="main-image" data-actual="0" data-images="["1768390518-0-2.jpg","1768390518-1-3.jpg","1768390518-2-4.jpg","1768390518-3-5.jpg","1768390518-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="jsk@jolash.pl">jsk@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="694289664">694289664</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/RzesyKonin"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/justyna.skarzynska.lashes/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="container clearfix">
</div>
<footer class="mt-3">
<div class="text-center py-3">
Copyright 2020 © Rejestr Certyfikowanych Stylistek Rzęs
</div>
</footer>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=856' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
)); $response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RCSR.PL
</title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" href="/css/main.css"/> <script src="/js/jquery.js"></script><script src="https://maps.google.com/maps/api/js?key=AIzaSyCdPrLvAiJMQUVMhtz0e8U2ZdHVqEGTrIM&language=pol"></script><script src="/js/markerclusterer.js"></script><script src="/js/functions.js"></script><script src="/js/bootstrap.min.js"></script><script src="/js/typeahead.bundle.min.js"></script> <link rel='stylesheet' id='fontawesome-css' href='/css/font-awesome.css' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<main class="container " role="main">
<div class="cookie container">
Informujemy, iż w celu optymalizacji treści dostępnych w naszym serwisie, dostosowania ich do Państwa
indywidualnych potrzeb korzystamy z informacji zapisanych za pomocą plików cookies
na urządzeniach końcowych użytkowników. Pliki cookies użytkownik może kontrolować za pomocą ustawień
swojej przeglądarki internetowej. Dalsze korzystanie z naszego serwisu internetowego, bez zmiany ustawień
przeglądarki internetowej oznacza, iż użytkownik akceptuje stosowanie plików cookies.
<div class="col-12 pt-2 text-center"><button class="cookie-accept btn btn-primary">Zamknij</button></div>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<a href="/" class="logo mb-1 d-none d-sm-block">
</a>
</div>
<div class="col-12 col-sm-9">
<div class="menu mt-0 pt-0 mt-sm-5 pt-sm-5">
<nav class="navbar navbar-expand navbar-light">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="/" class="nav-link">Strona główna</a> </li>
<li class="nav-item"><a href="/pages" class="nav-link">Mapa salonów</a> </li>
<li class="nav-item"><a href="/shop/form" class="nav-link">Twój salon</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="row">
<div class="col-12 my-2 text-center">
<h4 class="font-2">
Znajdź certyfikowaną stylistkę rzęs w Twoim mieście!
</h4>
</div>
<div class="search-bar col-12">
<div class="row">
<div class="search-input col-12 col-md-10 offset-md-2 col-lg-8 offset-lg-4 col-xl-6 offset-xl-6">
<form method="post" accept-charset="utf-8" action="/shop/find"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc"/></div><div class="input input-group input-group-prepend text"><input type="text" name="city" class="form-control text-center" placeholder="Wprowadź nazwę miejscowości" id="city"/><div id="typeh"></div><span class="search-button input-group-append">SZUKAJ</span></div></form> <div class="col-10 mt-2 d-none">
<div class="map-link text-center py-1">
<a href="/pages">Mapa SALONÓW</a> </div>
</div>
</div>
</div>
</div>
<div class="col-12 mb-3 mt-5 text-center">
<h4>
Rejest Certyfikowanych Stylistek Rzęs
</h4>
</div>
<div class="col-12 text-justify">
<p>
Obawiasz się efektu po zabiegu stylizacji rzęs lub brwi?
Chciałabyś zostać obsłużona profesjonalnie oraz bezpiecznie?
Z nami to możliwe! Już zawsze będziesz usatysfakcjonowana oraz zadowolona z efektu
stylizacji.
Każdy salon wpisany do Rejestru posiada odpowiednie certyfikaty, świadczące o ukończonych
szkoleniach
ze stylizacji rzęs oraz brwi.
Rzetelne opinie innych klientek są bardzo ważne – dlatego w jednym miejscu zbieramy te które
zostały
pozostawione
przez wiarygodne osoby, zarówno na Facebooku jak i w opiniach Google.
W Twoim mieście jest wielu polecanych Certyfikowanych Stylistów? Skorzystaj z mapy i wybierz najdogodniejszą
dla Ciebie lokalizację.
</p>
</div>
<div class="col-12">
<div class="row">
<div class="col-12">
<h4 class="text-center pt-2 pb-3 text-uppercase "><u><span class="bbottom">Polecane salony</span></u>
</h4>
<div class="search-result row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/152/393">Studio Urody Orchidea</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/img/default_shop.png" class="main-image" data-actual="0" data-images="["1602225679-0-orchidea.jpg","1602225679-1-orchidea2.jpg","1602225679-2-orchidea3.jpg","1602225830-3-orchidea4.jpg","default_shop.png"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="monikagolabek1@gmail.com">monikagolabek1@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="508-390-101">508-390-101</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/SalonKosmetycznyOrchidea/"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/salonkosmetycznyorchidea"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/2/392">Lashes Designer & Permanent Make up Katarzyna Kos</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1594117058-2.jpg" class="main-image" data-actual="0" data-images="["1594229576-0-1594117028-1-3.jpg","1594229671-1-1594117028-2-1.jpg","1594117058-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="lasheskatarzynakos@gmail.com">lasheskatarzynakos@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="731-088-810">731-088-810</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="@LashesKos, Lashes Designer & Permanent Make up Katarzyna Kos"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/lashes_and_permanent_make_up"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/31/397">Daria Boguta Instruktor stylizacji rzęs i brwi Elleebana Szkolenia Poznań</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768389090-1.jpg" class="main-image" data-actual="0" data-images="["1768389090-0-2.jpg","1768389090-1-3.jpg","1768389090-2-4.jpg","1768389090-3-5.jpg","1768389090-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="daria.boguta@gmail.com">daria.boguta@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="783820333">783820333</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/dariaboguta.instruktor.szkolenia"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/daria.boguta/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/94/395">Projekt Rzęsy Anna Ciarka- stylizacja rzęs, szkolenia Jolash Polska </a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768373320-2.jpg" class="main-image" data-actual="0" data-images="["1768373320-0-3.jpg","1768373320-1-4.jpg","1768373320-2-5.jpg","1768373320-3-6.jpg","1768373320-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="aci@jolash.pl">aci@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 781675012"> 781675012</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/profile.php?id=100063726905855"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/projekt_rzesy_anna_ciarka/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/153/399">Centrum Urody La Beautica Agnieszka Pocheć</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768391404-1.jpg" class="main-image" data-actual="0" data-images="["1768391404-0-2.jpg","1768391404-1-3.jpg","1768391404-2-4.jpg","1768391404-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="labeautica@op.pl">labeautica@op.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 669841506"> 669841506</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/labeauticaagnieszkapochec"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/centrumurodyagnieszkapoche/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/15/394">Butterfly Lashes Studio - Magdalena Bilińska-Dering</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768372953-1.jpg" class="main-image" data-actual="0" data-images="["1768372953-0-mbi2.jpg","1768372953-1-mbi3.jpg","1768372953-2-mbi4.jpg","1768372953-3-mbi5.jpg","1768372953-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="mbi@jolash.pl">mbi@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796867923">796867923</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/ButterflylashesMagdalenaBilinska"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/magdalena.bilinska.dering/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/41/396">BB Studio Joanna Bar</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768374180-5.jpg" class="main-image" data-actual="0" data-images="["1768374180-0-1.jpg","1768374180-1-2.jpg","1768374180-2-3.jpg","1768374180-3-6.jpg","1768374180-5.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="barjoasia@wp.pl">barjoasia@wp.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796213591">796213591</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/BBStudioJB"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/bb.studio_joanna.bar/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/27/398">Lashes By Justyna</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768390518-1.jpg" class="main-image" data-actual="0" data-images="["1768390518-0-2.jpg","1768390518-1-3.jpg","1768390518-2-4.jpg","1768390518-3-5.jpg","1768390518-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="jsk@jolash.pl">jsk@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="694289664">694289664</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/RzesyKonin"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/justyna.skarzynska.lashes/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="container clearfix">
</div>
<footer class="mt-3">
<div class="text-center py-3">
Copyright 2020 © Rejestr Certyfikowanych Stylistek Rzęs
</div>
</footer>
</body>
</html>
'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 185 ]Code Context $value
), $first );
$first = false ; $response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RCSR.PL
</title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" href="/css/main.css"/> <script src="/js/jquery.js"></script><script src="https://maps.google.com/maps/api/js?key=AIzaSyCdPrLvAiJMQUVMhtz0e8U2ZdHVqEGTrIM&language=pol"></script><script src="/js/markerclusterer.js"></script><script src="/js/functions.js"></script><script src="/js/bootstrap.min.js"></script><script src="/js/typeahead.bundle.min.js"></script> <link rel='stylesheet' id='fontawesome-css' href='/css/font-awesome.css' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<main class="container " role="main">
<div class="cookie container">
Informujemy, iż w celu optymalizacji treści dostępnych w naszym serwisie, dostosowania ich do Państwa
indywidualnych potrzeb korzystamy z informacji zapisanych za pomocą plików cookies
na urządzeniach końcowych użytkowników. Pliki cookies użytkownik może kontrolować za pomocą ustawień
swojej przeglądarki internetowej. Dalsze korzystanie z naszego serwisu internetowego, bez zmiany ustawień
przeglądarki internetowej oznacza, iż użytkownik akceptuje stosowanie plików cookies.
<div class="col-12 pt-2 text-center"><button class="cookie-accept btn btn-primary">Zamknij</button></div>
</div>
<div class="row">
<div class="col-12 col-sm-3">
<a href="/" class="logo mb-1 d-none d-sm-block">
</a>
</div>
<div class="col-12 col-sm-9">
<div class="menu mt-0 pt-0 mt-sm-5 pt-sm-5">
<nav class="navbar navbar-expand navbar-light">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="/" class="nav-link">Strona główna</a> </li>
<li class="nav-item"><a href="/pages" class="nav-link">Mapa salonów</a> </li>
<li class="nav-item"><a href="/shop/form" class="nav-link">Twój salon</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="row">
<div class="col-12 my-2 text-center">
<h4 class="font-2">
Znajdź certyfikowaną stylistkę rzęs w Twoim mieście!
</h4>
</div>
<div class="search-bar col-12">
<div class="row">
<div class="search-input col-12 col-md-10 offset-md-2 col-lg-8 offset-lg-4 col-xl-6 offset-xl-6">
<form method="post" accept-charset="utf-8" action="/shop/find"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc"/></div><div class="input input-group input-group-prepend text"><input type="text" name="city" class="form-control text-center" placeholder="Wprowadź nazwę miejscowości" id="city"/><div id="typeh"></div><span class="search-button input-group-append">SZUKAJ</span></div></form> <div class="col-10 mt-2 d-none">
<div class="map-link text-center py-1">
<a href="/pages">Mapa SALONÓW</a> </div>
</div>
</div>
</div>
</div>
<div class="col-12 mb-3 mt-5 text-center">
<h4>
Rejest Certyfikowanych Stylistek Rzęs
</h4>
</div>
<div class="col-12 text-justify">
<p>
Obawiasz się efektu po zabiegu stylizacji rzęs lub brwi?
Chciałabyś zostać obsłużona profesjonalnie oraz bezpiecznie?
Z nami to możliwe! Już zawsze będziesz usatysfakcjonowana oraz zadowolona z efektu
stylizacji.
Każdy salon wpisany do Rejestru posiada odpowiednie certyfikaty, świadczące o ukończonych
szkoleniach
ze stylizacji rzęs oraz brwi.
Rzetelne opinie innych klientek są bardzo ważne – dlatego w jednym miejscu zbieramy te które
zostały
pozostawione
przez wiarygodne osoby, zarówno na Facebooku jak i w opiniach Google.
W Twoim mieście jest wielu polecanych Certyfikowanych Stylistów? Skorzystaj z mapy i wybierz najdogodniejszą
dla Ciebie lokalizację.
</p>
</div>
<div class="col-12">
<div class="row">
<div class="col-12">
<h4 class="text-center pt-2 pb-3 text-uppercase "><u><span class="bbottom">Polecane salony</span></u>
</h4>
<div class="search-result row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/152/393">Studio Urody Orchidea</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/img/default_shop.png" class="main-image" data-actual="0" data-images="["1602225679-0-orchidea.jpg","1602225679-1-orchidea2.jpg","1602225679-2-orchidea3.jpg","1602225830-3-orchidea4.jpg","default_shop.png"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="monikagolabek1@gmail.com">monikagolabek1@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="508-390-101">508-390-101</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/SalonKosmetycznyOrchidea/"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/salonkosmetycznyorchidea"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/2/392">Lashes Designer & Permanent Make up Katarzyna Kos</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1594117058-2.jpg" class="main-image" data-actual="0" data-images="["1594229576-0-1594117028-1-3.jpg","1594229671-1-1594117028-2-1.jpg","1594117058-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="lasheskatarzynakos@gmail.com">lasheskatarzynakos@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="731-088-810">731-088-810</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="@LashesKos, Lashes Designer & Permanent Make up Katarzyna Kos"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/lashes_and_permanent_make_up"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/31/397">Daria Boguta Instruktor stylizacji rzęs i brwi Elleebana Szkolenia Poznań</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768389090-1.jpg" class="main-image" data-actual="0" data-images="["1768389090-0-2.jpg","1768389090-1-3.jpg","1768389090-2-4.jpg","1768389090-3-5.jpg","1768389090-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="daria.boguta@gmail.com">daria.boguta@gmail.com</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="783820333">783820333</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/dariaboguta.instruktor.szkolenia"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/daria.boguta/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/94/395">Projekt Rzęsy Anna Ciarka- stylizacja rzęs, szkolenia Jolash Polska </a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768373320-2.jpg" class="main-image" data-actual="0" data-images="["1768373320-0-3.jpg","1768373320-1-4.jpg","1768373320-2-5.jpg","1768373320-3-6.jpg","1768373320-2.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="aci@jolash.pl">aci@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 781675012"> 781675012</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/profile.php?id=100063726905855"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/projekt_rzesy_anna_ciarka/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/153/399">Centrum Urody La Beautica Agnieszka Pocheć</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768391404-1.jpg" class="main-image" data-actual="0" data-images="["1768391404-0-2.jpg","1768391404-1-3.jpg","1768391404-2-4.jpg","1768391404-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="labeautica@op.pl">labeautica@op.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title=" 669841506"> 669841506</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/labeauticaagnieszkapochec"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/centrumurodyagnieszkapoche/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/15/394">Butterfly Lashes Studio - Magdalena Bilińska-Dering</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768372953-1.jpg" class="main-image" data-actual="0" data-images="["1768372953-0-mbi2.jpg","1768372953-1-mbi3.jpg","1768372953-2-mbi4.jpg","1768372953-3-mbi5.jpg","1768372953-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="mbi@jolash.pl">mbi@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796867923">796867923</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/ButterflylashesMagdalenaBilinska"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/magdalena.bilinska.dering/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/41/396">BB Studio Joanna Bar</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768374180-5.jpg" class="main-image" data-actual="0" data-images="["1768374180-0-1.jpg","1768374180-1-2.jpg","1768374180-2-3.jpg","1768374180-3-6.jpg","1768374180-5.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="barjoasia@wp.pl">barjoasia@wp.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="796213591">796213591</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/BBStudioJB"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/bb.studio_joanna.bar/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3">
<div class="row ">
<div class="col-12 mh-100 text-center text-md-left">
<p class="font-14 "><a class="text-reset" href="/city/27/398">Lashes By Justyna</a></p> </div>
<div class="col-12 minh-140 text-center text-md-left">
<img src="/files/1768390518-1.jpg" class="main-image" data-actual="0" data-images="["1768390518-0-2.jpg","1768390518-1-3.jpg","1768390518-2-4.jpg","1768390518-3-5.jpg","1768390518-1.jpg"]" alt=""/> </div>
</div>
<div class="row">
<div class="col-12 text-left text-md-center">
<span></span> <div class="row py-2">
<div
class="col-8 pr-sm-0 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="mail-icon mr-2" title="jsk@jolash.pl">jsk@jolash.pl</span></div>
<div
class="col-8 offset-3 col-sm-6 offset-sm-0 text-left text-md-center text-truncate"> <span class="phone-icon mr-2" title="694289664">694289664</span></div>
<div class="col-12 text-left">
<a class="text-dark" href="https://www.facebook.com/RzesyKonin"><i class="fab fa-facebook fa-3x"></i></a> <a class="text-dark" href="https://www.instagram.com/https://www.instagram.com/justyna.skarzynska.lashes/"><i class="fab fa-instagram fa-3x"></i></a> </div>
</div>
</div>
</div>
<br/>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="container clearfix">
</div>
<footer class="mt-3">
<div class="text-center py-3">
Copyright 2020 © Rejestr Certyfikowanych Stylistek Rzęs
</div>
</footer>
</body>
</html>
'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 185
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/virtual/rcsr-pl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 210 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
); $cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '9cdde041e561af30fdd02a9fa69f591bb7f8e67315cdf56d948b749e3e14688b25f8db8a99110ae9d49b67ae02772d41289edc8b8a2ad33f7f00c201114922cc',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
RCSR.PL
Informujemy, iż w celu optymalizacji treści dostępnych w naszym serwisie, dostosowania ich do Państwa
indywidualnych potrzeb korzystamy z informacji zapisanych za pomocą plików cookies
na urządzeniach końcowych użytkowników. Pliki cookies użytkownik może kontrolować za pomocą ustawień
swojej przeglądarki internetowej. Dalsze korzystanie z naszego serwisu internetowego, bez zmiany ustawień
przeglądarki internetowej oznacza, iż użytkownik akceptuje stosowanie plików cookies.
Zamknij
Znajdź certyfikowaną stylistkę rzęs w Twoim mieście!
Rejest Certyfikowanych Stylistek Rzęs
Obawiasz się efektu po zabiegu stylizacji rzęs lub brwi?
Chciałabyś zostać obsłużona profesjonalnie oraz bezpiecznie?
Z nami to możliwe! Już zawsze będziesz usatysfakcjonowana oraz zadowolona z efektu
stylizacji.
Każdy salon wpisany do Rejestru posiada odpowiednie certyfikaty, świadczące o ukończonych
szkoleniach
ze stylizacji rzęs oraz brwi.
Rzetelne opinie innych klientek są bardzo ważne – dlatego w jednym miejscu zbieramy te które
zostały
pozostawione
przez wiarygodne osoby, zarówno na Facebooku jak i w opiniach Google.
W Twoim mieście jest wielu polecanych Certyfikowanych Stylistów? Skorzystaj z mapy i wybierz najdogodniejszą
dla Ciebie lokalizację.
Polecane salony
monikagolabek1@gmail.com
508-390-101
lasheskatarzynakos@gmail.com
731-088-810
daria.boguta@gmail.com
783820333
labeautica@op.pl
669841506
barjoasia@wp.pl
796213591