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
Aston Martin One-77 for sale
Price about this Aston Martin One-77
€ 3,100,000
$ 3,333,333
£ 2,600,000
AED 12,200,000
₹ 247,500,000
SAR 11,000,000
R$ 16,750,000
Overview about this Aston Martin One-77
The Aston Martin One-77 is a masterpiece of automotive, representing the pinnacle of exclusivity. Limited to just 77 units worldwide, this hypercar is one of the most coveted Aston Martins ever produced. This particular example, finished in Metallic Grey with only 2,330 km on the odometer, is an extraordinary opportunity for collectors. Powered by a naturally aspirated 7.3-liter V12 engine, the One-77 delivers an astounding 750 horsepower, enabling it to reach a top speed of 354 km/h. Available now at our showroom in Riyadh, this One-77 exemplifies the perfect blend of luxury, craftsmanship, and extreme performance.
Motorisation and Performance about this Aston Martin One-77
The heart of the Aston Martin One-77 is its 7.3-liter naturally aspirated V12 engine, which was developed in collaboration with Cosworth. This engine produces 750 horsepower and 750 Nm of torque, making it the most powerful engine Aston Martin had ever built at the time. The One-77 accelerates from 0 to 100 km/h in just 3.7 seconds, with a top speed of 354 km/h, placing it among the fastest road cars in the world. The power is delivered to the rear wheels through a 6-speed automated manual transmission, and the car's advanced suspension system ensures it remains composed even at its incredible top speed.
Heritage (Impact and Legacy)
With only 77 units ever produced, it became one of the rarest and most desirable models in the Aston Martin lineup. The One-77 showcased Aston Martin's ability to produce a world-class hypercar, setting new standards in design, technology, and performance. Its advanced carbon fiber monocoque chassis, hand-built aluminum body, and powerful V12 engine were all testaments to the brand's commitment to excellence. The One-77 not only pushed the boundaries of what Aston Martin could achieve but also solidified its place among the elite in the hypercar segment.
Specifications about this Aston Martin One-77
Technical Specifications
Performance
Interior
Technology and Safety
Customizable Options
Production
Price
Availability
Key Information about this Aston Martin One-77
The Aston Martin One-77 is not just a car; it is a statement of extreme exclusivity, luxury, and performance. With only 77 units ever built, it remains one of the most sought-after hypercars in the world. This particular example, offered in Riyadh with just 2,330 km, presents a rare opportunity to own a piece of automotive history. Its combination of a powerful V12 engine, stunning design, and advanced technology makes it a true collector's item.
Dealer Information
Seven Car Lounge
Location: Hittin, Riyadh 13513, Saudi Arabia
VIA Riyadh, 8425 Makkah Al Mukarramah Rd, 294
Phone: +966557341777
Email: info@sevencarlounge.com
Business Hours: [N/A]
SPA Location: 9061 Prince Saud Ibn Abdullah Ibn Jalawi, 2667
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/66e9f2f1918b7rande.jpeg', 'sale' => object(App\Model\Entity\Sale) { 'id' => (int) 5607, 'price' => (int) 3333333, 'usd_price' => (int) 3333333, 'title' => 'Aston Martin One-77', 'slug' => 'aston-martin-one-77', 'description' => '<p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Aston Martin One-77 for sale</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Price about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">€ 3,100,000<br>$ 3,333,333<br>£ 2,600,000<br>AED 12,200,000<br>₹ 247,500,000<br>SAR 11,000,000<br>R$ 16,750,000<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Overview about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Aston Martin One-77 is a <b>masterpiece of automotive</b>, representing <b>the pinnacle of exclusivity</b>. <b>Limited to just 77 units worldwide</b>, this hypercar is one of the most coveted Aston Martins ever produced. This particular example, finished in Metallic Grey with only 2,330 km on the odometer, is an extraordinary opportunity for collectors. Powered by a naturally aspirated 7.3-liter V12 engine, the One-77 delivers an astounding 750 horsepower, enabling it to reach a top speed of 354 km/h. Available now at our showroom in Riyadh, this One-77 exemplifies the perfect blend of luxury, craftsmanship, and extreme performance.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Motorisation and Performance about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The heart of the Aston Martin One-77 is its 7.3-liter naturally aspirated V12 engine, which was developed in collaboration with Cosworth. This engine produces 750 horsepower and 750 Nm of torque, making it the most powerful engine Aston Martin had ever built at the time. The One-77 accelerates from 0 to 100 km/h in just 3.7 seconds, with a top speed of 354 km/h, placing it among the fastest road cars in the world. The power is delivered to the rear wheels through a 6-speed automated manual transmission, and the car's advanced suspension system ensures it remains composed even at its incredible top speed.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Heritage (Impact and Legacy)</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">With only 77 units ever produced, it became one of the rarest and most desirable models in the Aston Martin lineup. The One-77 showcased Aston Martin's ability to produce a world-class hypercar, setting new standards in design, technology, and performance. Its advanced carbon fiber monocoque chassis, hand-built aluminum body, and powerful V12 engine were all testaments to the brand's commitment to excellence. The One-77 not only pushed the boundaries of what Aston Martin could achieve but also solidified its place among the elite in the hypercar segment.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Specifications about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Model:</span></b><span style="font-family: Poppins;"> Aston Martin One-77<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Year:</span></b><span style="font-family: Poppins;"> 2011</span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Vin:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Number of stock:</span></b><span lang="EN-US" style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Technical Specifications</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Engine:</span></b><span style="font-family: Poppins;"> 7.3 L V12 naturally aspirated<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Engine position:</span></b><span lang="EN-US" style="font-family: Poppins;"> Front-mid mounted, longitudinal<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Power:</span></b><span style="font-family: Poppins;"> 750 PS (552 kW)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Torque:</span></b><span style="font-family: Poppins;"> 750 Nm @ 5000 rpm<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Transmission:</span></b><span lang="EN-US" style="font-family: Poppins;"> 6-speed automated manual (sequential)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Drivetrain:</span></b><span style="font-family: Poppins;"> Rear-wheel drive<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Chassis:</span></b><span style="font-family: Poppins;"> Carbon fiber monocoque<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Suspension:</span></b><span lang="EN-US" style="font-family: Poppins;"> Double wishbone with adaptive dampers<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Brakes:</span></b><span style="font-family: Poppins;"> Carbon-ceramic discs (398 mm front, 360 mm rear)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Curb weight:</span></b><span style="font-family: Poppins;"> 1630 kg<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Fuel Economy:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">CO2 emissions:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Performance</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Top speed:</span></b><span lang="EN-US" style="font-family: Poppins;"> 354 km/h (220 mph)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">0-100 km/h:</span></b><span style="font-family: Poppins;"> 3.7 seconds<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">0-160 km/h:</span></b><span style="font-family: Poppins;"> 6.9 seconds<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Interior</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Upholstery:</span></b><span style="font-family: Poppins;"> Leather and Alcantara<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Seats:</span></b><span style="font-family: Poppins;"> 2<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Interior color:</span></b><span style="font-family: Poppins;"> Customizable<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Audio system:</span></b><span style="font-family: Poppins;"> Bang & Olufsen<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Other Features:</span></b><span lang="EN-US" style="font-family: Poppins;"> Climate control, advanced infotainment system, bespoke interior finishes<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Technology and Safety</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Braking system:</span></b><span style="font-family: Poppins;"> Carbon-ceramic brakes<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Driver assistance:</span></b><span lang="EN-US" style="font-family: Poppins;"> ABS, DSC (Dynamic Stability Control)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Additional safety features:</span></b><span lang="EN-US" style="font-family: Poppins;"> Airbags (front and side)<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Customizable Options</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Exterior colors:</span></b><span lang="EN-US" style="font-family: Poppins;"> Metallic Grey and other bespoke options<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Wheels:</span></b><span style="font-family: Poppins;"> [Customizable]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Interior materials:</span></b><span lang="EN-US" style="font-family: Poppins;"> Leather, Alcantara, bespoke finishes<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Production</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Number of units:</span></b><span style="font-family: Poppins;"> 77<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Price</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Manufacturer's suggested retail price (MSRP):</span></b><span lang="EN-US" style="font-family: Poppins;"> £1,150,000 (excluding taxes)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Dealer selling price:</span></b><span style="font-family: Poppins;"> $3,333,333 (SAR 11,000,000)<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Availability</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Country of origin:</span></b><span style="font-family: Poppins;"> Saudi Arabia<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Mileage:</span></b><span style="font-family: Poppins;"> 2,330 km<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Key Information about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Aston Martin One-77 is not just a car; it is a statement of extreme exclusivity, luxury, and performance. With only 77 units ever built, it remains one of the most sought-after hypercars in the world. This particular example, offered in Riyadh with just 2,330 km, presents a rare opportunity to own a piece of automotive history. Its combination of a powerful V12 engine, stunning design, and advanced technology makes it a true collector's item.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Dealer Information</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Seven Car Lounge</span></b><span lang="EN-US" style="font-family: Poppins;"><br>Location: Hittin, Riyadh 13513, Saudi Arabia<br>VIA Riyadh, 8425 Makkah Al Mukarramah Rd, 294<br>Phone: +966557341777<br>Email: info@sevencarlounge.com<br>Business Hours: [N/A]<br>SPA Location: 9061 Prince Saud Ibn Abdullah Ibn Jalawi, 2667</span></p>', 'year' => '2011', 'location' => 'Saudi Arabia', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 977, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 5372, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 25, '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/66e9f2f1918b7rande.jpeg' $sale = object(App\Model\Entity\Sale) { 'id' => (int) 5607, 'price' => (int) 3333333, 'usd_price' => (int) 3333333, 'title' => 'Aston Martin One-77', 'slug' => 'aston-martin-one-77', 'description' => '<p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Aston Martin One-77 for sale</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Price about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">€ 3,100,000<br>$ 3,333,333<br>£ 2,600,000<br>AED 12,200,000<br>₹ 247,500,000<br>SAR 11,000,000<br>R$ 16,750,000<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Overview about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Aston Martin One-77 is a <b>masterpiece of automotive</b>, representing <b>the pinnacle of exclusivity</b>. <b>Limited to just 77 units worldwide</b>, this hypercar is one of the most coveted Aston Martins ever produced. This particular example, finished in Metallic Grey with only 2,330 km on the odometer, is an extraordinary opportunity for collectors. Powered by a naturally aspirated 7.3-liter V12 engine, the One-77 delivers an astounding 750 horsepower, enabling it to reach a top speed of 354 km/h. Available now at our showroom in Riyadh, this One-77 exemplifies the perfect blend of luxury, craftsmanship, and extreme performance.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Motorisation and Performance about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The heart of the Aston Martin One-77 is its 7.3-liter naturally aspirated V12 engine, which was developed in collaboration with Cosworth. This engine produces 750 horsepower and 750 Nm of torque, making it the most powerful engine Aston Martin had ever built at the time. The One-77 accelerates from 0 to 100 km/h in just 3.7 seconds, with a top speed of 354 km/h, placing it among the fastest road cars in the world. The power is delivered to the rear wheels through a 6-speed automated manual transmission, and the car's advanced suspension system ensures it remains composed even at its incredible top speed.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Heritage (Impact and Legacy)</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">With only 77 units ever produced, it became one of the rarest and most desirable models in the Aston Martin lineup. The One-77 showcased Aston Martin's ability to produce a world-class hypercar, setting new standards in design, technology, and performance. Its advanced carbon fiber monocoque chassis, hand-built aluminum body, and powerful V12 engine were all testaments to the brand's commitment to excellence. The One-77 not only pushed the boundaries of what Aston Martin could achieve but also solidified its place among the elite in the hypercar segment.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Specifications about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Model:</span></b><span style="font-family: Poppins;"> Aston Martin One-77<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Year:</span></b><span style="font-family: Poppins;"> 2011</span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Vin:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Number of stock:</span></b><span lang="EN-US" style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Technical Specifications</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Engine:</span></b><span style="font-family: Poppins;"> 7.3 L V12 naturally aspirated<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Engine position:</span></b><span lang="EN-US" style="font-family: Poppins;"> Front-mid mounted, longitudinal<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Power:</span></b><span style="font-family: Poppins;"> 750 PS (552 kW)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Torque:</span></b><span style="font-family: Poppins;"> 750 Nm @ 5000 rpm<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Transmission:</span></b><span lang="EN-US" style="font-family: Poppins;"> 6-speed automated manual (sequential)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Drivetrain:</span></b><span style="font-family: Poppins;"> Rear-wheel drive<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Chassis:</span></b><span style="font-family: Poppins;"> Carbon fiber monocoque<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Suspension:</span></b><span lang="EN-US" style="font-family: Poppins;"> Double wishbone with adaptive dampers<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Brakes:</span></b><span style="font-family: Poppins;"> Carbon-ceramic discs (398 mm front, 360 mm rear)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Curb weight:</span></b><span style="font-family: Poppins;"> 1630 kg<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Fuel Economy:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">CO2 emissions:</span></b><span style="font-family: Poppins;"> [N/A]<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Performance</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Top speed:</span></b><span lang="EN-US" style="font-family: Poppins;"> 354 km/h (220 mph)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">0-100 km/h:</span></b><span style="font-family: Poppins;"> 3.7 seconds<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">0-160 km/h:</span></b><span style="font-family: Poppins;"> 6.9 seconds<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Interior</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Upholstery:</span></b><span style="font-family: Poppins;"> Leather and Alcantara<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Seats:</span></b><span style="font-family: Poppins;"> 2<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Interior color:</span></b><span style="font-family: Poppins;"> Customizable<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Audio system:</span></b><span style="font-family: Poppins;"> Bang & Olufsen<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Other Features:</span></b><span lang="EN-US" style="font-family: Poppins;"> Climate control, advanced infotainment system, bespoke interior finishes<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Technology and Safety</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Braking system:</span></b><span style="font-family: Poppins;"> Carbon-ceramic brakes<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Driver assistance:</span></b><span lang="EN-US" style="font-family: Poppins;"> ABS, DSC (Dynamic Stability Control)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Additional safety features:</span></b><span lang="EN-US" style="font-family: Poppins;"> Airbags (front and side)<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Customizable Options</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Exterior colors:</span></b><span lang="EN-US" style="font-family: Poppins;"> Metallic Grey and other bespoke options<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Wheels:</span></b><span style="font-family: Poppins;"> [Customizable]<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Interior materials:</span></b><span lang="EN-US" style="font-family: Poppins;"> Leather, Alcantara, bespoke finishes<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Production</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Number of units:</span></b><span style="font-family: Poppins;"> 77<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Price</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Manufacturer's suggested retail price (MSRP):</span></b><span lang="EN-US" style="font-family: Poppins;"> £1,150,000 (excluding taxes)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Dealer selling price:</span></b><span style="font-family: Poppins;"> $3,333,333 (SAR 11,000,000)<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Availability</span></b><span style="font-family: Poppins;"><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: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Country of origin:</span></b><span style="font-family: Poppins;"> Saudi Arabia<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span style="font-family: Poppins;">Mileage:</span></b><span style="font-family: Poppins;"> 2,330 km<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Key Information about this Aston Martin One-77</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Aston Martin One-77 is not just a car; it is a statement of extreme exclusivity, luxury, and performance. With only 77 units ever built, it remains one of the most sought-after hypercars in the world. This particular example, offered in Riyadh with just 2,330 km, presents a rare opportunity to own a piece of automotive history. Its combination of a powerful V12 engine, stunning design, and advanced technology makes it a true collector's item.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Dealer Information</span></b><span lang="EN-US" style="font-family: Poppins;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b><span lang="EN-US" style="font-family: Poppins;">Seven Car Lounge</span></b><span lang="EN-US" style="font-family: Poppins;"><br>Location: Hittin, Riyadh 13513, Saudi Arabia<br>VIA Riyadh, 8425 Makkah Al Mukarramah Rd, 294<br>Phone: +966557341777<br>Email: info@sevencarlounge.com<br>Business Hours: [N/A]<br>SPA Location: 9061 Prince Saud Ibn Abdullah Ibn Jalawi, 2667</span></p>', 'year' => '2011', 'location' => 'Saudi Arabia', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 977, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 5372, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 25, '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) {} ], '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) 803, 'price' => (int) 405702, 'usd_price' => (int) 442600, 'title' => 'Rolls-Royce Wraith Midnight Sapphire & Jubilee Silver', 'slug' => 'rolls-royce-wraith-midnight-sapphire-jubilee-silver', 'description' => '<h2 style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; line-height: 48px;">Description</h2><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;"></p><div class="first column" style="box-sizing: border-box;"><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;">At the heart of the most powerful and dynamic <span class="rr" style="box-sizing: border-box;">Rolls-Royce</span> in history, lie hallmark Rolls-Royce attributes of luxury, refinement and hand-craftsmanship. However Wraith also presents a unique character defined by power, style and drama.<br style="box-sizing: border-box;">The consummate gentleman’s grand tourismo, Wraith stands as a contemporary homage to the era of effortless spacious coupés and grand tourers. In profile, Wraith’s sweeping fastback design gives the car its unique character and performance delivers on the promise of Wraith’s styling. Power delivery is effortless, but dramatic, thanks to a V12 engine married to 8-speed automatic ZF transmission.</p><div class="content" style="box-sizing: border-box;"><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;">Wraith, the boldest expression of Rolls-Royce yet. The striking fastback silhouette exudes elegance and power. The aerodynamic lines and wide rear track reinforce the promise of athletic prowess and dynamism, which is further accentuated by the prominent shoulders. The compelling design can be further enhanced by exclusive two-tone paint combinations, which add definition and provide even more opportunity for people to personalize the car to their taste.</p><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;"><span style="box-sizing: border-box;">Open the coach door and step into an inviting interior that cocoons you from the outside world.</span><br style="box-sizing: border-box;"><br style="box-sizing: border-box;"><span style="box-sizing: border-box;">Every detail has been meticulously designed; from the finest Phantom-grade natural grain leather to the soft wool carpets. But this is a car made for driving. Just one look at the blood orange needle tips for the speedometer and power reserve gauge hints at Wraith’s agility, speed and refined power.</span></p><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;"><span style="box-sizing: border-box;">Wraith debuts the most intelligent drivetrain ever to feature in a Rolls-Royce. This is a car that can see into the future.</span><br style="box-sizing: border-box;"><span style="box-sizing: border-box;">Satellite Aided Transmission uses GPS data and the navigation system to scan the road. It anticipates what lies ahead, then automatically chooses the optimum gear on the eight speed transmission. Power is delivered effortlessly for you, So you can surge through every corner, round every roundabout and into every slip road - smoothly.</span></p><p style="box-sizing: border-box; padding: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px;"><span style="box-sizing: border-box;">Wraith is the most powerful Rolls-Royce in history. Behind the deep set Pantheon grille sits a potent 6.6 litre, twin turbo-charged V12 engine. Delivering 624 bhp with 800 Nm of torque, it powers from 0-62 mph in 4.6 seconds. Even with this formidable power, Wraith is every inch a refined Rolls-Royce with electronically controlled air suspension that creates the signature ‘magic carpet ride’.</span></p></div></div>', 'year' => '2020', 'location' => 'Switzerland', 'adress' => null, 'internal_reference' => 'UX82147', 'validate' => true, 'active' => true, 'views' => (int) 3166, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 596, '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) 1 => object(App\Model\Entity\Sale) { 'id' => (int) 1095, 'price' => (int) 369900, 'usd_price' => (int) 369900, 'title' => 'Ferrari 812 Superfast', 'slug' => 'ferrari-812-superfast', 'description' => '<p>DESCRIPTION ABOUT THIS FERRARI 812 SUPERFAST</p><p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: Calibri, sans-serif;">Only 869 Miles! Delivers 16 Highway MPG and 12 City MPG! Dealer Certified Pre-Owned. This Ferrari 812 Superfast boasts a Premium Unleaded V-12 6.5 L/396 engine powering this Automatic transmission. Window grid antenna, Wheels: 20 x 10 Fr & 20 x 11.5 Rr, Valet Function.* This Ferrari 812 Superfast Features the Following Options *Trip Computer, Transmission: 7-Speed Dual-Clutch Gearbox, Transmission w/Driver Selectable Mode, F1-Superfast Sequential Shift Control w/Steering Wheel Controls and Oil Cooler, Tires: 275/35ZR20 Front & 315/35ZR20 Rear, Tire Specific Low Tire Pressure Warning, Tailgate/Rear Door Lock Included w/Power Door Locks, Systems Monitor, Streaming Audio, Sport Leather Steering Wheel, Sport Bucket Seats.* Visit Us Today *Treat yourself- stop by Ferrari of Salt Lake City located at 808 South Main Street, Salt Lake City, UT 84101 to make this car yours today!<o:p></o:p></p><p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p>', 'year' => null, 'location' => 'United States', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 5453, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 886, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 47, '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) 4294, 'price' => null, 'usd_price' => null, 'title' => ' LAMBORGHINI HURACAN STO', 'slug' => 'lamborghini-huracan-sto', '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>LAMBORGHINI HURACAN STO</b>?<b><o:p></o:p></b></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">For sale: <b>2021 LAMBORGHINI HURACAN STO<o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Interest about this <b>LAMBORGHINI HURACAN STO</b>?<b><o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Price: Call for price<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Description of the car:<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">STOCK: GC3421B<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">BODY: Coupe<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">MILEAGE: 2,561<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">ENGINE: 5.2L V10 631hp 417ft. lbs.<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">TRANS: A<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">INTERIOR: Nero<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">EXTERIOR: Nero Noctis<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">VIN: ZHWUA6ZX5MLA18008<o:p></o:p></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" 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">BENTLEY GOLD COAST CHICAGO<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"> 834 NORTH RUSH STREET CHICAGO,<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">IL 60611<o:p></o:p></span></b></p>', 'year' => '2021', 'location' => 'United States', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1021, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 4055, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 35, '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) 3943, 'price' => (int) 669507, 'usd_price' => (int) 669507, 'title' => 'PORSCHE 911 GT3 RS 4.0', 'slug' => 'porsche-911-gt3-rs-4-0', 'description' => '<p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Are you interested about this <b>PORSCHE 911 GT3 RS 4.0</b>?<b><o:p></o:p></b></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">For sale:<b> 2011 PORSCHE 911 (997) GT3 RS 4.0<o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Interest about this <b>PORSCHE 911 GT3 RS 4.0</b>?<b><o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Price: 749.700,- € inkl. 19% MwSt. | 630.000,- € net<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 of the car:<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;">Der ultimative Sammler GT3RS<o:p></o:p></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;">Limitiert auf nur 600 Fahrzeuge<o:p></o:p></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Original 600 KM seit Auslieferung<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">Vollausstattung<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">Absoluter Neuwagenzustand<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">Letzter großer Kundendienst 2022 bei PZ Stuttgart<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;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US">Mechatronik GmbH<o:p></o:p></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">info@mechatronik.de<o:p></o:p></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">| +49 (0) 7144 99820<o:p></o:p></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">Opening Hours<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">Monday 08:00 20:00<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">Tuesday 08:00 20:00<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">Wednesday 08:00 20:00<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">Thursday 08:00 20:00<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">Friday 08:00 20:00<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">Saturday 08:00 20:00<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">Sunday 08:00 20:00</span></b></p>', 'year' => '2011', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1108, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3704, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 19, '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) 1369, 'price' => null, 'usd_price' => null, 'title' => 'For sale : 2018 Rolls-Royce Dawn', 'slug' => 'for-sale-2018-rolls-royce-dawn', 'description' => '<p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">Are You Interested about this Rolls-Royce Dawn ?<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">Our vehicle experts are standing by to answer any questions:<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">Contact Info<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></p><p class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0.0001pt;">For more details, call us now on (312) 280-4848<font face="Calibri, sans-serif"><span style="font-size: 12pt;"><o:p></o:p></span></font></p>', 'year' => '2018', 'location' => 'United States', 'adress' => null, 'internal_reference' => 'R674A', 'validate' => true, 'active' => true, 'views' => (int) 1565, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 1160, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 35, '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) 2212, 'price' => (int) 570000, 'usd_price' => (int) 570000, 'title' => 'Ferrari 812 Superfast by Novitec', 'slug' => 'ferrari-812-superfast-by-novitec', 'description' => '<p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Ferrari 812 Superfast by Novitec</b> for Sale<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm;"><span style="font-family: Poppins; font-size: 12pt;">Price about this </span><font face="Poppins"><span style="font-size: 16px;"><b>Ferrari 812 Superfast by Novitec</b></span></font><span style="font-family: Poppins; font-size: 12pt;">: </span><i style="font-family: Poppins; font-size: 12pt;">570,000 €</i></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: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>$655,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>£505,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>₹53,600,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>R$3,330,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>¥71,200,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>₽59,400,000<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>R12,400,000 (ZAR)<o:p></o:p></b></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><b>₦</b><span style="font-family: Poppins;"><b>503,000,000</b><o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Overview of the Ferrari 812 Superfast by Novitec<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Ferrari 812 Superfast by Novitec is a true masterpiece of engineering and design. Enhanced by Novitec's exclusive N-LARGO package, this ultra-limited edition of only 18 units features extensive carbon fiber modifications, striking NOVITEC NF10 ZV wheels, and cutting-edge performance upgrades. With its aggressive widebody look and unparalleled power, this car embodies the perfect blend of luxury and race-inspired performance.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>History of the Ferrari 812 Superfast by Novitec<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Ferrari 812 Superfast debuted as the successor to the F12 Berlinetta, representing the pinnacle of Ferrari’s front-engine V12 lineage. Novitec, one of the most renowned Ferrari tuners, elevated the 812 Superfast with the N-LARGO package. Limited to just 18 bespoke units, this transformation includes a comprehensive carbon fiber body kit, aerodynamic enhancements, and a re-engineered exhaust system for an exhilarating drive. The N-LARGO edition emphasizes exclusivity and showcases Novitec's expertise in enhancing the 812's performance and aesthetics.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Motorization of the Ferrari 812 Superfast by Novitec<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">At the heart of this beast lies the naturally aspirated 6.5-liter V12 engine, delivering an astounding 800 horsepower and 718 Nm of torque. Novitec further optimizes the performance with a high-performance exhaust system and sports catalytic converters, reducing exhaust back pressure and enhancing power delivery. The exhaust flap control system, constructed from stainless steel, provides a dynamic auditory experience. With refined precision, the N-LARGO conversion boosts the car's potential while preserving Ferrari’s legendary engine character.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Performance of the Ferrari 812 Superfast by Novitec<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The Ferrari 812 Superfast by Novitec accelerates from 0 to 100 km/h in a blistering 2.8 seconds. Its top speed exceeds 340 km/h, thanks to Novitec’s aerodynamic upgrades and optimized suspension setup. With the N-LARGO widebody design, the vehicle achieves enhanced stability at high speeds, while the suspension springs lower the car's ride height for improved cornering and aerodynamics. The seamless power delivery and advanced handling make this car a formidable force on any road or track.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>How Many Ferrari 812 Superfast by Novitec Produced?<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">The <b>Novitec N-LARGO package for the Ferrari 812 Superfast is extremely exclusive</b>, limited to just 18 units worldwide. </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Technical Specifications of the Ferrari 812 Superfast by Novitec<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Engine:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">6.5L naturally aspirated V12<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">800 hp / 718 Nm torque<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Engine Position:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Front, longitudinal<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Transmission:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">7-speed dual-clutch automatic<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Chassis:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Aluminum space frame<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Suspension:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Lowered Novitec suspension springs<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Brakes:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Carbon-ceramic high-performance brakes<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Curb Weight:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">1,630 kg<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Miles Driven:<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: "Times New Roman", serif;"><i><span style="font-family: Poppins;">Available upon request</span></i><span style="font-family: Poppins;"><o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Dimensions:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Length: 4,657 mm<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Width: 2,075 mm<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Height: 1,276 mm<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Wheelbase: 2,720 mm<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Performance:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Top Speed: Over 340 km/h<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">0-100 km/h: 2.8 sec<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">0-200 km/h: 7.9 sec<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">0-300 km/h: <i>N/A</i><o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">0-400 km/h: <i>N/A</i><o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><br>Energy: Consumption & Efficiency Class (EU):<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Consumption: 16.1 L/100 km<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Efficiency Class: G<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br>Interior:<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: "Times New Roman", serif;"><span style="font-family: Poppins;">Upholstery: Black Leather + Alcantara<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Seats: Carbon fiber racing seats, large size<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Screen: Passenger display<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Audio System: Premium surround sound<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Connectivity: Advanced infotainment system<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Air Conditioning: Automatic climate control<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Interior Color: Black with Rosso stitching<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm;"><span style="font-family: Poppins; font-size: 12pt;"><br><b>Exterior </b></span><font face="Poppins"><span style="font-size: 16px;"><b>Ferrari 812 Superfast by Novitec</b></span></font><span style="font-family: Poppins; font-size: 12pt;">:</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: "Times New Roman", serif;"><span style="font-family: Poppins;">Color: Rosso Corsa<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Wheels: NOVITEC NF10 ZV Hightech Vossen Wheels<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Brake Calipers: Red<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Front Air Vents: Carbon fiber<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Sill Kick: Carbon fiber<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Rear Wing: Carbon fiber<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Mirror Caps: Carbon fiber<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Side Skirts: Carbon fiber<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Technology and Safety:<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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Driver Assistance: Suspension lifter, parking cameras<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Braking System: Carbon-ceramic brakes<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Airbags: Comprehensive system<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Cameras: Front and rear parking cameras<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Navigation: Advanced Ferrari navigation system<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Additional Safety Features: HELE system, attention assist<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br></span></p><p class="MsoNormal" style="margin: 0cm;"><span style="font-family: Poppins; font-size: 12pt;"><b>Customizable Options</b> </span><font face="Poppins"><span style="font-size: 16px;">Ferrari 812 Superfast by Novitec</span></font><span style="font-family: Poppins; font-size: 12pt;">:</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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Exterior Colors: Rosso Corsa, custom finishes available<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Interior Materials: Alcantara, carbon fiber, leather<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Wheels: Custom Novitec options<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><br></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Production:<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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Number of Units: 18 (N-LARGO Edition)<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Options of the Ferrari 812 Superfast by Novitec<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b><br>Factory Options:<o:p></o:p></b></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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">AFS2: Adaptive Headlights with SBL Function<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">ALDP: Alcantara Door Panels<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">BVEN: Black Air Vent Grips on Dashboard<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">CALK: Red Brake Calipers<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">CIDL: Carbon Fibre Driver Zone + LEDs<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">CILR: Carbon Fibre Central Bridge<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">OSK: Exterior Sill Kick in Carbon<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">DSIA: Alcantara Lower Dashboard<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">ELEV: Suspension Lifter<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">EMPH: Cavallino Stitched on Headrest<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">HELE: High Emotion Low Emission<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">LOGO: Scuderia Ferrari Shields<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">PAC3: Front and Rear Parking Cameras<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">PDIS: Passenger Display<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">PRG1: Privacy Rear Windows<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">RPMY: Yellow Rev. Counter<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">RSCH: Carbon Fibre Racing Seats (Large Size)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">STC1: Coloured Standard Stitching O.R. Rosso 0504<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">UALZ: Upper Part of Passenger Compartment in Alcantara<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"><b>Novitec N-LARGO Options:<o:p></o:p></b></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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">N-LARGO Conversion: Limited Edition 1 of 18<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Body Modifications: Front bumper, front sword, rear bumper, rear diffuser, front left and right fenders, rear side panels left and right, wheel arch liners front and rear, side skirts<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Carbon Fibre Inserts: Bonnet air guide, mirror caps, side air inserts, rear lid and light trim, rear wing<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Wheels: Complete wheel set type NF10 NL forged ZV LOOK<o:p></o:p></span></li><ul type="circle" style="margin-bottom: 0cm; margin-top: 0cm;"><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Front: 10.0J x 21J with 275/30 R21 Pirelli P-Zero<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Rear: 12.5J x 22J with 335/25 R22 Pirelli P-Zero<o:p></o:p></span></li></ul><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Central Cover (Set): Aluminum<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">TPMS Sensors: Included<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Suspension: Novitec suspension spring set<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Exhaust System: Performance-optimized with exhaust flap control, made of stainless steel (weight reduction of 5 kg)<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">X-Pipe System: Stainless steel replacement pipe<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Sports Catalytic Converters: 100-cell high-performance metal catalytic converters with thermal insulation<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">NOVITEC TECTRONIC: Engine management system<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">NOVITEC SWITCHTRONIC: Exhaust control system<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;"><b>Dealer Information<o:p></o:p></b></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Hollmann International GmbH & Co. </span><span style="font-family: Poppins;">KG<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: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Address: Charlotte-Auerbach-Str. 4, 28816 Stuhr, Germany<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Phone: +49 421 80608210<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;">Email: info@hollmann.international<o:p></o:p></span></li><li class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Business Hours: Mon.-Fri.: 9:00 AM - 6:30 PM<o:p></o:p></span></li></ul><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span style="font-family: Poppins;"> </span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US" style="font-family: Poppins;">Contact Hollmann International GmbH & Co. KG for a personalized consultation or to schedule a viewing of this exclusive Ferrari 812 Superfast by Novitec.<o:p></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p>', 'year' => '2018', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 10943, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1987, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 8, 'agent_id' => null, 'user_id' => (int) 2, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ [maximum depth reached] ], 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Sales' } ] $picture = object(App\Model\Entity\Picture) { 'id' => (int) 98851, 'name' => '66e9f2f211018rande.jpeg', 'rang' => (int) 12, 'sale_id' => (int) 5607, '[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 Seven Car Lounge