Warning (2): count(): Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'having' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Users.id AS `Users__id`, Users.email AS `Users__email`, Users.password AS `Users__password`, Users.name AS `Users__name`, Users.firstname AS `Users__firstname`, Users.subscription_date AS `Users__subscription_date`, Users.active AS `Users__active`, Users.created AS `Users__created`, Users.type AS `Users__type`, Users.location_id AS `Users__location_id`, Agents.id AS `Agents__id`, Agents.name AS `Agents__name`, Agents.firstname AS `Agents__firstname`, Agents.photo AS `Agents__photo`, Agents.bio AS `Agents__bio`, Agents.active AS `Agents__active`, Agents.location_id AS `Agents__location_id`, Agents.user_id AS `Agents__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Yachts.id AS `Yachts__id`, Yachts.flag AS `Yachts__flag`, Yachts.brand_name AS `Yachts__brand_name`, Yachts.length AS `Yachts__length`, Yachts.beam AS `Yachts__beam`, Yachts.bearth AS `Yachts__bearth`, Yachts.engines AS `Yachts__engines`, Yachts.engines_hp AS `Yachts__engines_hp`, Yachts.engine_hours AS `Yachts__engine_hours`, Yachts.engine_brand AS `Yachts__engine_brand`, Yachts.max_speed AS `Yachts__max_speed`, Yachts.fuel_tankage AS `Yachts__fuel_tankage`, Yachts.water_tankage AS `Yachts__water_tankage`, Yachts.naval_architect AS `Yachts__naval_architect`, Yachts.interior_designer AS `Yachts__interior_designer`, Yachts.boat_type AS `Yachts__boat_type`, Yachts.cabins AS `Yachts__cabins`, Yachts.conditions AS `Yachts__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Currencies.id AS `Currencies__id`, Currencies.name AS `Currencies__name`, Currencies.code AS `Currencies__code` FROM sales Sales INNER JOIN users Users ON Users.id = (Sales.user_id) LEFT JOIN agents Agents ON Agents.id = (Sales.agent_id) LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN yachts Yachts ON Yachts.id = (Sales.yacht_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) LEFT JOIN currencies Currencies ON Currencies.id = (Sales.currency_id) WHERE Sales.id = :c0' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Users__id' => 'integer', 'Users.id' => 'integer', 'Users__email' => 'string', 'Users.email' => 'string', 'email' => 'string', 'Users__password' => 'string', 'Users.password' => 'string', 'password' => 'string', 'Users__name' => 'string', 'Users.name' => 'string', 'name' => 'string', 'Users__firstname' => 'string', 'Users.firstname' => 'string', 'firstname' => 'string', 'Users__subscription_date' => 'date', 'Users.subscription_date' => 'date', 'subscription_date' => 'date', 'Users__active' => 'boolean', 'Users.active' => 'boolean', 'Users__created' => 'datetime', 'Users.created' => 'datetime', 'Users__type' => 'string', 'Users.type' => 'string', 'type' => 'string', 'Users__location_id' => 'integer', 'Users.location_id' => 'integer', 'location_id' => 'integer', 'Agents__id' => 'integer', 'Agents.id' => 'integer', 'Agents__name' => 'string', 'Agents.name' => 'string', 'Agents__firstname' => 'string', 'Agents.firstname' => 'string', 'Agents__photo' => 'string', 'Agents.photo' => 'string', 'photo' => 'string', 'Agents__bio' => 'string', 'Agents.bio' => 'string', 'bio' => 'string', 'Agents__active' => 'boolean', 'Agents.active' => 'boolean', 'Agents__location_id' => 'integer', 'Agents.location_id' => 'integer', 'Agents__user_id' => 'integer', 'Agents.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Yachts__id' => 'integer', 'Yachts.id' => 'integer', 'Yachts__flag' => 'string', 'Yachts.flag' => 'string', 'flag' => 'string', 'Yachts__brand_name' => 'string', 'Yachts.brand_name' => 'string', 'Yachts__length' => 'string', 'Yachts.length' => 'string', 'length' => 'string', 'Yachts__beam' => 'string', 'Yachts.beam' => 'string', 'beam' => 'string', 'Yachts__bearth' => 'string', 'Yachts.bearth' => 'string', 'bearth' => 'string', 'Yachts__engines' => 'string', 'Yachts.engines' => 'string', 'engines' => 'string', 'Yachts__engines_hp' => 'string', 'Yachts.engines_hp' => 'string', 'engines_hp' => 'string', 'Yachts__engine_hours' => 'string', 'Yachts.engine_hours' => 'string', 'engine_hours' => 'string', 'Yachts__engine_brand' => 'string', 'Yachts.engine_brand' => 'string', 'engine_brand' => 'string', 'Yachts__max_speed' => 'string', 'Yachts.max_speed' => 'string', 'max_speed' => 'string', 'Yachts__fuel_tankage' => 'string', 'Yachts.fuel_tankage' => 'string', 'fuel_tankage' => 'string', 'Yachts__water_tankage' => 'string', 'Yachts.water_tankage' => 'string', 'water_tankage' => 'string', 'Yachts__naval_architect' => 'string', 'Yachts.naval_architect' => 'string', 'naval_architect' => 'string', 'Yachts__interior_designer' => 'string', 'Yachts.interior_designer' => 'string', 'interior_designer' => 'string', 'Yachts__boat_type' => 'string', 'Yachts.boat_type' => 'string', 'boat_type' => 'string', 'Yachts__cabins' => 'string', 'Yachts.cabins' => 'string', 'cabins' => 'string', 'Yachts__conditions' => 'string', 'Yachts.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string', 'Currencies__id' => 'integer', 'Currencies.id' => 'integer', 'Currencies__name' => 'string', 'Currencies.name' => 'string', 'Currencies__code' => 'string', 'Currencies.code' => 'string', 'code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Users' => [[maximum depth reached]], 'Agents' => [ [maximum depth reached] ], 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Yachts' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ], 'Currencies' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 26
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'order' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Users.id AS `Users__id`, Users.email AS `Users__email`, Users.password AS `Users__password`, Users.name AS `Users__name`, Users.firstname AS `Users__firstname`, Users.subscription_date AS `Users__subscription_date`, Users.active AS `Users__active`, Users.created AS `Users__created`, Users.type AS `Users__type`, Users.location_id AS `Users__location_id`, Agents.id AS `Agents__id`, Agents.name AS `Agents__name`, Agents.firstname AS `Agents__firstname`, Agents.photo AS `Agents__photo`, Agents.bio AS `Agents__bio`, Agents.active AS `Agents__active`, Agents.location_id AS `Agents__location_id`, Agents.user_id AS `Agents__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Yachts.id AS `Yachts__id`, Yachts.flag AS `Yachts__flag`, Yachts.brand_name AS `Yachts__brand_name`, Yachts.length AS `Yachts__length`, Yachts.beam AS `Yachts__beam`, Yachts.bearth AS `Yachts__bearth`, Yachts.engines AS `Yachts__engines`, Yachts.engines_hp AS `Yachts__engines_hp`, Yachts.engine_hours AS `Yachts__engine_hours`, Yachts.engine_brand AS `Yachts__engine_brand`, Yachts.max_speed AS `Yachts__max_speed`, Yachts.fuel_tankage AS `Yachts__fuel_tankage`, Yachts.water_tankage AS `Yachts__water_tankage`, Yachts.naval_architect AS `Yachts__naval_architect`, Yachts.interior_designer AS `Yachts__interior_designer`, Yachts.boat_type AS `Yachts__boat_type`, Yachts.cabins AS `Yachts__cabins`, Yachts.conditions AS `Yachts__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Currencies.id AS `Currencies__id`, Currencies.name AS `Currencies__name`, Currencies.code AS `Currencies__code` FROM sales Sales INNER JOIN users Users ON Users.id = (Sales.user_id) LEFT JOIN agents Agents ON Agents.id = (Sales.agent_id) LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN yachts Yachts ON Yachts.id = (Sales.yacht_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) LEFT JOIN currencies Currencies ON Currencies.id = (Sales.currency_id) WHERE Sales.id = :c0' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Users__id' => 'integer', 'Users.id' => 'integer', 'Users__email' => 'string', 'Users.email' => 'string', 'email' => 'string', 'Users__password' => 'string', 'Users.password' => 'string', 'password' => 'string', 'Users__name' => 'string', 'Users.name' => 'string', 'name' => 'string', 'Users__firstname' => 'string', 'Users.firstname' => 'string', 'firstname' => 'string', 'Users__subscription_date' => 'date', 'Users.subscription_date' => 'date', 'subscription_date' => 'date', 'Users__active' => 'boolean', 'Users.active' => 'boolean', 'Users__created' => 'datetime', 'Users.created' => 'datetime', 'Users__type' => 'string', 'Users.type' => 'string', 'type' => 'string', 'Users__location_id' => 'integer', 'Users.location_id' => 'integer', 'location_id' => 'integer', 'Agents__id' => 'integer', 'Agents.id' => 'integer', 'Agents__name' => 'string', 'Agents.name' => 'string', 'Agents__firstname' => 'string', 'Agents.firstname' => 'string', 'Agents__photo' => 'string', 'Agents.photo' => 'string', 'photo' => 'string', 'Agents__bio' => 'string', 'Agents.bio' => 'string', 'bio' => 'string', 'Agents__active' => 'boolean', 'Agents.active' => 'boolean', 'Agents__location_id' => 'integer', 'Agents.location_id' => 'integer', 'Agents__user_id' => 'integer', 'Agents.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Yachts__id' => 'integer', 'Yachts.id' => 'integer', 'Yachts__flag' => 'string', 'Yachts.flag' => 'string', 'flag' => 'string', 'Yachts__brand_name' => 'string', 'Yachts.brand_name' => 'string', 'Yachts__length' => 'string', 'Yachts.length' => 'string', 'length' => 'string', 'Yachts__beam' => 'string', 'Yachts.beam' => 'string', 'beam' => 'string', 'Yachts__bearth' => 'string', 'Yachts.bearth' => 'string', 'bearth' => 'string', 'Yachts__engines' => 'string', 'Yachts.engines' => 'string', 'engines' => 'string', 'Yachts__engines_hp' => 'string', 'Yachts.engines_hp' => 'string', 'engines_hp' => 'string', 'Yachts__engine_hours' => 'string', 'Yachts.engine_hours' => 'string', 'engine_hours' => 'string', 'Yachts__engine_brand' => 'string', 'Yachts.engine_brand' => 'string', 'engine_brand' => 'string', 'Yachts__max_speed' => 'string', 'Yachts.max_speed' => 'string', 'max_speed' => 'string', 'Yachts__fuel_tankage' => 'string', 'Yachts.fuel_tankage' => 'string', 'fuel_tankage' => 'string', 'Yachts__water_tankage' => 'string', 'Yachts.water_tankage' => 'string', 'water_tankage' => 'string', 'Yachts__naval_architect' => 'string', 'Yachts.naval_architect' => 'string', 'naval_architect' => 'string', 'Yachts__interior_designer' => 'string', 'Yachts.interior_designer' => 'string', 'interior_designer' => 'string', 'Yachts__boat_type' => 'string', 'Yachts.boat_type' => 'string', 'boat_type' => 'string', 'Yachts__cabins' => 'string', 'Yachts.cabins' => 'string', 'cabins' => 'string', 'Yachts__conditions' => 'string', 'Yachts.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string', 'Currencies__id' => 'integer', 'Currencies.id' => 'integer', 'Currencies__name' => 'string', 'Currencies.name' => 'string', 'Currencies__code' => 'string', 'Currencies.code' => 'string', 'code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Users' => [[maximum depth reached]], 'Agents' => [ [maximum depth reached] ], 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Yachts' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ], 'Currencies' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 26
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = (int) 1 $name = 'limit' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Users.id AS `Users__id`, Users.email AS `Users__email`, Users.password AS `Users__password`, Users.name AS `Users__name`, Users.firstname AS `Users__firstname`, Users.subscription_date AS `Users__subscription_date`, Users.active AS `Users__active`, Users.created AS `Users__created`, Users.type AS `Users__type`, Users.location_id AS `Users__location_id`, Agents.id AS `Agents__id`, Agents.name AS `Agents__name`, Agents.firstname AS `Agents__firstname`, Agents.photo AS `Agents__photo`, Agents.bio AS `Agents__bio`, Agents.active AS `Agents__active`, Agents.location_id AS `Agents__location_id`, Agents.user_id AS `Agents__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Yachts.id AS `Yachts__id`, Yachts.flag AS `Yachts__flag`, Yachts.brand_name AS `Yachts__brand_name`, Yachts.length AS `Yachts__length`, Yachts.beam AS `Yachts__beam`, Yachts.bearth AS `Yachts__bearth`, Yachts.engines AS `Yachts__engines`, Yachts.engines_hp AS `Yachts__engines_hp`, Yachts.engine_hours AS `Yachts__engine_hours`, Yachts.engine_brand AS `Yachts__engine_brand`, Yachts.max_speed AS `Yachts__max_speed`, Yachts.fuel_tankage AS `Yachts__fuel_tankage`, Yachts.water_tankage AS `Yachts__water_tankage`, Yachts.naval_architect AS `Yachts__naval_architect`, Yachts.interior_designer AS `Yachts__interior_designer`, Yachts.boat_type AS `Yachts__boat_type`, Yachts.cabins AS `Yachts__cabins`, Yachts.conditions AS `Yachts__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Currencies.id AS `Currencies__id`, Currencies.name AS `Currencies__name`, Currencies.code AS `Currencies__code` FROM sales Sales INNER JOIN users Users ON Users.id = (Sales.user_id) LEFT JOIN agents Agents ON Agents.id = (Sales.agent_id) LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN yachts Yachts ON Yachts.id = (Sales.yacht_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) LEFT JOIN currencies Currencies ON Currencies.id = (Sales.currency_id) WHERE Sales.id = :c0' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Users__id' => 'integer', 'Users.id' => 'integer', 'Users__email' => 'string', 'Users.email' => 'string', 'email' => 'string', 'Users__password' => 'string', 'Users.password' => 'string', 'password' => 'string', 'Users__name' => 'string', 'Users.name' => 'string', 'name' => 'string', 'Users__firstname' => 'string', 'Users.firstname' => 'string', 'firstname' => 'string', 'Users__subscription_date' => 'date', 'Users.subscription_date' => 'date', 'subscription_date' => 'date', 'Users__active' => 'boolean', 'Users.active' => 'boolean', 'Users__created' => 'datetime', 'Users.created' => 'datetime', 'Users__type' => 'string', 'Users.type' => 'string', 'type' => 'string', 'Users__location_id' => 'integer', 'Users.location_id' => 'integer', 'location_id' => 'integer', 'Agents__id' => 'integer', 'Agents.id' => 'integer', 'Agents__name' => 'string', 'Agents.name' => 'string', 'Agents__firstname' => 'string', 'Agents.firstname' => 'string', 'Agents__photo' => 'string', 'Agents.photo' => 'string', 'photo' => 'string', 'Agents__bio' => 'string', 'Agents.bio' => 'string', 'bio' => 'string', 'Agents__active' => 'boolean', 'Agents.active' => 'boolean', 'Agents__location_id' => 'integer', 'Agents.location_id' => 'integer', 'Agents__user_id' => 'integer', 'Agents.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Yachts__id' => 'integer', 'Yachts.id' => 'integer', 'Yachts__flag' => 'string', 'Yachts.flag' => 'string', 'flag' => 'string', 'Yachts__brand_name' => 'string', 'Yachts.brand_name' => 'string', 'Yachts__length' => 'string', 'Yachts.length' => 'string', 'length' => 'string', 'Yachts__beam' => 'string', 'Yachts.beam' => 'string', 'beam' => 'string', 'Yachts__bearth' => 'string', 'Yachts.bearth' => 'string', 'bearth' => 'string', 'Yachts__engines' => 'string', 'Yachts.engines' => 'string', 'engines' => 'string', 'Yachts__engines_hp' => 'string', 'Yachts.engines_hp' => 'string', 'engines_hp' => 'string', 'Yachts__engine_hours' => 'string', 'Yachts.engine_hours' => 'string', 'engine_hours' => 'string', 'Yachts__engine_brand' => 'string', 'Yachts.engine_brand' => 'string', 'engine_brand' => 'string', 'Yachts__max_speed' => 'string', 'Yachts.max_speed' => 'string', 'max_speed' => 'string', 'Yachts__fuel_tankage' => 'string', 'Yachts.fuel_tankage' => 'string', 'fuel_tankage' => 'string', 'Yachts__water_tankage' => 'string', 'Yachts.water_tankage' => 'string', 'water_tankage' => 'string', 'Yachts__naval_architect' => 'string', 'Yachts.naval_architect' => 'string', 'naval_architect' => 'string', 'Yachts__interior_designer' => 'string', 'Yachts.interior_designer' => 'string', 'interior_designer' => 'string', 'Yachts__boat_type' => 'string', 'Yachts.boat_type' => 'string', 'boat_type' => 'string', 'Yachts__cabins' => 'string', 'Yachts.cabins' => 'string', 'cabins' => 'string', 'Yachts__conditions' => 'string', 'Yachts.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string', 'Currencies__id' => 'integer', 'Currencies.id' => 'integer', 'Currencies__name' => 'string', 'Currencies.name' => 'string', 'Currencies__code' => 'string', 'Currencies.code' => 'string', 'code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Users' => [[maximum depth reached]], 'Agents' => [ [maximum depth reached] ], 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Yachts' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ], 'Currencies' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 26
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'offset' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Users.id AS `Users__id`, Users.email AS `Users__email`, Users.password AS `Users__password`, Users.name AS `Users__name`, Users.firstname AS `Users__firstname`, Users.subscription_date AS `Users__subscription_date`, Users.active AS `Users__active`, Users.created AS `Users__created`, Users.type AS `Users__type`, Users.location_id AS `Users__location_id`, Agents.id AS `Agents__id`, Agents.name AS `Agents__name`, Agents.firstname AS `Agents__firstname`, Agents.photo AS `Agents__photo`, Agents.bio AS `Agents__bio`, Agents.active AS `Agents__active`, Agents.location_id AS `Agents__location_id`, Agents.user_id AS `Agents__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Yachts.id AS `Yachts__id`, Yachts.flag AS `Yachts__flag`, Yachts.brand_name AS `Yachts__brand_name`, Yachts.length AS `Yachts__length`, Yachts.beam AS `Yachts__beam`, Yachts.bearth AS `Yachts__bearth`, Yachts.engines AS `Yachts__engines`, Yachts.engines_hp AS `Yachts__engines_hp`, Yachts.engine_hours AS `Yachts__engine_hours`, Yachts.engine_brand AS `Yachts__engine_brand`, Yachts.max_speed AS `Yachts__max_speed`, Yachts.fuel_tankage AS `Yachts__fuel_tankage`, Yachts.water_tankage AS `Yachts__water_tankage`, Yachts.naval_architect AS `Yachts__naval_architect`, Yachts.interior_designer AS `Yachts__interior_designer`, Yachts.boat_type AS `Yachts__boat_type`, Yachts.cabins AS `Yachts__cabins`, Yachts.conditions AS `Yachts__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Currencies.id AS `Currencies__id`, Currencies.name AS `Currencies__name`, Currencies.code AS `Currencies__code` FROM sales Sales INNER JOIN users Users ON Users.id = (Sales.user_id) LEFT JOIN agents Agents ON Agents.id = (Sales.agent_id) LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN yachts Yachts ON Yachts.id = (Sales.yacht_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) LEFT JOIN currencies Currencies ON Currencies.id = (Sales.currency_id) WHERE Sales.id = :c0 LIMIT 1' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Users__id' => 'integer', 'Users.id' => 'integer', 'Users__email' => 'string', 'Users.email' => 'string', 'email' => 'string', 'Users__password' => 'string', 'Users.password' => 'string', 'password' => 'string', 'Users__name' => 'string', 'Users.name' => 'string', 'name' => 'string', 'Users__firstname' => 'string', 'Users.firstname' => 'string', 'firstname' => 'string', 'Users__subscription_date' => 'date', 'Users.subscription_date' => 'date', 'subscription_date' => 'date', 'Users__active' => 'boolean', 'Users.active' => 'boolean', 'Users__created' => 'datetime', 'Users.created' => 'datetime', 'Users__type' => 'string', 'Users.type' => 'string', 'type' => 'string', 'Users__location_id' => 'integer', 'Users.location_id' => 'integer', 'location_id' => 'integer', 'Agents__id' => 'integer', 'Agents.id' => 'integer', 'Agents__name' => 'string', 'Agents.name' => 'string', 'Agents__firstname' => 'string', 'Agents.firstname' => 'string', 'Agents__photo' => 'string', 'Agents.photo' => 'string', 'photo' => 'string', 'Agents__bio' => 'string', 'Agents.bio' => 'string', 'bio' => 'string', 'Agents__active' => 'boolean', 'Agents.active' => 'boolean', 'Agents__location_id' => 'integer', 'Agents.location_id' => 'integer', 'Agents__user_id' => 'integer', 'Agents.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Yachts__id' => 'integer', 'Yachts.id' => 'integer', 'Yachts__flag' => 'string', 'Yachts.flag' => 'string', 'flag' => 'string', 'Yachts__brand_name' => 'string', 'Yachts.brand_name' => 'string', 'Yachts__length' => 'string', 'Yachts.length' => 'string', 'length' => 'string', 'Yachts__beam' => 'string', 'Yachts.beam' => 'string', 'beam' => 'string', 'Yachts__bearth' => 'string', 'Yachts.bearth' => 'string', 'bearth' => 'string', 'Yachts__engines' => 'string', 'Yachts.engines' => 'string', 'engines' => 'string', 'Yachts__engines_hp' => 'string', 'Yachts.engines_hp' => 'string', 'engines_hp' => 'string', 'Yachts__engine_hours' => 'string', 'Yachts.engine_hours' => 'string', 'engine_hours' => 'string', 'Yachts__engine_brand' => 'string', 'Yachts.engine_brand' => 'string', 'engine_brand' => 'string', 'Yachts__max_speed' => 'string', 'Yachts.max_speed' => 'string', 'max_speed' => 'string', 'Yachts__fuel_tankage' => 'string', 'Yachts.fuel_tankage' => 'string', 'fuel_tankage' => 'string', 'Yachts__water_tankage' => 'string', 'Yachts.water_tankage' => 'string', 'water_tankage' => 'string', 'Yachts__naval_architect' => 'string', 'Yachts.naval_architect' => 'string', 'naval_architect' => 'string', 'Yachts__interior_designer' => 'string', 'Yachts.interior_designer' => 'string', 'interior_designer' => 'string', 'Yachts__boat_type' => 'string', 'Yachts.boat_type' => 'string', 'boat_type' => 'string', 'Yachts__cabins' => 'string', 'Yachts.cabins' => 'string', 'cabins' => 'string', 'Yachts__conditions' => 'string', 'Yachts.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string', 'Currencies__id' => 'integer', 'Currencies.id' => 'integer', 'Currencies__name' => 'string', 'Currencies.name' => 'string', 'Currencies__code' => 'string', 'Currencies.code' => 'string', 'code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Users' => [[maximum depth reached]], 'Agents' => [ [maximum depth reached] ], 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Yachts' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ], 'Currencies' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 26
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Users.id AS `Users__id`, Users.email AS `Users__email`, Users.password AS `Users__password`, Users.name AS `Users__name`, Users.firstname AS `Users__firstname`, Users.subscription_date AS `Users__subscription_date`, Users.active AS `Users__active`, Users.created AS `Users__created`, Users.type AS `Users__type`, Users.location_id AS `Users__location_id`, Agents.id AS `Agents__id`, Agents.name AS `Agents__name`, Agents.firstname AS `Agents__firstname`, Agents.photo AS `Agents__photo`, Agents.bio AS `Agents__bio`, Agents.active AS `Agents__active`, Agents.location_id AS `Agents__location_id`, Agents.user_id AS `Agents__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Yachts.id AS `Yachts__id`, Yachts.flag AS `Yachts__flag`, Yachts.brand_name AS `Yachts__brand_name`, Yachts.length AS `Yachts__length`, Yachts.beam AS `Yachts__beam`, Yachts.bearth AS `Yachts__bearth`, Yachts.engines AS `Yachts__engines`, Yachts.engines_hp AS `Yachts__engines_hp`, Yachts.engine_hours AS `Yachts__engine_hours`, Yachts.engine_brand AS `Yachts__engine_brand`, Yachts.max_speed AS `Yachts__max_speed`, Yachts.fuel_tankage AS `Yachts__fuel_tankage`, Yachts.water_tankage AS `Yachts__water_tankage`, Yachts.naval_architect AS `Yachts__naval_architect`, Yachts.interior_designer AS `Yachts__interior_designer`, Yachts.boat_type AS `Yachts__boat_type`, Yachts.cabins AS `Yachts__cabins`, Yachts.conditions AS `Yachts__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Currencies.id AS `Currencies__id`, Currencies.name AS `Currencies__name`, Currencies.code AS `Currencies__code` FROM sales Sales INNER JOIN users Users ON Users.id = (Sales.user_id) LEFT JOIN agents Agents ON Agents.id = (Sales.agent_id) LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN yachts Yachts ON Yachts.id = (Sales.yacht_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) LEFT JOIN currencies Currencies ON Currencies.id = (Sales.currency_id) WHERE Sales.id = :c0 LIMIT 1' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Users__id' => 'integer', 'Users.id' => 'integer', 'Users__email' => 'string', 'Users.email' => 'string', 'email' => 'string', 'Users__password' => 'string', 'Users.password' => 'string', 'password' => 'string', 'Users__name' => 'string', 'Users.name' => 'string', 'name' => 'string', 'Users__firstname' => 'string', 'Users.firstname' => 'string', 'firstname' => 'string', 'Users__subscription_date' => 'date', 'Users.subscription_date' => 'date', 'subscription_date' => 'date', 'Users__active' => 'boolean', 'Users.active' => 'boolean', 'Users__created' => 'datetime', 'Users.created' => 'datetime', 'Users__type' => 'string', 'Users.type' => 'string', 'type' => 'string', 'Users__location_id' => 'integer', 'Users.location_id' => 'integer', 'location_id' => 'integer', 'Agents__id' => 'integer', 'Agents.id' => 'integer', 'Agents__name' => 'string', 'Agents.name' => 'string', 'Agents__firstname' => 'string', 'Agents.firstname' => 'string', 'Agents__photo' => 'string', 'Agents.photo' => 'string', 'photo' => 'string', 'Agents__bio' => 'string', 'Agents.bio' => 'string', 'bio' => 'string', 'Agents__active' => 'boolean', 'Agents.active' => 'boolean', 'Agents__location_id' => 'integer', 'Agents.location_id' => 'integer', 'Agents__user_id' => 'integer', 'Agents.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Yachts__id' => 'integer', 'Yachts.id' => 'integer', 'Yachts__flag' => 'string', 'Yachts.flag' => 'string', 'flag' => 'string', 'Yachts__brand_name' => 'string', 'Yachts.brand_name' => 'string', 'Yachts__length' => 'string', 'Yachts.length' => 'string', 'length' => 'string', 'Yachts__beam' => 'string', 'Yachts.beam' => 'string', 'beam' => 'string', 'Yachts__bearth' => 'string', 'Yachts.bearth' => 'string', 'bearth' => 'string', 'Yachts__engines' => 'string', 'Yachts.engines' => 'string', 'engines' => 'string', 'Yachts__engines_hp' => 'string', 'Yachts.engines_hp' => 'string', 'engines_hp' => 'string', 'Yachts__engine_hours' => 'string', 'Yachts.engine_hours' => 'string', 'engine_hours' => 'string', 'Yachts__engine_brand' => 'string', 'Yachts.engine_brand' => 'string', 'engine_brand' => 'string', 'Yachts__max_speed' => 'string', 'Yachts.max_speed' => 'string', 'max_speed' => 'string', 'Yachts__fuel_tankage' => 'string', 'Yachts.fuel_tankage' => 'string', 'fuel_tankage' => 'string', 'Yachts__water_tankage' => 'string', 'Yachts.water_tankage' => 'string', 'water_tankage' => 'string', 'Yachts__naval_architect' => 'string', 'Yachts.naval_architect' => 'string', 'naval_architect' => 'string', 'Yachts__interior_designer' => 'string', 'Yachts.interior_designer' => 'string', 'interior_designer' => 'string', 'Yachts__boat_type' => 'string', 'Yachts.boat_type' => 'string', 'boat_type' => 'string', 'Yachts__cabins' => 'string', 'Yachts.cabins' => 'string', 'cabins' => 'string', 'Yachts__conditions' => 'string', 'Yachts.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string', 'Currencies__id' => 'integer', 'Currencies.id' => 'integer', 'Currencies__name' => 'string', 'Currencies.name' => 'string', 'Currencies__code' => 'string', 'Currencies.code' => 'string', 'code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Users' => [[maximum depth reached]], 'Agents' => [ [maximum depth reached] ], 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Yachts' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ], 'Currencies' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 26
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'having' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'limit' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'offset' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'having' $sql = 'SELECT Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM locations Locations LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE Locations.id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Countries' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\LocationsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\BelongsTo::_buildResultMap() - CORE/src/ORM/Association/BelongsTo.php, line 214 Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'order' $sql = 'SELECT Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM locations Locations LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE Locations.id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Countries' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\LocationsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\BelongsTo::_buildResultMap() - CORE/src/ORM/Association/BelongsTo.php, line 214 Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'limit' $sql = 'SELECT Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM locations Locations LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE Locations.id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Countries' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\LocationsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\BelongsTo::_buildResultMap() - CORE/src/ORM/Association/BelongsTo.php, line 214 Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'offset' $sql = 'SELECT Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM locations Locations LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE Locations.id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Countries' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\LocationsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\BelongsTo::_buildResultMap() - CORE/src/ORM/Association/BelongsTo.php, line 214 Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'SELECT Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM locations Locations LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE Locations.id in (:c0)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Countries' => [[maximum depth reached]] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\LocationsTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\BelongsTo::_buildResultMap() - CORE/src/ORM/Association/BelongsTo.php, line 214 Cake\ORM\Association\BelongsTo::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'UPDATE sales SET views = :c0 WHERE id = :c1' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 2 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Table::_update() - CORE/src/ORM/Table.php, line 1739 Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1565 Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1491 Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 570 Cake\ORM\Table::save() - CORE/src/ORM/Table.php, line 1492
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'having' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM sales Sales LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) INNER JOIN locations Locations ON Locations.id = (Offices.location_id) LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE (Sales.validate = :c0 AND (Sales.car_id) IS NOT NULL)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 65
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = (int) 6 $name = 'limit' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM sales Sales LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) INNER JOIN locations Locations ON Locations.id = (Offices.location_id) LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE (Sales.validate = :c0 AND (Sales.car_id) IS NOT NULL) ORDER BY rand()' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 65
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'offset' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM sales Sales LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) INNER JOIN locations Locations ON Locations.id = (Offices.location_id) LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE (Sales.validate = :c0 AND (Sales.car_id) IS NOT NULL) ORDER BY rand() LIMIT 6' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 65
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'SELECT Sales.id AS `Sales__id`, Sales.price AS `Sales__price`, Sales.usd_price AS `Sales__usd_price`, Sales.title AS `Sales__title`, Sales.slug AS `Sales__slug`, Sales.description AS `Sales__description`, Sales.year AS `Sales__year`, Sales.location AS `Sales__location`, Sales.adress AS `Sales__adress`, Sales.internal_reference AS `Sales__internal_reference`, Sales.validate AS `Sales__validate`, Sales.active AS `Sales__active`, Sales.views AS `Sales__views`, Sales.created AS `Sales__created`, Sales.currency_id AS `Sales__currency_id`, Sales.car_id AS `Sales__car_id`, Sales.real_estate_id AS `Sales__real_estate_id`, Sales.watche_id AS `Sales__watche_id`, Sales.yacht_id AS `Sales__yacht_id`, Sales.office_id AS `Sales__office_id`, Sales.agent_id AS `Sales__agent_id`, Sales.user_id AS `Sales__user_id`, Cars.id AS `Cars__id`, Cars.brand_name AS `Cars__brand_name`, Cars.model_name AS `Cars__model_name`, Cars.gamme AS `Cars__gamme`, Cars.model_trim AS `Cars__model_trim`, Cars.mileage AS `Cars__mileage`, Cars.gearbox AS `Cars__gearbox`, Cars.fuel_type AS `Cars__fuel_type`, Cars.color AS `Cars__color`, Cars.car_type AS `Cars__car_type`, Cars.interior_color AS `Cars__interior_color`, Cars.vin AS `Cars__vin`, Cars.conditions AS `Cars__conditions`, RealEstates.id AS `RealEstates__id`, RealEstates.property_type AS `RealEstates__property_type`, RealEstates.bedrooms AS `RealEstates__bedrooms`, RealEstates.bathrooms AS `RealEstates__bathrooms`, RealEstates.living_area AS `RealEstates__living_area`, RealEstates.land_area AS `RealEstates__land_area`, RealEstates.floors AS `RealEstates__floors`, RealEstates.guests AS `RealEstates__guests`, Watches.id AS `Watches__id`, Watches.brand_name AS `Watches__brand_name`, Watches.gender AS `Watches__gender`, Watches.case_material AS `Watches__case_material`, Watches.strap_material AS `Watches__strap_material`, Watches.movement AS `Watches__movement`, Watches.conditions AS `Watches__conditions`, Offices.id AS `Offices__id`, Offices.name AS `Offices__name`, Offices.slug AS `Offices__slug`, Offices.category AS `Offices__category`, Offices.presentation AS `Offices__presentation`, Offices.logo AS `Offices__logo`, Offices.email AS `Offices__email`, Offices.website AS `Offices__website`, Offices.active AS `Offices__active`, Offices.location_id AS `Offices__location_id`, Offices.user_id AS `Offices__user_id`, Locations.id AS `Locations__id`, Locations.adress1 AS `Locations__adress1`, Locations.adress2 AS `Locations__adress2`, Locations.city AS `Locations__city`, Locations.state AS `Locations__state`, Locations.phone1 AS `Locations__phone1`, Locations.phone2 AS `Locations__phone2`, Locations.fax AS `Locations__fax`, Locations.lng AS `Locations__lng`, Locations.lat AS `Locations__lat`, Locations.country_id AS `Locations__country_id`, Countries.id AS `Countries__id`, Countries.country_code AS `Countries__country_code`, Countries.country_name AS `Countries__country_name`, Countries.currency_code AS `Countries__currency_code` FROM sales Sales LEFT JOIN cars Cars ON Cars.id = (Sales.car_id) LEFT JOIN real_estates RealEstates ON RealEstates.id = (Sales.real_estate_id) LEFT JOIN watches Watches ON Watches.id = (Sales.watche_id) LEFT JOIN offices Offices ON Offices.id = (Sales.office_id) INNER JOIN locations Locations ON Locations.id = (Offices.location_id) LEFT JOIN countries Countries ON Countries.id = (Locations.country_id) WHERE (Sales.validate = :c0 AND (Sales.car_id) IS NOT NULL) ORDER BY rand() LIMIT 6' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Sales__id' => 'integer', 'Sales.id' => 'integer', 'id' => 'integer', 'Sales__price' => 'integer', 'Sales.price' => 'integer', 'price' => 'integer', 'Sales__usd_price' => 'integer', 'Sales.usd_price' => 'integer', 'usd_price' => 'integer', 'Sales__title' => 'string', 'Sales.title' => 'string', 'title' => 'string', 'Sales__slug' => 'string', 'Sales.slug' => 'string', 'slug' => 'string', 'Sales__description' => 'text', 'Sales.description' => 'text', 'description' => 'text', 'Sales__year' => 'text', 'Sales.year' => 'text', 'year' => 'text', 'Sales__location' => 'string', 'Sales.location' => 'string', 'location' => 'string', 'Sales__adress' => 'string', 'Sales.adress' => 'string', 'adress' => 'string', 'Sales__internal_reference' => 'string', 'Sales.internal_reference' => 'string', 'internal_reference' => 'string', 'Sales__validate' => 'boolean', 'Sales.validate' => 'boolean', 'validate' => 'boolean', 'Sales__active' => 'boolean', 'Sales.active' => 'boolean', 'active' => 'boolean', 'Sales__views' => 'integer', 'Sales.views' => 'integer', 'views' => 'integer', 'Sales__created' => 'datetime', 'Sales.created' => 'datetime', 'created' => 'datetime', 'Sales__currency_id' => 'integer', 'Sales.currency_id' => 'integer', 'currency_id' => 'integer', 'Sales__car_id' => 'integer', 'Sales.car_id' => 'integer', 'car_id' => 'integer', 'Sales__real_estate_id' => 'integer', 'Sales.real_estate_id' => 'integer', 'real_estate_id' => 'integer', 'Sales__watche_id' => 'integer', 'Sales.watche_id' => 'integer', 'watche_id' => 'integer', 'Sales__yacht_id' => 'integer', 'Sales.yacht_id' => 'integer', 'yacht_id' => 'integer', 'Sales__office_id' => 'integer', 'Sales.office_id' => 'integer', 'office_id' => 'integer', 'Sales__agent_id' => 'integer', 'Sales.agent_id' => 'integer', 'agent_id' => 'integer', 'Sales__user_id' => 'integer', 'Sales.user_id' => 'integer', 'user_id' => 'integer', 'Cars__id' => 'integer', 'Cars.id' => 'integer', 'Cars__brand_name' => 'string', 'Cars.brand_name' => 'string', 'brand_name' => 'string', 'Cars__model_name' => 'string', 'Cars.model_name' => 'string', 'model_name' => 'string', 'Cars__gamme' => 'string', 'Cars.gamme' => 'string', 'gamme' => 'string', 'Cars__model_trim' => 'string', 'Cars.model_trim' => 'string', 'model_trim' => 'string', 'Cars__mileage' => 'string', 'Cars.mileage' => 'string', 'mileage' => 'string', 'Cars__gearbox' => 'string', 'Cars.gearbox' => 'string', 'gearbox' => 'string', 'Cars__fuel_type' => 'string', 'Cars.fuel_type' => 'string', 'fuel_type' => 'string', 'Cars__color' => 'string', 'Cars.color' => 'string', 'color' => 'string', 'Cars__car_type' => 'string', 'Cars.car_type' => 'string', 'car_type' => 'string', 'Cars__interior_color' => 'string', 'Cars.interior_color' => 'string', 'interior_color' => 'string', 'Cars__vin' => 'string', 'Cars.vin' => 'string', 'vin' => 'string', 'Cars__conditions' => 'string', 'Cars.conditions' => 'string', 'conditions' => 'string', 'RealEstates__id' => 'integer', 'RealEstates.id' => 'integer', 'RealEstates__property_type' => 'string', 'RealEstates.property_type' => 'string', 'property_type' => 'string', 'RealEstates__bedrooms' => 'integer', 'RealEstates.bedrooms' => 'integer', 'bedrooms' => 'integer', 'RealEstates__bathrooms' => 'integer', 'RealEstates.bathrooms' => 'integer', 'bathrooms' => 'integer', 'RealEstates__living_area' => 'string', 'RealEstates.living_area' => 'string', 'living_area' => 'string', 'RealEstates__land_area' => 'string', 'RealEstates.land_area' => 'string', 'land_area' => 'string', 'RealEstates__floors' => 'integer', 'RealEstates.floors' => 'integer', 'floors' => 'integer', 'RealEstates__guests' => 'integer', 'RealEstates.guests' => 'integer', 'guests' => 'integer', 'Watches__id' => 'integer', 'Watches.id' => 'integer', 'Watches__brand_name' => 'string', 'Watches.brand_name' => 'string', 'Watches__gender' => 'string', 'Watches.gender' => 'string', 'gender' => 'string', 'Watches__case_material' => 'string', 'Watches.case_material' => 'string', 'case_material' => 'string', 'Watches__strap_material' => 'string', 'Watches.strap_material' => 'string', 'strap_material' => 'string', 'Watches__movement' => 'string', 'Watches.movement' => 'string', 'movement' => 'string', 'Watches__conditions' => 'string', 'Watches.conditions' => 'string', 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer', 'Offices__id' => 'integer', 'Offices.id' => 'integer', 'Offices__name' => 'string', 'Offices.name' => 'string', 'Offices__slug' => 'string', 'Offices.slug' => 'string', 'Offices__category' => 'string', 'Offices.category' => 'string', 'category' => 'string', 'Offices__presentation' => 'text', 'Offices.presentation' => 'text', 'presentation' => 'text', 'Offices__logo' => 'string', 'Offices.logo' => 'string', 'logo' => 'string', 'Offices__email' => 'string', 'Offices.email' => 'string', 'email' => 'string', 'Offices__website' => 'string', 'Offices.website' => 'string', 'website' => 'string', 'Offices__active' => 'boolean', 'Offices.active' => 'boolean', 'Offices__location_id' => 'integer', 'Offices.location_id' => 'integer', 'location_id' => 'integer', 'Offices__user_id' => 'integer', 'Offices.user_id' => 'integer', 'Locations__id' => 'integer', 'Locations.id' => 'integer', 'Locations__adress1' => 'string', 'Locations.adress1' => 'string', 'adress1' => 'string', 'Locations__adress2' => 'string', 'Locations.adress2' => 'string', 'adress2' => 'string', 'Locations__city' => 'string', 'Locations.city' => 'string', 'city' => 'string', 'Locations__state' => 'string', 'Locations.state' => 'string', 'state' => 'string', 'Locations__phone1' => 'string', 'Locations.phone1' => 'string', 'phone1' => 'string', 'Locations__phone2' => 'string', 'Locations.phone2' => 'string', 'phone2' => 'string', 'Locations__fax' => 'string', 'Locations.fax' => 'string', 'fax' => 'string', 'Locations__lng' => 'string', 'Locations.lng' => 'string', 'lng' => 'string', 'Locations__lat' => 'string', 'Locations.lat' => 'string', 'lat' => 'string', 'Locations__country_id' => 'integer', 'Locations.country_id' => 'integer', 'country_id' => 'integer', 'Countries__id' => 'integer', 'Countries.id' => 'integer', 'Countries__country_code' => 'string', 'Countries.country_code' => 'string', 'country_code' => 'string', 'Countries__country_name' => 'string', 'Countries.country_name' => 'string', 'country_name' => 'string', 'Countries__currency_code' => 'string', 'Countries.currency_code' => 'string', 'currency_code' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [ 'Cars' => [[maximum depth reached]], 'RealEstates' => [[maximum depth reached]], 'Watches' => [[maximum depth reached]], 'Pictures' => [ [maximum depth reached] ], 'Offices' => [ [maximum depth reached] ] ], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\SalesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 1 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293 App\Controller\SalesController::show() - APP/Controller/SalesController.php, line 65
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'having' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0,:c1,:c2,:c3,:c4,:c5)' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ], ':c3' => [ [maximum depth reached] ], ':c4' => [ [maximum depth reached] ], ':c5' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 6 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'limit' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0,:c1,:c2,:c3,:c4,:c5) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ], ':c3' => [ [maximum depth reached] ], ':c4' => [ [maximum depth reached] ], ':c5' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 6 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'offset' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0,:c1,:c2,:c3,:c4,:c5) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ], ':c3' => [ [maximum depth reached] ], ':c4' => [ [maximum depth reached] ], ':c5' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 6 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context{
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null $name = 'epilog' $sql = 'SELECT Pictures.id AS `Pictures__id`, Pictures.name AS `Pictures__name`, Pictures.rang AS `Pictures__rang`, Pictures.sale_id AS `Pictures__sale_id` FROM pictures Pictures WHERE Pictures.sale_id in (:c0,:c1,:c2,:c3,:c4,:c5) ORDER BY Pictures.rang ASC' $query = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SQL could not be generated for this query as it is incomplete.', 'params' => [], 'defaultTypes' => [ 'Pictures__id' => 'integer', 'Pictures.id' => 'integer', 'id' => 'integer', 'Pictures__name' => 'string', 'Pictures.name' => 'string', 'name' => 'string', 'Pictures__rang' => 'integer', 'Pictures.rang' => 'integer', 'rang' => 'integer', 'Pictures__sale_id' => 'integer', 'Pictures.sale_id' => 'integer', 'sale_id' => 'integer' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\PicturesTable) {} } $generator = object(Cake\Database\ValueBinder) { [protected] _bindings => [ ':c0' => [ [maximum depth reached] ], ':c1' => [ [maximum depth reached] ], ':c2' => [ [maximum depth reached] ], ':c3' => [ [maximum depth reached] ], ':c4' => [ [maximum depth reached] ], ':c5' => [ [maximum depth reached] ] ] [protected] _bindingsCount => (int) 6 }count - [internal], line ?? Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128 Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 257 Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99 Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 333 Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 262 Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 228 Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 936 Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136 Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 221 Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 274 Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 190 Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 957 Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276 Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 905 Cake\ORM\Association\HasMany::_buildResultMap() - CORE/src/ORM/Association/ExternalAssociationTrait.php, line 116 Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/SelectableAssociationTrait.php, line 49
Warning (512): Unable to emit headers. Headers sent in file=/home/luxury_pulse/sites/luxury_old/www/vendor/cakephp/cakephp/src/Error/Debugger.php line=754 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context$message = "Unable to emit headers. Headers sent in file=$file line=$line";
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-Status', (int) 208 => 'Already Reported', (int) 226 => 'IM Used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Timeout', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Payload Too Large', (int) 414 => 'URI Too Long', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Range Not Satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Timeout', (int) 505 => 'HTTP Version Not Supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => '' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $maxBufferLength = (int) 8192 $file = '/home/luxury_pulse/sites/luxury_old/www/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 754 $message = 'Unable to emit headers. Headers sent in file=/home/luxury_pulse/sites/luxury_old/www/vendor/cakephp/cakephp/src/Error/Debugger.php line=754'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /home/luxury_pulse/sites/luxury_old/www/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 145]Code Context$response->getProtocolVersion(),
$response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-Status', (int) 208 => 'Already Reported', (int) 226 => 'IM Used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Timeout', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Payload Too Large', (int) 414 => 'URI Too Long', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Range Not Satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Timeout', (int) 505 => 'HTTP Version Not Supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => 'OK' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $reasonPhrase = 'OK'header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 145 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /home/luxury_pulse/sites/luxury_old/www/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 173]Code Context$name,
$value
), $first);
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-Status', (int) 208 => 'Already Reported', (int) 226 => 'IM Used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Timeout', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Payload Too Large', (int) 414 => 'URI Too Long', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Range Not Satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Timeout', (int) 505 => 'HTTP Version Not Supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => 'OK' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $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 173 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 116 [main] - ROOT/webroot/index.php, line 37
Marketed by Hollmann
Notice (8): Trying to get property 'country_name' of non-object [APP/Template/Sales/show.ctp, line 325]Code Context<li><?= $sale->office->location->city ?></li>
<li><?= $sale->office->location->state ?></li>
<li><?= $sale->office->location->country->country_name ?></li>
$viewFile = '/home/luxury_pulse/sites/luxury_old/www/src/Template/Sales/show.ctp' $dataForView = [ 'metaImage' => 'https://luxurypulse.com/img/pictures/5bf70beaa59641_orig.jpg', 'sale' => object(App\Model\Entity\Sale) { 'id' => (int) 234, 'price' => (int) 142000, 'usd_price' => (int) 158344, 'title' => 'PORSCHE CAYENNE TURBO', 'slug' => 'porsche-cayenne-turbo', 'description' => '<ul style="box-sizing: border-box; margin-bottom: 10px; caret-color: rgb(255, 255, 255); text-size-adjust: auto; list-style-type: circle;"><span style="box-sizing: border-box;">WWW.HOLLAUTO.DE</span><br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><li style="box-sizing: border-box;">2019 NEW PORSCHE CAYENNE TURBO - READY FOR DELIVERY*<span class="Apple-converted-space"> </span></li><br style="box-sizing: border-box; line-height: 0;"><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Bodycolor: 4T</span><span class="Apple-converted-space"> </span>Palladiummetallic</li><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Upholstery: CB</span><span class="Apple-converted-space"> </span>Lederausstattung in Bi-Color - schwarz - bordeauxrot, Glattleder<span class="Apple-converted-space"> </span></li><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Wheels: 43F</span><span class="Apple-converted-space"> </span>21-Zoll RS Spyder Design Räder inkl. Radhausverbreiterung in Exterieurfarbe</li><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">COST OPTIONS:</span><br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3FU</span><span class="Apple-converted-space" style=""> </span>- Panorama Dachsystem<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">VW6</span><span class="Apple-converted-space" style=""> </span>- Geräusch- und Wärmeschutzverglasung inkl. Privacy-Verglasung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">1D3</span><span class="Apple-converted-space" style=""> </span>-Elektrisch ausklappbare Anhängezugvorrichtung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3S2</span><span class="Apple-converted-space" style=""> </span>- Dachreling Aluminium schwarz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QJ4</span><span class="Apple-converted-space" style=""> </span>- Exterieur-Paket schwarz hochglanz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">G1G</span><span class="Apple-converted-space" style=""> </span>- 8-Gang Tiptronic S mit Auto Start-Stop-Funktion und Segeln<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">1P7</span><span class="Apple-converted-space" style=""> </span>- Porsche Dynamic Chassis Control PDCC<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">0N5</span><span class="Apple-converted-space" style=""> </span>-Hinterachslenkung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">GH3</span><span class="Apple-converted-space" style=""> </span>- Porsche Torque Vectoring Plus - PTV Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8LH</span><span class="Apple-converted-space" style=""> </span>- Sport Chrono Paket inkl. Mode-Schalter<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QZ7</span><span class="Apple-converted-space" style=""> </span>- Servolenkung Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8IU</span><span class="Apple-converted-space" style=""> </span>- LED-Matrix-Hauptscheinwerfer inkl. Porsche Dynamic Light System Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8SB</span><span class="Apple-converted-space" style=""> </span>- LED-Rückleuchten inkl. Leuchtenband abgedunkelt Porsche Exclusive Manufaktur<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">KA6</span><span class="Apple-converted-space" style=""> </span>- ParkAssistent vorn und hinten inkl. Surround View<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4F2</span><span class="Apple-converted-space" style=""> </span>- Komfortzugang<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">GZ2</span><span class="Apple-converted-space" style=""> </span>- Soft-Close-Türen<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">PW7</span><span class="Apple-converted-space" style=""> </span>- Abstandsregeltempostat inkl. Spurhalteassistent, Verkehrszeichenerkennung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">7Y1</span><span class="Apple-converted-space" style=""> </span>- Spurwechselassistent<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">VC2</span><span class="Apple-converted-space" style=""> </span>- HomeLink® Garagentoröffner<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">2V4</span><span class="Apple-converted-space" style=""> </span>- Ionisator<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QQ1</span><span class="Apple-converted-space" style=""> </span>- Ambientebeleuchtung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">Q1J</span><span class="Apple-converted-space" style=""> </span>- Adaptive Sportsitze 18 Wege, elektrisch mit integrierten Kopfstützen und Memory-Paket<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4D3</span><span class="Apple-converted-space" style=""> </span>- Sitzbelüftung vorn<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4X4</span><span class="Apple-converted-space" style=""> </span>- Seiten-Airbags im Fond<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9AQ</span><span class="Apple-converted-space" style=""> </span>- 4-Zonen-Klimaautomatik<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3Y7</span><span class="Apple-converted-space" style=""> </span>- Sonnenrollos für Fondseitenfenster elektrisch<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9JB</span><span class="Apple-converted-space" style=""> </span>- Raucherpaket<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">6A7</span><span class="Apple-converted-space" style=""> </span>- Feuerlöscher<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">5TL</span><span class="Apple-converted-space" style=""> </span>- Interieur-Paket schwarz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9VJ</span><span class="Apple-converted-space" style=""> </span>- Burmester® 3D High-End Surround Sound-System<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">7I2</span><span class="Apple-converted-space" style=""> </span>- Porsche Vehicle Tracking System Plus PVTS Plus<br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><hr style="margin-bottom: 0px; margin-top: 0px; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: rgb(241, 241, 241);"><span style="box-sizing: border-box;">WORLD WIDE EXPORT POSSIBLE<span class="Apple-converted-space"> </span></span><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">PLEASE CONTACT US FOR MORE INFORMATION<span class="Apple-converted-space"> </span></span><span style="box-sizing: border-box;"><div><span style="box-sizing: border-box;"><span class="Apple-converted-space"><br></span></span></div></span><br style="box-sizing: border-box; line-height: 0;"></ul><p>Marketed by <a href="https://www.hollauto.de/detail/18G0969/" target="_blank">Hollmann</a></p>', 'year' => '2018', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 3343, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 126, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 2, 'agent_id' => null, 'user_id' => (int) 2, 'currency' => object(Cake\ORM\Entity) {}, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'yacht' => null, 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, 'agent' => null, 'user' => object(App\Model\Entity\User) {}, 'modified' => object(Cake\I18n\Time) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, 'selectedSales' => [ (int) 0 => object(App\Model\Entity\Sale) {}, (int) 1 => object(App\Model\Entity\Sale) {}, (int) 2 => object(App\Model\Entity\Sale) {}, (int) 3 => object(App\Model\Entity\Sale) {}, (int) 4 => object(App\Model\Entity\Sale) {}, (int) 5 => object(App\Model\Entity\Sale) {} ] ] $metaImage = 'https://luxurypulse.com/img/pictures/5bf70beaa59641_orig.jpg' $sale = object(App\Model\Entity\Sale) { 'id' => (int) 234, 'price' => (int) 142000, 'usd_price' => (int) 158344, 'title' => 'PORSCHE CAYENNE TURBO', 'slug' => 'porsche-cayenne-turbo', 'description' => '<ul style="box-sizing: border-box; margin-bottom: 10px; caret-color: rgb(255, 255, 255); text-size-adjust: auto; list-style-type: circle;"><span style="box-sizing: border-box;">WWW.HOLLAUTO.DE</span><br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><li style="box-sizing: border-box;">2019 NEW PORSCHE CAYENNE TURBO - READY FOR DELIVERY*<span class="Apple-converted-space"> </span></li><br style="box-sizing: border-box; line-height: 0;"><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Bodycolor: 4T</span><span class="Apple-converted-space"> </span>Palladiummetallic</li><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Upholstery: CB</span><span class="Apple-converted-space"> </span>Lederausstattung in Bi-Color - schwarz - bordeauxrot, Glattleder<span class="Apple-converted-space"> </span></li><li style="box-sizing: border-box;"><span style="box-sizing: border-box;">Wheels: 43F</span><span class="Apple-converted-space"> </span>21-Zoll RS Spyder Design Räder inkl. Radhausverbreiterung in Exterieurfarbe</li><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">COST OPTIONS:</span><br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3FU</span><span class="Apple-converted-space" style=""> </span>- Panorama Dachsystem<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">VW6</span><span class="Apple-converted-space" style=""> </span>- Geräusch- und Wärmeschutzverglasung inkl. Privacy-Verglasung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">1D3</span><span class="Apple-converted-space" style=""> </span>-Elektrisch ausklappbare Anhängezugvorrichtung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3S2</span><span class="Apple-converted-space" style=""> </span>- Dachreling Aluminium schwarz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QJ4</span><span class="Apple-converted-space" style=""> </span>- Exterieur-Paket schwarz hochglanz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">G1G</span><span class="Apple-converted-space" style=""> </span>- 8-Gang Tiptronic S mit Auto Start-Stop-Funktion und Segeln<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">1P7</span><span class="Apple-converted-space" style=""> </span>- Porsche Dynamic Chassis Control PDCC<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">0N5</span><span class="Apple-converted-space" style=""> </span>-Hinterachslenkung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">GH3</span><span class="Apple-converted-space" style=""> </span>- Porsche Torque Vectoring Plus - PTV Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8LH</span><span class="Apple-converted-space" style=""> </span>- Sport Chrono Paket inkl. Mode-Schalter<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QZ7</span><span class="Apple-converted-space" style=""> </span>- Servolenkung Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8IU</span><span class="Apple-converted-space" style=""> </span>- LED-Matrix-Hauptscheinwerfer inkl. Porsche Dynamic Light System Plus<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">8SB</span><span class="Apple-converted-space" style=""> </span>- LED-Rückleuchten inkl. Leuchtenband abgedunkelt Porsche Exclusive Manufaktur<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">KA6</span><span class="Apple-converted-space" style=""> </span>- ParkAssistent vorn und hinten inkl. Surround View<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4F2</span><span class="Apple-converted-space" style=""> </span>- Komfortzugang<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">GZ2</span><span class="Apple-converted-space" style=""> </span>- Soft-Close-Türen<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">PW7</span><span class="Apple-converted-space" style=""> </span>- Abstandsregeltempostat inkl. Spurhalteassistent, Verkehrszeichenerkennung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">7Y1</span><span class="Apple-converted-space" style=""> </span>- Spurwechselassistent<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">VC2</span><span class="Apple-converted-space" style=""> </span>- HomeLink® Garagentoröffner<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">2V4</span><span class="Apple-converted-space" style=""> </span>- Ionisator<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">QQ1</span><span class="Apple-converted-space" style=""> </span>- Ambientebeleuchtung<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">Q1J</span><span class="Apple-converted-space" style=""> </span>- Adaptive Sportsitze 18 Wege, elektrisch mit integrierten Kopfstützen und Memory-Paket<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4D3</span><span class="Apple-converted-space" style=""> </span>- Sitzbelüftung vorn<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">4X4</span><span class="Apple-converted-space" style=""> </span>- Seiten-Airbags im Fond<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9AQ</span><span class="Apple-converted-space" style=""> </span>- 4-Zonen-Klimaautomatik<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">3Y7</span><span class="Apple-converted-space" style=""> </span>- Sonnenrollos für Fondseitenfenster elektrisch<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9JB</span><span class="Apple-converted-space" style=""> </span>- Raucherpaket<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">6A7</span><span class="Apple-converted-space" style=""> </span>- Feuerlöscher<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">5TL</span><span class="Apple-converted-space" style=""> </span>- Interieur-Paket schwarz<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">9VJ</span><span class="Apple-converted-space" style=""> </span>- Burmester® 3D High-End Surround Sound-System<br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">7I2</span><span class="Apple-converted-space" style=""> </span>- Porsche Vehicle Tracking System Plus PVTS Plus<br style="box-sizing: border-box; line-height: 0;"><br style="box-sizing: border-box; line-height: 0;"><hr style="margin-bottom: 0px; margin-top: 0px; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: rgb(241, 241, 241);"><span style="box-sizing: border-box;">WORLD WIDE EXPORT POSSIBLE<span class="Apple-converted-space"> </span></span><br style="box-sizing: border-box; line-height: 0;"><span style="box-sizing: border-box;">PLEASE CONTACT US FOR MORE INFORMATION<span class="Apple-converted-space"> </span></span><span style="box-sizing: border-box;"><div><span style="box-sizing: border-box;"><span class="Apple-converted-space"><br></span></span></div></span><br style="box-sizing: border-box; line-height: 0;"></ul><p>Marketed by <a href="https://www.hollauto.de/detail/18G0969/" target="_blank">Hollmann</a></p>', 'year' => '2018', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 3343, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 126, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 2, 'agent_id' => null, 'user_id' => (int) 2, 'currency' => object(Cake\ORM\Entity) {}, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ (int) 0 => object(App\Model\Entity\Picture) {}, (int) 1 => object(App\Model\Entity\Picture) {}, (int) 2 => object(App\Model\Entity\Picture) {}, (int) 3 => object(App\Model\Entity\Picture) {}, (int) 4 => object(App\Model\Entity\Picture) {}, (int) 5 => object(App\Model\Entity\Picture) {}, (int) 6 => object(App\Model\Entity\Picture) {}, (int) 7 => object(App\Model\Entity\Picture) {}, (int) 8 => object(App\Model\Entity\Picture) {}, (int) 9 => object(App\Model\Entity\Picture) {}, (int) 10 => object(App\Model\Entity\Picture) {}, (int) 11 => object(App\Model\Entity\Picture) {}, (int) 12 => object(App\Model\Entity\Picture) {}, (int) 13 => object(App\Model\Entity\Picture) {}, (int) 14 => object(App\Model\Entity\Picture) {}, (int) 15 => object(App\Model\Entity\Picture) {}, (int) 16 => object(App\Model\Entity\Picture) {}, (int) 17 => object(App\Model\Entity\Picture) {}, (int) 18 => object(App\Model\Entity\Picture) {}, (int) 19 => object(App\Model\Entity\Picture) {} ], 'yacht' => null, 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, 'agent' => null, 'user' => object(App\Model\Entity\User) {}, 'modified' => object(Cake\I18n\Time) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Sales' } $selectedSales = [ (int) 0 => object(App\Model\Entity\Sale) { 'id' => (int) 3621, 'price' => (int) 474073, 'usd_price' => (int) 474073, 'title' => 'Porsche 991 GT2 RS', 'slug' => 'porsche-991-gt2-rs', 'description' => '<p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Are You Interested about This <b>Porsche 991 GT2 RS</b> ?</span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">For sale : <b>Porsche 991 GT2 RS</b></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Zum Verkauf steht ein sehr gepflegter Porsche 991 GT2 RS mit Weissach-Paket aus 2. Hand. Das Fahrzeug ist unfallfrei und deutsche Ausführung.</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Sie haben Interesse an diesem oder weiteren Fahrzeugen? Bitte kontaktieren Sie uns für einen persönlichen Termin an einem unserer beiden Standorte.</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Erstzulassung: 05/2018</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Lackierung: Lavaorange</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Interieur: Teilleder, Schwarz</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Schaltung: Automatik</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Kilometerstand: 7.353 km</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Leistung: 700 PS</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Kraftstoff: Benzin, Super Plus</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">» Preis: 485.000 (MwSt. ausweisbar)</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Fahrzeugbeschreibung</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Sonderausstattung:</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Clubsport-Paket, Einstiegsblenden (Carbon) beleuchtet, Fahrzeugschlüssel in Wagenfarbe lackiert inkl. Leder-Etui, Fußmatten, Hauptscheinwerfer LED, schwarz, inkl. Porsche Dynamic Light System Plus (PDLS+), Innenraumlicht-Paket / Licht-Design-Paket, Kraftstofftank: 90 Ltr., Liftsystem Vorderachse, Radioempfang digital (DAB+), Sonderlackierung, Sound-System BOSE, Sport-Chrono-Paket</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Weitere Ausstattung:</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Airbag Fahrer-/Beifahrerseite, Antriebsart: Heckantrieb, Außenspiegel elektr. verstell- und heizbar, beide, Außenspiegel Sport Design, Blinkleuchten LED, Bremssättel Gelb lackiert, Connect Plus (Bluetooth, Apple CarPlay, WLAN, Vehicle-Tracking-System), Dachhimmel Alcantara, Dynamische Motorlagerung (Porsche Active Drivetrain Mount, PADM), Einschaltautomatik für Fahrlicht, Fahrwerk für Motorsport einstellbar, Frontscheibe mit Bandfilter oben, Getränkehalter, GT2 RS, Heckleuchten LED, abgedunkelt, Karosserie: 2-türig, Keramik-Bremsanlage (Porsche Ceramic Composite Brake, PCCB), Kleiderhaken Sitzrückenlehne Leder, Klimaautomatik, Kopf-Schulter-Airbag vorn (Thoraxbag), Leichtbau-Scheinwerfer, Lenkrad (GT Sport - Alcantara / Race-Tex), Modellpflege, Motor 3,8 Ltr. - 515 kW Turbo KAT, Multifunktionsanzeige / Bordcomputer, Multimediabuchse AUX-IN und USB-Schnittstelle, Parkbremse elektrisch, Porsche Active Suspension Management (PASM), Porsche Communications Management (PCM) inkl. Online - Navigationsmodul, Radnaben mit Zentralverschluss, Reifen-Reparaturkit, Reifendruck-Kontrollsystem, Schadstoffarm nach Abgasnorm Euro 6, Schalt-/Wählhebelgriff Alcantara / Race-Tex, Sitzbezug / Polsterung: Alcantara / Kunstleder, Tankdeckel Alu-Optik, Universal-Schnittstelle Audio, Verglasung getönt, Vollschalensitze vorn, Vorrüstung Mobiltelefon/Handy mit Bluetooth-Schnittstelle, Ziffernblatt Drehzahlmesser, farbig, Überrollbügel schwarz</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Das Angebot ist freibleibend. Irrtümer und Zwischenverkauf vorbehalten.</span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Feel free to contact any of our staff members with questions, or business inquiries.</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.</span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Interest about this Luxury cars ?</span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Feel free to contact any of our staff members with questions, or business inquiries.</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.</span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US"><u><b>Stimpfig Automobile GmbH</b></u></span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US"><u><b>Poststraße 62 - 64</b></u></span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US"><u><b>70190 Stuttgart / Germany</b></u></span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><u><b>Contact</b></u></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><u><b>Phone: +49 (0) 711 5409043</b></u></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US"><u><b>E-mail: info@stimpfig.de</b></u></span></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US"><b>Business Hours</b></span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Mon.-Fri.: 9:00 AM - 6:30 PM</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Opening Hours</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Monday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Tuesday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Wednesday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Thursday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Friday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Saturday 09:00 18:30</span></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><span lang="en-US">Sunday 09:00 18:30</span></p>', 'year' => '2018', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 840, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3384, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 91, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, (int) 1 => object(App\Model\Entity\Sale) { 'id' => (int) 5596, 'price' => (int) 1699995, 'usd_price' => (int) 1699995, 'title' => 'McLaren Elva', 'slug' => 'mclaren-elva', 'description' => '<p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">2021 McLaren Elva for sale</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Price about this McLaren Elva:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"> $1,699,995<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span lang="EN-US" style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Overview about this McLaren Elva:<o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span lang="EN-US" style="font-family: "Times New Roman", serif;"> The <b>2021 McLaren Elva</b> is a remarkable example of automotive innovation and performance. As part of McLaren's Ultimate Series, the Elva is a tribute to Bruce McLaren's early race cars, blending cutting-edge technology with a lightweight, open-top design. With a striking orange exterior, this speedster is both visually stunning and aerodynamically optimized, making it a true standout in any collection. The Elva is a masterpiece of engineering, designed to deliver an unparalleled driving experience on the road or track.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Motorisation and Performance about this McLaren Elva:<o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span lang="EN-US" style="font-family: "Times New Roman", serif;"> At the heart of the <b>McLaren Elva</b> lies a 4.0-liter twin-turbocharged V8 engine, producing an impressive 804 horsepower. This power is managed by a 7-speed dual-clutch transmission, ensuring rapid gear changes and a seamless driving experience. The Elva's lightweight construction and advanced aerodynamics allow it to accelerate from 0 to 100 km/h in just under 3 seconds, offering an exhilarating performance that few cars can match. The absence of a windshield and roof enhances the connection between driver and machine, providing a raw and immersive experience.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Heritage (Impact and Legacy):<o:p></o:p></span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span lang="EN-US" style="font-family: "Times New Roman", serif;"> The <b>McLaren Elva</b> is inspired by the open-top race cars developed by Bruce McLaren in the 1960s, known for their agility and performance on the track. The Elva carries forward this legacy, merging it with modern technology and design to create a car that is both a tribute to the past and a vision of the future. With its limited production, the Elva is a collector's dream, representing a significant chapter in McLaren's storied history.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Specifications about this McLaren Elva:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Model:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"> McLaren Elva<br><b>Description:</b> The <b>2021 McLaren Elva</b> is a limited-edition speedster, designed to deliver a pure and thrilling driving experience. With its lightweight construction and powerful V8 engine, the Elva is a testament to McLaren's commitment to performance and innovation.<o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Year:</span></b><span style="font-family: "Times New Roman", serif;"> 2021<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Vin:</span></b><span style="font-family: "Times New Roman", serif;"> SBM26ACA2MW815067<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Number of Stock:</span></b><span style="font-family: "Times New Roman", serif;"> GRP2392<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Technical Specifications:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></li><ul type="circle" style="margin-bottom: 0cm; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Engine:</span></b><span style="font-family: "Times New Roman", serif;"> 4.0-liter twin-turbocharged V8<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Engine position:</span></b><span style="font-family: "Times New Roman", serif;"> Mid-mounted<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Power:</span></b><span style="font-family: "Times New Roman", serif;"> 804 hp<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Transmission:</span></b><span style="font-family: "Times New Roman", serif;"> 7-speed dual-clutch automatic<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Chassis:</span></b><span style="font-family: "Times New Roman", serif;"> MonoCage III carbon fiber monocoque<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Suspension:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"> Independent suspension with adaptive dampers<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Brakes:</span></b><span style="font-family: "Times New Roman", serif;"> Carbon-ceramic discs<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Curb weight:</span></b><span style="font-family: "Times New Roman", serif;"> 1,269.2 kg (2,798 lb)<o:p></o:p></span></li></ul></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Dimensions:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Length:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Width:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Height:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Wheelbase:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Performance:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Top speed:</span></b><span style="font-family: "Times New Roman", serif;"> 327 km/h</span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">0-100 km/h:</span></b><span style="font-family: "Times New Roman", serif;"> 2,7 s<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">0-200 km/h:</span></b><span style="font-family: "Times New Roman", serif;"> 6,7 s</span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">0-300 km/h:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">0-400 km/h:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Interior:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Upholstery:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Seats:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Screen:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Audio system:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Connectivity:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Air conditioning:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Interior color:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Technology and Safety:<o:p></o:p></span></b></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Driver assistance:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Braking system:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"> High-performance ABS with EBD<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Airbags:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Cameras:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Navigation:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Additional safety features:</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Customizable Options:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Exterior colors:</span></b><span style="font-family: "Times New Roman", serif;"> Orange<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Wheels:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Interior materials:</span></b><span style="font-family: "Times New Roman", serif;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Production:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Number of units:</span></b><span style="font-family: "Times New Roman", serif;"> 149<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Availability:</span></b><span style="font-family: "Times New Roman", serif;"><o:p></o:p></span></p><ul type="disc" style="margin-bottom: 0cm; font-size: medium; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Country of origin:</span></b><span style="font-family: "Times New Roman", serif;"> United Kingdom<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><b><span style="font-family: "Times New Roman", serif;">Miles driven:</span></b><span style="font-family: "Times New Roman", serif;"> 837 miles<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;"> </span></p>', 'year' => '2021', 'location' => 'United States', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 925, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 5361, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 95, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, (int) 2 => object(App\Model\Entity\Sale) { 'id' => (int) 861, 'price' => (int) 203087, 'usd_price' => (int) 220540, 'title' => 'Rolls-Royce Wraith', 'slug' => 'rolls-royce-wraith', 'description' => '<h2 style="box-sizing: border-box; margin-top: 20px; margin-bottom: 10px;">ABOUT THE CAR</h2><div class="p-section" style="box-sizing: border-box;">This particular example of the Rolls-Royce Wraith 'Series 2' was supplied new in 2017 (17 Registered). Presented to you in the Diamond Black, with 21" 10 Spoke Part Polished Alloy Wheels with the interior upholstered in a contrasting Seashell Hide featuring Piano Black Veneer throughout. This vehicle has covered 9,500 Miles by 2 Owners from New. The full specification is outlined below:<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">21" Ten Spoke Part Polished Alloy Wheels<br style="box-sizing: border-box;">Polished Stainless Steel Treadplate<br style="box-sizing: border-box;">Body Coloured Wheel Centres<br style="box-sizing: border-box;">Chromed Plated Visible Exhausts<br style="box-sizing: border-box;">Veneer Piano Black<br style="box-sizing: border-box;">Driver Assistance 1<br style="box-sizing: border-box;">Camera System<br style="box-sizing: border-box;">Option Package 3<br style="box-sizing: border-box;">Complete Natural Grain Leather<br style="box-sizing: border-box;">Bespoke Interior Scheme<br style="box-sizing: border-box;">Tyre Pressure Monitor System<br style="box-sizing: border-box;">Comfort Entry System<br style="box-sizing: border-box;">Rear View Camera with Top View<br style="box-sizing: border-box;">Adaptive LED Headlights<br style="box-sizing: border-box;">Lane Depature Warning<br style="box-sizing: border-box;">Side View Camera<br style="box-sizing: border-box;">Stolen Vehicle Tracking<br style="box-sizing: border-box;">Navigation System<br style="box-sizing: border-box;">Head-Up Display<br style="box-sizing: border-box;">DAB Tuner<br style="box-sizing: border-box;">DVD Code 2<br style="box-sizing: border-box;">TeleServices<br style="box-sizing: border-box;">Control TeleServices<br style="box-sizing: border-box;">USB & Bluetooth<br style="box-sizing: border-box;">Mobile Application Preparation<br style="box-sizing: border-box;">Refrigerant<br style="box-sizing: border-box;">Black Boot Trim<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Service History<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">10/04/2018 - 5,814 Miles - Rolls Royce Main Dealer (Berkshire)<br style="box-sizing: border-box;">27/09/2019 - 9,293 Miles - Rolls-Royce Main Dealer (Manchester)<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">For more information on this vehicle or to arrange a viewing, please contact our Sales Team on +44 (0) 1772 663 777.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Viewing strictly by appointment.<br style="box-sizing: border-box;"></div><div><br></div>', 'year' => '2017', 'location' => 'United Kingdom', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 3837, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 654, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 24, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, (int) 3 => object(App\Model\Entity\Sale) { 'id' => (int) 4717, 'price' => null, 'usd_price' => null, 'title' => 'Porsche CARRERA GT', 'slug' => 'porsche-carrera-gt', 'description' => '<p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Are you interested about this<b> Porsche CARRERA GT</b>?<b><o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">For sale: <b>2004 Porsche CARRERA GT<o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Interest about this<b> CARRERA GT</b>?<b><o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Price: Call for price<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Description of the car:<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Bucket Seat XT<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Car Cover<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Terracotta Luggage Set<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Competitive Lease and Finance Options<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Extended Warranty Available<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">MCLAREN CHARLOTTE<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">6010 KENLEY LANE<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">CHARLOTTE, NC 28217<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">SALES: (704) 248-0009<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">SERVICE: (704) 248-8682<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p>', 'year' => '2004', 'location' => 'United States', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 725, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 4478, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 42, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, (int) 4 => object(App\Model\Entity\Sale) { 'id' => (int) 1755, 'price' => (int) 228970, 'usd_price' => (int) 228970, 'title' => 'Lamborghini Urus', 'slug' => 'lamborghini-urus', 'description' => '<p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Are You Interested about This <b><u>Lamborghini Urus</u></b> ?<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; text-align: center;"><span lang="EN-US"><font face="Calibri, sans-serif"><span style="font-size: 16px;">Feel free to contact any of our staff members with questions, or business inquiries.</span></font></span></p><p class="MsoNormal" style="margin: 0cm; text-align: center;"><span lang="EN-US"><font face="Calibri, sans-serif"><span style="font-size: 16px;">Contact our luxury concierge<br></span></font></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs. </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Specification about this <b>Lamborghini Urus</b><o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">U.K. Supplied<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4 Year Maintenance Package<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Front End PPF<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Nero Helene Metallic Exterior<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Nero Unicolour Interior<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Akrapovic Race Exhaust<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">23 Inch Taigete Gloss Black Wheels<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Sport Side Steps<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Rear Insert Painted Body Colour<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Red Brake Callipers<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Steering Wheel with Perforated Inserts<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Panoramic Sunroof<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Topview Camera<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Contrast Red Stitching<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Q-Citura Upholstery Stitching<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">DAB Radio<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Optional Stitching on Steering Wheel<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Bang & Olufsen Surround Sound System<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">ANIMA Off-Road Mode<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Electric & Ventilated Front Seats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Branding Package<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Head-Up Display<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Cargo Management System<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Heated Rear Seats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Our vehicle experts are standing by to answer any questions:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Contact Info<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">South West London Showroom<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Tel: +44 (0)20 8870 9007<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Email: <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">sales@joemacari.com<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Address: <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">249-251 Merton Road,<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">London,<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">SW18 5EB<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Service / Aftersales<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Tel: +44 (0)20 8877 0157<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Fax: +44 (0)20 8874 7733<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Email: <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">service@joemacari.com<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">parts@joemacari.com<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Address: <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">The Kimber Centre,<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;">54 Kimber Road,<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;">London,<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;">SW18 4PP<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"> <o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p>', 'year' => '2019', 'location' => '', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 4849, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1545, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 6, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' }, (int) 5 => object(App\Model\Entity\Sale) { 'id' => (int) 4021, 'price' => (int) 1621043, 'usd_price' => (int) 1621043, 'title' => 'Rolls-Royce Cullinan Black Badge Armoured +350mm VR6', 'slug' => 'rolls-royce-cullinan-black-badge-armoured-350mm-vr6', 'description' => '<p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Are You Interested about This <b>Rolls-Royce Cullinan Black Badge Armoured +350mm VR6</b> ?<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">For sale :<b> Rolls-Royce Cullinan BB STRECHED +350MM ARMOURED VR6</b><o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Total price, VAT not applicable<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">€1,495,000.00<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">The Rolls-Royce Cullinan Black Badge Armoured +350mm VR6: A Combination of Style and Security<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">The Rolls-Royce Cullinan Black Badge Armoured +350mm VR6 is a car that brings together the best of luxury and security. This car is designed for individuals who demand the highest level of protection without compromising on style or comfort. This model is only available for export, making it a rare and exclusive find.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">The car's black exterior is striking and sleek, complemented perfectly by the Mugello Red with Black upholstery. The interior is both luxurious and comfortable, providing a welcoming atmosphere for passengers. The Black Badge Technical Carbon veneer on the dashboard and door panels adds a modern touch to the classic Rolls-Royce design.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">The car's 22-inch part-polished Black Badge wheels are not only stylish but also practical. They provide excellent grip and stability on the road, even in challenging driving conditions. The wheels are the perfect complement to the car's overall design, adding to its already impressive aesthetic.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">But the real magic of the Rolls-Royce Cullinan Black Badge Armoured +350mm VR6 is its advanced security features. The car's armor provides protection against bullets, explosives, and other forms of attack. The VR6 level of protection is one of the highest possible for civilian vehicles, making this car one of the safest on the market.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">The car's advanced suspension system provides a smooth and comfortable ride, even on rough terrain. The car's interior is designed with the utmost attention to detail, with features like heated and ventilated seats, a premium sound system, and a state-of-the-art infotainment system.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">ONLY FOR EXPORT // NUR FÜR EXPORT<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Gesamtpreis, MwSt. nicht ausweisbar<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">NEW ROLLS ROYCE CULLINAN + BLACK BADGE<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">+STRECHED+350MM+VR6 ARMOURED<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Color: Black<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Upholstery: Mugello Red with Black<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Veneer: Black Badge Technical Carbon<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Wheels: 22 Inch Part Polished Black Badge Wheel<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">OPTIONS:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Shooting Star Headliner<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Massage Seats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Bespoke Audio System<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Monogram Embossed On Headrests<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Active Cruise Control<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Park Assistant<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Night Vision with Pedestrian Recognition<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Single Coachline<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Coachline Colour Red<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Dark Chrome Spirit Of Ecstasy<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Chrome Plated Visible Exhausts<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Contrast Seat Piping<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Coloured Stitching<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Extended Leather Headliner<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Drivers Package<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Lounge Seat<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Garage Door Opener<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Driving Assistant<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Rear Theatre Configuration<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Picnic Tables<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Lambswool Footmats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Automatic Door Close<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Loading Assistant<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Illuminated Black Badge Treadplates<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Signature Key<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">High Beam Assistance<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Head Up Display<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">DAB Tuner<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Teleservices<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Connected Drive Services<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Real Time Traffic Information<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">WiFi Hotspot Function<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Vehicle stretching includes:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Stretching of the brake line<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Stretching of the propshaft with following balancing<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Stretching of exhaust system<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Stretching of the feed line<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Streching of fiber optic cables and wiring<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Setting and adjustment of electronic system ABS, ESP, ASR; SRS<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Adaptation a stereo camera of armoured glass<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">ARMOURED LEVEL PROTECTION VR6<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Ballistic protection:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">perimeter ( armoured steel )<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Floor ( armoured steel )<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Roof ( armoured steel )<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Blast-resistant costruction of the doors ( armoured steel )<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Armoured glass armound the perimeter:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Intergrated heating of bulletproof windshield<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Armored glass in the partition<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Chassis:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Additional reinforced front and rear shock absorbers<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Additional springs for increased vehicle weight<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Additional suspesion arms<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Basic equipment:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Intercommunication system<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Firefighting system of engine compartment<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Reinforced window raisers at all doors with 2 emergency exits<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> Interest about this Luxury cars ? <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">Hollmann International GmbH & Co. KG<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Charlotte-Auerbach-Str. 4<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">28816 Stuhr<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Germany<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">+49 421 80608210<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">info@hollmann.international<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><span lang="EN-US">Business Hours<o:p></o:p></span></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Mon.-Fri.: 9:00 AM - 6:30 PM<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Opening Hours<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Monday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Tuesday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Wednesday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Thursday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Friday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Saturday 09:00 18:30<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Sunday 09:00 18:30</span></p>', 'year' => '2022', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '23G0346', 'validate' => true, 'active' => true, 'views' => (int) 6432, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3782, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 8, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' } ] $picture = object(App\Model\Entity\Picture) { 'id' => (int) 3643, 'name' => '5bf70beab50741_orig.jpg', 'rang' => (int) 20, 'sale_id' => (int) 234, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Pictures' }include - APP/Template/Sales/show.ctp, line 325 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1014 Cake\View\View::_render() - CORE/src/View/View.php, line 973 Cake\View\View::render() - CORE/src/View/View.php, line 597 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 127 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 95 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
Send your message to OFF-MARKET CARS