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
2024 Lamborghini Huracán Super Trofeo Evo 10th Edition for sale
Price: €285,800.00 (VAT not applicable)
Overview about this Lamborghini Huracán Super Trofeo Evo 10th Edition:
The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is a limited-edition racing car, produced in only 10 units to celebrate the 10th anniversary of the Super Trofeo one-make series. This exclusive vehicle is currently in stock and available for worldwide export. The Huracán Super Trofeo Evo 10th Edition features a Satin Grey exterior and a Black interior. The vehicle comes with an Upgrade Power Kit, which adds 30 horsepower to the already impressive V10 engine. This racing car made its first appearance during a stunning parade at the iconic 24 Hours of Spa-Francorchamps endurance race in 2018.
Engine, Transmission, and Performance:
The Huracán Super Trofeo Evo 10th Edition is powered by a longitudinally installed V10 engine with an air filter from BMC, producing 620 CV at 8250 1/min and 570 Nm of torque at 6500 1/min. The vehicle features a two-wheel drive system with an X-Trac 6-speed sequential transmission and a 3-disc racing clutch with a lightweight flywheel. The suspension is a double wishbone with rigid bearing bush, and the vehicle is equipped with a Racing ABS system with 12 levels and a traction control system with 9 levels. The Huracán Super Trofeo Evo 10th Edition is not equipped with ESP.
Interior, Comfort, and Cargo:
The interior of the Huracán Super Trofeo Evo 10th Edition is designed with racing in mind. The vehicle comes with a racing and multifunction steering wheel, an M182 engine and transmission management system from MOTEC, a PDM 30 power distribution module from MOTEC, and a TFT instrument cluster from MOTEC. The vehicle is also equipped with a communication system between the driver and mechanic, a headlight flasher for overtaking slower vehicles, a system for engaging the transmission neutral position, a windshield wiper, a system for adjusting 12 different ABS levels, a system for setting 9 different traction control levels, a pit lane limiter, a system for resetting on-board computer messages, a system for scrolling through the menu pages in the TFT display, and a system for engaging reverse gear.
Pricing and Which One to Buy:
The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is available for €285,800.00 (VAT not applicable). This limited-edition racing car is a unique opportunity for collectors and racing enthusiasts to own a piece of Lamborghini history.
Hollmann International GmbH & Co. KG Information:
Hollmann International GmbH & Co. KG is a reputable dealership located at Charlotte-Auerbach-Str. 4, 28816 Stuhr, Germany. The dealership can be reached at +49 421 80608210 or info@hollmann.international. The dealership offers worldwide delivery and financing through partner banks. Viewings are by prior appointment only. All information is provided without guarantee, and the images are for illustration purposes only. Errors and prior sale excepted.
HYPERLUXE Off-Market by LuxuryPulse:
HYPERLUXE Off-Market by LuxuryPulse was designed by exotic car owners for exotic car owners. We are a group of like-minded car enthusiasts who appreciate owning exotic cars and wish to enjoy safe and simple transactions when buying or selling exotic vehicles. HYPERLUXE Off-Market is the premier club for privately selling your exotic vehicle or finding your next one. Our personal concierge service handles all arrangements for transportation and paperwork, making each transaction quick and painless.
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/6636525d7119bition.jpeg', 'sale' => object(App\Model\Entity\Sale) { 'id' => (int) 5187, 'price' => (int) 307878, 'usd_price' => (int) 307878, 'title' => 'Lamborghini Huracán Super Trofeo Evo 10th Edition', 'slug' => 'lamborghini-huracan-super-trofeo-evo-10th-edition', 'description' => '<p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">2024 Lamborghini Huracán Super Trofeo Evo 10th Edition for sale</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Price: €285,800.00 (VAT not applicable)</span></p><p><b id="docs-internal-guid-6c676dd2-7fff-11f8-d8e9-533585f339b6" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Overview about this Lamborghini Huracán Super Trofeo Evo 10th Edition: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is a limited-edition racing car, produced in only 10 units to celebrate the 10th anniversary of the Super Trofeo one-make series. This exclusive vehicle is currently in stock and available for worldwide export. The Huracán Super Trofeo Evo 10th Edition features a Satin Grey exterior and a Black interior. The vehicle comes with an Upgrade Power Kit, which adds 30 horsepower to the already impressive V10 engine. This racing car made its first appearance during a stunning parade at the iconic 24 Hours of Spa-Francorchamps endurance race in 2018.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Engine, Transmission, and Performance:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> The Huracán Super Trofeo Evo 10th Edition is powered by a longitudinally installed V10 engine with an air filter from BMC, producing 620 CV at 8250 1/min and 570 Nm of torque at 6500 1/min. The vehicle features a two-wheel drive system with an X-Trac 6-speed sequential transmission and a 3-disc racing clutch with a lightweight flywheel. The suspension is a double wishbone with rigid bearing bush, and the vehicle is equipped with a Racing ABS system with 12 levels and a traction control system with 9 levels. The Huracán Super Trofeo Evo 10th Edition is not equipped with ESP.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Interior, Comfort, and Cargo: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The interior of the Huracán Super Trofeo Evo 10th Edition is designed with racing in mind. The vehicle comes with a racing and multifunction steering wheel, an M182 engine and transmission management system from MOTEC, a PDM 30 power distribution module from MOTEC, and a TFT instrument cluster from MOTEC. The vehicle is also equipped with a communication system between the driver and mechanic, a headlight flasher for overtaking slower vehicles, a system for engaging the transmission neutral position, a windshield wiper, a system for adjusting 12 different ABS levels, a system for setting 9 different traction control levels, a pit lane limiter, a system for resetting on-board computer messages, a system for scrolling through the menu pages in the TFT display, and a system for engaging reverse gear.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Pricing and Which One to Buy: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is available for €285,800.00 (VAT not applicable). This limited-edition racing car is a unique opportunity for collectors and racing enthusiasts to own a piece of Lamborghini history.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Hollmann International GmbH & Co. KG Information:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> Hollmann International GmbH & Co. KG is a reputable dealership located at Charlotte-Auerbach-Str. 4, 28816 Stuhr, Germany. The dealership can be reached at +49 421 80608210 or info@hollmann.international. The dealership offers worldwide delivery and financing through partner banks. Viewings are by prior appointment only. All information is provided without guarantee, and the images are for illustration purposes only. Errors and prior sale excepted.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">HYPERLUXE Off-Market by LuxuryPulse:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> HYPERLUXE Off-Market by LuxuryPulse was designed by exotic car owners for exotic car owners. We are a group of like-minded car enthusiasts who appreciate owning exotic cars and wish to enjoy safe and simple transactions when buying or selling exotic vehicles. HYPERLUXE Off-Market is the premier club for privately selling your exotic vehicle or finding your next one. Our personal concierge service handles all arrangements for transportation and paperwork, making each transaction quick and painless.</span></p><p><span style="caret-color: rgb(0, 0, 0); text-size-adjust: auto;"><br><br></span></p>', 'year' => '2024', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1435, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 4951, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 8, '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/6636525d7119bition.jpeg' $sale = object(App\Model\Entity\Sale) { 'id' => (int) 5187, 'price' => (int) 307878, 'usd_price' => (int) 307878, 'title' => 'Lamborghini Huracán Super Trofeo Evo 10th Edition', 'slug' => 'lamborghini-huracan-super-trofeo-evo-10th-edition', 'description' => '<p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">2024 Lamborghini Huracán Super Trofeo Evo 10th Edition for sale</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Price: €285,800.00 (VAT not applicable)</span></p><p><b id="docs-internal-guid-6c676dd2-7fff-11f8-d8e9-533585f339b6" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Overview about this Lamborghini Huracán Super Trofeo Evo 10th Edition: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is a limited-edition racing car, produced in only 10 units to celebrate the 10th anniversary of the Super Trofeo one-make series. This exclusive vehicle is currently in stock and available for worldwide export. The Huracán Super Trofeo Evo 10th Edition features a Satin Grey exterior and a Black interior. The vehicle comes with an Upgrade Power Kit, which adds 30 horsepower to the already impressive V10 engine. This racing car made its first appearance during a stunning parade at the iconic 24 Hours of Spa-Francorchamps endurance race in 2018.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Engine, Transmission, and Performance:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> The Huracán Super Trofeo Evo 10th Edition is powered by a longitudinally installed V10 engine with an air filter from BMC, producing 620 CV at 8250 1/min and 570 Nm of torque at 6500 1/min. The vehicle features a two-wheel drive system with an X-Trac 6-speed sequential transmission and a 3-disc racing clutch with a lightweight flywheel. The suspension is a double wishbone with rigid bearing bush, and the vehicle is equipped with a Racing ABS system with 12 levels and a traction control system with 9 levels. The Huracán Super Trofeo Evo 10th Edition is not equipped with ESP.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Interior, Comfort, and Cargo: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The interior of the Huracán Super Trofeo Evo 10th Edition is designed with racing in mind. The vehicle comes with a racing and multifunction steering wheel, an M182 engine and transmission management system from MOTEC, a PDM 30 power distribution module from MOTEC, and a TFT instrument cluster from MOTEC. The vehicle is also equipped with a communication system between the driver and mechanic, a headlight flasher for overtaking slower vehicles, a system for engaging the transmission neutral position, a windshield wiper, a system for adjusting 12 different ABS levels, a system for setting 9 different traction control levels, a pit lane limiter, a system for resetting on-board computer messages, a system for scrolling through the menu pages in the TFT display, and a system for engaging reverse gear.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Pricing and Which One to Buy: </span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The 2024 Lamborghini Huracán Super Trofeo Evo 10th Edition is available for €285,800.00 (VAT not applicable). This limited-edition racing car is a unique opportunity for collectors and racing enthusiasts to own a piece of Lamborghini history.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Hollmann International GmbH & Co. KG Information:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> Hollmann International GmbH & Co. KG is a reputable dealership located at Charlotte-Auerbach-Str. 4, 28816 Stuhr, Germany. The dealership can be reached at +49 421 80608210 or info@hollmann.international. The dealership offers worldwide delivery and financing through partner banks. Viewings are by prior appointment only. All information is provided without guarantee, and the images are for illustration purposes only. Errors and prior sale excepted.</span></p><p><b style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; font-weight: normal;"><br></b></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">HYPERLUXE Off-Market by LuxuryPulse:</span></p><p dir="ltr" style="line-height: 1.38; text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 400; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> HYPERLUXE Off-Market by LuxuryPulse was designed by exotic car owners for exotic car owners. We are a group of like-minded car enthusiasts who appreciate owning exotic cars and wish to enjoy safe and simple transactions when buying or selling exotic vehicles. HYPERLUXE Off-Market is the premier club for privately selling your exotic vehicle or finding your next one. Our personal concierge service handles all arrangements for transportation and paperwork, making each transaction quick and painless.</span></p><p><span style="caret-color: rgb(0, 0, 0); text-size-adjust: auto;"><br><br></span></p>', 'year' => '2024', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1435, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 4951, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 8, '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) 1585, 'price' => (int) 176000, 'usd_price' => (int) 176000, 'title' => 'Mercedes-Benz G 63 AMG STRONGER THAN TIME', 'slug' => 'mercedes-benz-g-63-amg-stronger-than-time', '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 Mercedes-Benz G 63 AMG STRONGER THAN TIME ?<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;">Our vehicle experts are standing by to answer any questions:</span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;"><span lang="EN-US">Contact Info<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; 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="box-sizing: border-box; margin: 0cm; font-size: 12pt; text-align: center; color: rgb(127, 127, 127); font-family: Calibri, sans-serif;">Contact our luxury concierge<br></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"><span style="font-size: 12pt;">Our staff members are available 24 hours a day to answer your questions and serve your needs.</span> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"><br></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">MERCEDES BENZ G 63 AMG STRONGER THAN TIME<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">Farbe: G manufaktur nachtschwarz magno 056<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">Polster: Leder Nappa zweifarbig titangrau pearl + schwarz 958<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">Zierelemente: AMG Zierelemente Carbon ZG6<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">Räder: 22 Inch AMG Schmiederäder im Kreuzspeichen-Design RJ7<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">OPTIONS:<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">P92 STRONGER THAN TIME Edition<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">EM4 Assistenzpaket<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">P72 ENERGIZING Komfortsteuerung<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">PA3 Edelstahl-Paket<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">PA8 Park-Paket mit 360-Kamera<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">PA9 Aktiv-Multikontursitz-Paket<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">GM2 G manufaktur Interieur Plus<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">ZG6 AMG Zierelemente Carbon<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">W72 Wärmedämmend dunkel getöntes Glas<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">BS1 AMG Bremssättel vorne und hinten silber lackiert<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">F15 Schiebedach<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">RB5 Reserveradring lackiert in Wagenfarbe<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">FR2 Ambientebeleuchtung mit 64 Farben und 10 Farbzonen<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">V57 EASY-PACK Laderaumabdeckung<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">V36 Haltegriffe in Leder<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">ZI3 Instrumententafel zweifarbig<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">EM3 Vorrüstung für Fond-Entertainment<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">J25 Widescreen Cockpit<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">EH3 Media Interface Kabel Kit<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">EU8 Burmester Surround-Soundsystem<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">EA2 Totwinkel-Assistent<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">EZ9 Aktiver Abstands-Assistent DISTRONIC<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">L57 MULTIBEAM LED<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">VL9 AMG Performance Lenkrad in Leder Nappa<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">Q55 Anhängevorrichtung, Kugelkopf<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">Hollmann International GmbH & Co. KG<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">Charlotte-Auerbach-Str. 4<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">28816 Stuhr<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">Germany<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">+49 421 80608210<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">info@hollmann.international<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">Business Hours<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">Mon.-Fri.: 9:00 AM - 6:30 PM<o:p></o:p></span></p>', 'year' => '2020', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 3277, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1376, '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' }, (int) 1 => object(App\Model\Entity\Sale) { 'id' => (int) 2204, 'price' => (int) 309800, 'usd_price' => (int) 345315, 'title' => 'Mercedes-Maybach S680', 'slug' => 'mercedes-maybach-s680', '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>Mercedes-Maybach S 680</b> ?</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"><b>FOR SALE MERCEDES MAYBACH S 680</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"> 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">NEW MERCEDES-BENZ S 680 MAYBACH<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">WORLDWIDE EXPORT POSSIBLE<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: Obsidian Black 197<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: Leather Exclusive Brown 514<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: 21 Inch Four Spoke Design All Round 70R<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">68B Automatic rear door<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">811 Burmester High End 4D Surround Sound<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">P07 Chauffeur package with memory 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">432 Active Multicontour Seat 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">P09 Sun protection 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">P20 Driving assistant package Plus<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">P21 AIR BALANCE 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">P32 High End Interior 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">P34 Exclusive 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">P43 Luxury rear seat 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">P47 Parking Package High<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">P53 ENERGIZING AIR 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">P64 Front Memory 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">P69 Front and rear comfort heating 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">942 Load compartment/trunk 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">P82 Anti Theft Protection Package Plus<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">PBG Premium connectivity 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">878 Active ambient lighting<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">445 MBUX augmented reality 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">447 MBUX Rear Tablet<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">854 MBUX High End Rear Seat Entertainment<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">77B MBUX interior 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">22U MBUX Entertainment<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">871 HANDS FREE ACCESS<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">874 MAGIC VISION 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">PBS Fit and Healthy package front<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">PBT Fit and Healthy package rear<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">14U Smartphone integration 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">16U Apple Carplay<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">17U Android Auto<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">201 Rear Axle Steering<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">223 adjustment and head restraints<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">224 Individual rear 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">231 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">233 Adaptive cruise control Plus<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">235 Active Parking Assist<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">236 Adaptive rear compartment lighting<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">243 Active Lane Keeping Assist<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">249 Automatic dimming mirrors<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">266 DISTRONIC PLUS<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">275 Memory 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">276 Rear Seat Memory 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">282 Through Loading Feature<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">292 PRE SAFE Impulse Side<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">293 Sidebags in rear<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">297 roller sun blind in rear doors<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">302 Rear airbag<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">306 Rear seat belt with integrated airbag<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">308 Refrigerated compartment in rear<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">30U Projection function via headlamps<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">318 Digital Light<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">321 Biometric user identification fingerprint<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">322 Neck and shoulder heating in the rear<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">323 Calf muscle massage in rear<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">325 Center airbag<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">32U Sound personalisation<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">351 eCall emergency call 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">401 Climatised front 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">402 Rear seat climate 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">406 Multicontour rear 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">413 Panoramic sliding sunroof/glass roof<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">42U Projection function via headlamps<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">439 front comfort head restraint<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">43U Projection function via headlamps<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">443 Steering wheel heater<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">449 Folding table in the rear<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">451 3D driver 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">452 Front seat adjustable from rear<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">453 Seat with reclining 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">475 Tire pressure monitor (TPM)<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">489 AIRMATIC<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">501 360 camera<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">513 Traffic Sign Assist<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">537 DAB digital radio standard<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">540 Electric roller blind for rear window<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">543 Sun visor with additional 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">546 Active Speed Limit Assist<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">551 anti theft alarm 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">561 Design seat belts<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">581 Automatic climate 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">582 THERMOTRONIC control rear<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">587 Logo projection via mirror<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">596 Heat insulating laminated 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">5U2 Bumper with black vent grille<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">628 HEADLAMP CONTROL PLUS<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">726 Center console High gloss 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">727 Driver seat backrest trim in wood finish<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">72B USB package Plus<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">840 Tinted Windows<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">865 TV 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">881 Remote boot lid closing<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">882 Sensor system and siren for anti theft<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">883 Power closing<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">889 Keyless Go<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">897 Front wireless telephone charging<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">898 Rear wireless telephone charging<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">8U0 Heated washer fluid reservoir<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">8U8 ISOFIX successor<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">902 Front comfort seat heating<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">903 Rear comfort seat heating<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">906 Front heated rests<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">907 Rear heated rests<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">916 Fuel tank with large capacity<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">96B Active Noise 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">B05 Chrome plated handle and loading sill<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">B69 Vehicle key in white with rose gold<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">K32 Active Lane Change Assist<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">K33 Restart in stop and go traffic<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">K34 Route based speed adaptation<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">L2D Luxury steering wheel with trim<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">U14 Deep pile floor mats<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">U19 Augmented reality video<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">U25 Illuminated door sill<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">U35 12 V socket in load area<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">U60 Pedestrian protection Active hood<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" style="font-family: "Segoe UI Symbol", sans-serif;">✓</span><span lang="EN-US"> Lieferung weltweit möglich<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" style="font-family: "Segoe UI Symbol", sans-serif;">✓</span><span lang="EN-US"> Finanzierung durch unsere Partnerbanken möglich<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">Besichtigung nur nach vorheriger Absprache<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">Bilder dienen nur zur Illustration<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">Irrtümer und Zwischenverkauf vorbehalten<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">Alle Angaben ohne Gewähr<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">Hollmann International GmbH & Co. KG<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">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;"><span lang="EN-US">Business Hours<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">Mon.-Fri.: 9:00 AM - 6:30 PM<o:p></o:p></p>', 'year' => '2022', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '22G1274', 'validate' => true, 'active' => true, 'views' => (int) 2946, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1979, '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' }, (int) 2 => object(App\Model\Entity\Sale) { 'id' => (int) 5728, 'price' => (int) 618900, 'usd_price' => (int) 618900, 'title' => 'McLaren 765LT Spider', 'slug' => 'mclaren-765lt-spider', '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;">2022 MCLAREN 765LT SPIDER 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 765LT Spider</span></b><span lang="EN-US" 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;"><span style="font-family: "Times New Roman", serif;">€ 573,082<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;">$618,900<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-family: "Times New Roman", serif;">£ 476,625<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;"><b><span lang="EN-US" style="font-family: "Times New Roman", serif;">Overview about this McLaren 765LT Spider</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>The <b>2022 McLaren 765LT Spider</b> is an convertible supercar, renowned for its lightweight design, impressive aerodynamics, and powerful performance. This one-owner model features a bespoke <b>MSO Heritage Pearl White</b> exterior, complemented by a full bespoke <b>blue leather interior</b>. With only 4,832 miles on the clock, it is one of the limited 765 units ever built, making it a highly sought-after collector’s car. Equipped with a <b>4.0L Twin-Turbo V8</b> engine, it delivers 755 hp and 590 lb-ft of torque, promising thrilling acceleration and driving dynamics.<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 765LT Spider</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>The <b>McLaren 765LT Spider</b> is powered by a <b>4.0L Twin-Turbocharged V8</b> engine, producing an impressive <b>755 hp</b> and <b>590 lb-ft</b> of torque. Paired with a <b>7-speed double-clutch transmission</b>, this car accelerates from 0-100 km/h in just <b>2.8 seconds</b>, and from 0-200 km/h in 7.2 seconds, with a top speed of <b>330 km/h</b>. Its lightweight design, carbon fiber body, and active aerodynamics contribute to its scalpel-sharp handling and dynamic performance.<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) about this McLaren 765LT Spider</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>The <b>765LT Spider</b> continues McLaren’s legacy of producing high-performance, track-focused supercars, following in the footsteps of the Longtail models. Limited to just <b>765 units</b>, it reflects the brand's dedication to lightweight engineering and driving excellence. Its bespoke configuration by McLaren Special Operations (MSO) enhances its exclusivity, combining advanced materials, innovative design, and a motorsport-inspired driving experience. This model represents McLaren’s pursuit of pushing the boundaries of supercar performance.<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 765LT Spider</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 765LT Spider<br><b>Description:</b> A highly exclusive, track-focused supercar, with bespoke MSO specifications, offering unmatched performance and dynamic handling in an open-top configuration.<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;"> </span></b></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;">Technical Specifications</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Year: 2022<br>Vin: SBM14SCA0NW765486<br>Number of stock: M765486<br>Engine: 4.0L Twin-Turbo V8<br>Engine position: Mid-engine<br>Power: 755 hp<br>Transmission: 7-speed double-clutch automatic<br>Chassis: Lightweight carbon fiber monocoque<br>Suspension: Double-wishbone independent suspension<br>Brakes: Carbon ceramic brakes<br>Curb weight: 1,388 kg<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;"> </span></b></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;">Dimensions</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Length: [N/A]<br>Width: [N/A]<br>Height: [N/A]<br>Wheelbase: [N/A]<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;"> </span></b></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;">Performance</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Top speed: 330 km/h (205 mph)<br>0-100 km/h: 2.8 seconds<br>0-200 km/h: 7.2 seconds<br>0-300 km/h: [N/A]<br>0-400 km/h: [N/A]<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;"> </span></b></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;">Interior</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Upholstery: Bespoke blue leather with carbon fiber accents<br>Seats: Super lightweight Senna seats<br>Screen: Infotainment display<br>Audio system: Premium Meridian sound system<br>Connectivity: Bluetooth, USB, navigation<br>Air conditioning: Dual-zone automatic climate control<br>Interior color: Blue leather with carbon fiber accents<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;"> </span></b></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;">Technology and Safety</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Driver assistance: [N/A]<br>Braking system: Advanced carbon ceramic brakes with brake assist<br>Airbags: Front and side airbags<br>Cameras: Rearview camera<br>Navigation: Integrated GPS navigation system<br>Additional safety features: Traction control, stability control, tire pressure monitoring system<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;"> </span></b></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;">Customizable Options</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Exterior colors: MSO Heritage Pearl White with carbon fiber accents<br>Exterior color: Pearl White with carbon fiber stripe<br>Wheels: Super-lightweight 10-spoke alloy wheels<br>Interior materials: Blue leather with carbon fiber trim<o:p></o:p></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;">Production</span></b><span style="font-family: "Times New Roman", serif;"><br>Number of units: 765 worldwide<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;"><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;">Availability</span></b><span lang="EN-US" style="font-family: "Times New Roman", serif;"><br>Country of origin: United States<o:p></o:p></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;">Mileage</span></b><span style="font-family: "Times New Roman", serif;"><br>Miles driven: 4,832 miles<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>', 'year' => '2011', 'location' => 'United States', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 441, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 5493, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 46, '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) 2056, 'price' => (int) 253401, 'usd_price' => (int) 253401, '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>Lamborghini URUS</b> ?</span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;">Contact our luxury concierge </p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;"><br></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">The Lamborghini Urus is the world’s first Super Sport Utility Vehicle as well as the first 5-seater super sports car, embodying the essence of the Lamborghini DNA, designed to express its enormous potential on any road, anywhere in the world. On track, sand, gravel or snow, the Urus stands out due to its V8 twin scroll bi-turbo engine with 650 HP and with no compromise in terms of handling, performance and luxury . This example registered January 2021 is finished in GRIGIO KERES METALLIC with the GRIGIO OCTANS interior with the all important Q- CITURA trim in VERDE FAUNS stitching to match the GREEN BRAKE CALIPERS . This is a one owner vehicle and VAT QUALIFYING<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">Exterior Specifications<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">GRIGIO KERES METALLIC<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">Taigete 23" Shiny 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">23" PZero Tires<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">Green Carbon Ceramic Brake Calipers<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">Body color Style 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"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Interior Specifications<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">Interior trim is refined being upholstered in only one color, but two different materials Leather and Alcantara GRIGIO OCTANS<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 With Alcantara<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">Stitching in Verde Fauns<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">Seats Dna 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">Full Electric Comfort 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">Embroidered Lamborghini Shield On Headrest<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 heated 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">Rear Seats 5-seat Configuration<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 Seats Heated<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">Belts Grigio Octans<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">Floormats Floor Mats With Leather Piping And Double Stithing<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 Stitching: Verde Faunus<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 Multifunctional Leather 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">Lamborghini Sensonum® Premium 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">DAB Digital 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">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">Bluetooth<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">Lamborghini Smartphone Interface – Apple Car Play and Android Auto<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">Voice Activating System for phone and Navigation 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">Navigation 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">Rear View 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">Top View 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">Front and rear parking sensors<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">Soft close doors<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">Performance Specifications<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">Sunshine 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">Electric Panoramic Glass Roof<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">Washing 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">Lamborghini Anima with 4 Off-Road Modes<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">Park Assistant 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">85 l Fuel Tank<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">Washing 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">Park Assistant 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">Lamborghini Vehicle Tracking 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">85 l Fuel Tank<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">Lamborghini Protective Film<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">Tailgate Handless Opener<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">Headlight washer and RVC Cleaner<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">Electrically Adjustable door Mirrors<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">Engine Position: Front Engined<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">Engine Size: 4.0L<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">Cylinders: 8 Cylinders<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">Cylinder layout: V8<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">Engine Power: 641 hp<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">Aspiration: Twin turbo<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">Torque: 627<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">Fuel Consumption: 23 mpg<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">Top Speed: 190 mph<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">0 – 60 (mph): 3.2 secs<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">Driven Wheels: All Wheel Drive<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">Contact Pegasus Auto House Today<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 Extensive knowledge in both the left and right hand drive markets has developed over the years, from being a customer to now becoming a dealer that understands the needs of every individual customer.<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">Contact Pegasus Auto House Today<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">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">29A Durweston Street<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 W1H 1PG<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">Direct Telephone Number:<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">+44 (0) 207 692 8283<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">Business Hours<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">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: 12pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p>', 'year' => '2021', 'location' => 'United Kingdom', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 2712, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1846, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 15, '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) 679, 'price' => (int) 235000, 'usd_price' => (int) 259096, 'title' => 'Bentley Bentayga Mansory W-Body Mulliner', 'slug' => 'bentley-bentayga-mansory-w-body-mulliner', 'description' => '<div class="text-left" style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><span class="col-md-12 technical_details listing" style="box-sizing: border-box; -webkit-font-smoothing: antialiased; padding: 0px; float: left; width: 1246px; margin-bottom: 14px;"><h3 style="box-sizing: border-box; margin-right: 0px; margin-bottom: 11px; margin-left: 0px; -webkit-font-smoothing: antialiased;">Fahrzeugbeschreibung</h3></span></div><div class="listingbox col-xs-12 col-sm-12 col-md-12 no-padding" style="box-sizing: border-box; -webkit-font-smoothing: antialiased; float: left; width: 1246px; padding: 0px !important; margin: 0px !important;"><div class="col-md-12 description-technical-details" style="box-sizing: border-box; -webkit-font-smoothing: antialiased; padding: 0px; float: left; width: 1246px; margin: 0px;"><div class="span22" style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Sehr geehrte Interessenten,<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">hiermit bieten wir Ihnen einen Bentley Bentayga W12 Mulliner Mansory an.<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">2 Hand, Unfallfrei, Scheckheft gepflegt, Neuwertiger Zustand<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Deutsche- Auslieferung & Deutsche- Zulassung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Wide Body Kit<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Frontgrill Maske Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Motorhaube I. Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Dachspoiler Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Dachspoiler Erweiterung Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Abrisskante Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Zierleiste "short" Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY "Air Vent" an Rueckleuchte Carbon<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY Fahrwerkstieferlegung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- MANSORY 23" Leichtmetallfelgen<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Bentley / Akrapovic TITAN-Sportabgasanlage mit Klappensteuerung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Mulliner Optionen<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sonderlackierung: Peacock<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Metallic<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sonderpolsterung: Vollleder Feinnappa Linen / Schwarz<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Dachhimmel in Leder Schwarz<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Kontrastnaehte auf Linen in Dunkel<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Kontrastnaehte auf Schwarz in Linen<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Hochfloorige Fussmatten Einfassung Kontrastfarbe<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Zwei-farbiges Drei-Speichen Multifunktionslenkrad beheizt und elektr. verstellbar<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Interieurleisten Pianolack mit Chrome-Intarse<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Breitling Cockpit-Uhr mit Ziffernblatt in Perlmutt<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Mittiges Armaturenbrettpanel furniert<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Massagesitze fuer Fahrer und Beifahrer<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sitze fuer Fahrer und Beifahrer elektrisch verstellbar mit Memory<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sitzheizung fuer Fahrer, Beifahrer und Fondsitze<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sitzbelueftung fuer Fahrer und Beifahrer<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Komfortausstattung fuer Fahrer- und Beifahrersitze<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Komfortkopfstuetzen fuer die hinteren aeusseren Sitze<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Elektrisches Panorama Glas-Schiebe-Hebedach<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Elektrische Rollos an hinteren Seitenscheiben<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Mood Lightning<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Ambiente Beleuchtung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Navigationssystem mit farbigem Touchscreen-Display<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Digitaler TV und Radioempfang<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Apple Car-Play<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Media Interface<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- NAIM for Bentley Premium-Soundsystem<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Bentley-Rear-Seat Entertainment<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Head-Up-Display<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- All Terrain Specification<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- City Specification<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Touring Specification<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Sunshine Specification<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Fahrassistenzpaket<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- ACC Abstandsregeltempomat<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Totwinkel-Assistent<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Notbrems-Assistent<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Spurhalte-Assistent<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Night Vision<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Nachtsichtassistent<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Keyless-GO<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Soft-Close-Automatik fuer Tueren<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- LED-Scheinwerfer<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- LED Welcome-Lights by Mulliner<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Home-Link Garagentoroeffner<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Elektrische Heckklappenbetaetigung beruehrungsfrei<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Luftfederung mit dynamischem Wankausgleich<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Waermeverbundverglasung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">- Privacy Verglasung<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Preis Netto Export 235.000,- €<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Gerne unterbreiten wir Ihnen ein individuelles Finanzierungsangebot (Auch ohne Anzahlung ab 3.99%) Eine Inzahlungnahme ihres alten PKW`s möglich<br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br style="box-sizing: border-box; -webkit-font-smoothing: antialiased;">Irrtümer, Tippfehler und Zwischenverkauf vorbehalten</span></div><div class="span22" style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased;"><br></span></div></div></div><p style="box-sizing: border-box; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"><br></p><p style="box-sizing: border-box; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;">Bentley Bentayga Mansory W-Body Mulliner by <a href="https://www.rw-exclusivecars.de/en/fahrzeuge-details.php?details_id=35&search=Bentley-Bentayga-Mansory-W-Body-Mulliner-*Special-Paint*" target="_blank"><b>R.W Exclusive Cars</b></a></p><p style="box-sizing: border-box; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;">LuxuryPulse is the luxury marketplace to find new and preowned luxury, exotic and classic cars for sale. Search more than 2,000 luxury cars, exotic cars, classic cars and other supercars with large, high quality images.</p>', 'year' => '2017', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '292437707', 'validate' => true, 'active' => true, 'views' => (int) 3487, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 477, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 2, '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) 2801, 'price' => null, 'usd_price' => null, 'title' => 'MCLAREN P1', 'slug' => 'mclaren-p1', '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> MCLAREN P1 </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">For sale : <b>2015 MCLAREN P1 CARBON SERIES<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">Interest about this <b>MCLAREN P1 </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">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" 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" 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">Description<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">One of McLaren’s best of all times, the 1 of only 5 P1 Carbon Series is now here at our Lounge.<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" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><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">Seven Car Lounge<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">Riyad, KSA<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">Exit 2, Prince Turki 1st. East<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">+966 (11) 400 7777<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@SEVENCARLOUNGE.COM<o:p></o:p></span></b></p>', 'year' => '2015', 'location' => 'Saudi Arabia', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1865, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 2568, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 25, '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) 91332, 'name' => '6636525e386eaon_19.jpeg', 'rang' => (int) 20, 'sale_id' => (int) 5187, '[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 Hollmann International