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
Are you interested about this Ferrari 250 GT Cabriolet?
For sale: 1960 Ferrari 250 GT Cabriolet
Interest about this Ferrari 250 GT Cabriolet?
Feel free to contact any of our staff members with questions, or business inquiries.
Our staff members are available 24 hours a day to answer your questions and serve your needs.
Price: £1,595,000
Description of the car:
Engine Capacity: 2,953 cc
+Ferrari Classiche Certified
Tom Hartley
Overseal,
Swadlincote,
DE12 6JD
Tel: 01283 762762
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/63f67468ada0biolet.webp', 'sale' => object(App\Model\Entity\Sale) { 'id' => (int) 3917, 'price' => (int) 1920635, 'usd_price' => (int) 1920635, 'title' => 'Ferrari 250 GT Cabriolet', 'slug' => 'ferrari-250-gt-cabriolet', '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>Ferrari 250 GT Cabriolet</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> 1960 Ferrari 250 GT Cabriolet<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>Ferrari 250 GT Cabriolet</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: £1,595,000<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">Engine Capacity: 2,953 cc<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">+Ferrari Classiche Certified<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">Tom Hartley<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">Overseal,<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">Swadlincote,<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">DE12 6JD<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">Tel: 01283 762762<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p>', 'year' => '1960', 'location' => 'United Kingdom', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1154, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3678, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 18, '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/63f67468ada0biolet.webp' $sale = object(App\Model\Entity\Sale) { 'id' => (int) 3917, 'price' => (int) 1920635, 'usd_price' => (int) 1920635, 'title' => 'Ferrari 250 GT Cabriolet', 'slug' => 'ferrari-250-gt-cabriolet', '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>Ferrari 250 GT Cabriolet</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> 1960 Ferrari 250 GT Cabriolet<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>Ferrari 250 GT Cabriolet</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: £1,595,000<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">Engine Capacity: 2,953 cc<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">+Ferrari Classiche Certified<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">Tom Hartley<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">Overseal,<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">Swadlincote,<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">DE12 6JD<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">Tel: 01283 762762<o:p></o:p></span></b></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><b><span lang="EN-US"> </span></b></p>', 'year' => '1960', 'location' => 'United Kingdom', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1154, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3678, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 18, 'agent_id' => null, 'user_id' => (int) 2, 'currency' => object(Cake\ORM\Entity) {}, 'office' => object(App\Model\Entity\Office) {}, 'pictures' => [ (int) 0 => object(App\Model\Entity\Picture) {}, (int) 1 => object(App\Model\Entity\Picture) {}, (int) 2 => object(App\Model\Entity\Picture) {}, (int) 3 => object(App\Model\Entity\Picture) {}, (int) 4 => object(App\Model\Entity\Picture) {}, (int) 5 => object(App\Model\Entity\Picture) {}, (int) 6 => object(App\Model\Entity\Picture) {}, (int) 7 => object(App\Model\Entity\Picture) {}, (int) 8 => object(App\Model\Entity\Picture) {}, (int) 9 => object(App\Model\Entity\Picture) {}, (int) 10 => object(App\Model\Entity\Picture) {}, (int) 11 => object(App\Model\Entity\Picture) {}, (int) 12 => object(App\Model\Entity\Picture) {}, (int) 13 => object(App\Model\Entity\Picture) {}, (int) 14 => object(App\Model\Entity\Picture) {}, (int) 15 => object(App\Model\Entity\Picture) {}, (int) 16 => object(App\Model\Entity\Picture) {}, (int) 17 => object(App\Model\Entity\Picture) {}, (int) 18 => object(App\Model\Entity\Picture) {}, (int) 19 => object(App\Model\Entity\Picture) {} ], 'yacht' => null, 'watch' => null, 'real_estate' => null, 'car' => object(App\Model\Entity\Car) {}, 'agent' => null, 'user' => object(App\Model\Entity\User) {}, 'modified' => object(Cake\I18n\Time) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Sales' } $selectedSales = [ (int) 0 => object(App\Model\Entity\Sale) { 'id' => (int) 2434, 'price' => null, 'usd_price' => null, 'title' => 'ROLLS-ROYCE PHANTOM', 'slug' => 'rolls-royce-phantom', 'description' => '<p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Are You Interested about This Rolls-Royce Phantom ?<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">FOR SALE : <b>ROLLS-ROYCE PHANTOM</b><o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">CALL FOR PRICE <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">(312) 280-4848<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> Interest about this <b>Rolls-Royce Phantom</b> ? <o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">STOCK: GC3421<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">BODY: SEDAN<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">MILEAGE: 3651<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">ENGINE: 6.8L TWIN TURBO V12 563HP 664FT. LBS.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">TRANS: 8-SPEED SHIFTABLE AUTOMATIC<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">EXT: SILVER<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">INT: BLACK<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">VIN: SCATT6C07LU202230<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><span lang="EN-US">GOLD COAST AUTO GALLERY<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">WE ARE LOCATED AT:<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">834 North Rush St.<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">Chicago, IL 60611<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">View Directions<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US"> </span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">PHONE:<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">312 - 280 - 4848 Main<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US">312 - 577 - 0817 Fax<o:p></o:p></span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><b><u><span lang="EN-US"> </span></u></b></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">LAMBORGHINI SERVICE AND PARTS:<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">1100 N. Clark St.<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">Chicago, IL 60610<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">Lamborghini Service And Parts<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">PHONE:<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">773 - 883 - 1111 Main<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">773 - 883 - 2966 Fax<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">630 - 340 - 8799 After Hours Emergency <o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">ROLLS-ROYCE SERVICE AND PARTS:<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">1035 N Clark St<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">Chicago, IL 60611<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">Get Directions<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">PHONE:<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">312-981-5200 Main<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: medium; font-family: Calibri, sans-serif;">312-291-7353 Fax<o:p></o:p></p>', 'year' => '2021', 'location' => 'United States', 'adress' => null, 'internal_reference' => 'GC3421', 'validate' => true, 'active' => true, 'views' => (int) 1386, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 2204, '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) 1 => object(App\Model\Entity\Sale) { 'id' => (int) 2083, 'price' => (int) 203490, 'usd_price' => (int) 203490, 'title' => 'Bentley Continental GT', 'slug' => 'bentley-continental-gt', 'description' => '<p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Are You Interested about This <b>Bentley Continental GT</b> ?</span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"><o:p><br></o:p></span></p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;">Contact our luxury concierge </p><p class="MsoNormal" style="margin: 0cm; font-size: 12pt; text-align: center; font-family: Calibri, sans-serif;"><br></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Angeboten wird hier ein wunderschöner, gebrauchter Bentley Continental GT als neues Modell in einer sehr attraktiven Farbkombination.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Unser Fahrzeug wurde überwiegend auf Langstrecke bewergt und wurde zum Service immer bei Bentley betreut.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Königliches Reisen in einem großen Coupe mit mächtigem 12 Zylinder, das ist Reisen der Spitzenklasse mit Komfort und Luxus.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Die Ausstattung umfasst unter anderem:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Exterior: Onyx Black<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Interior: Hotpsur Red with Contrast Stitchting<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">0TC - Deep Pille Front Overmats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">01A - Mirror Caps in Car Colour<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">1MV - Multifunction Duo Tone Steering Wheel, heated<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">2W0 - Jewel Fuel Filler Cap<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">2V4 - Air Ionizer<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4AM - Diamond Quilted Seats and Door Inserts<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4GR - Heated Windscreen<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4E6 - Head Up Display<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4F2 - Keyless Entry & Start<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4X3 - Side Airbags with Curtain Airbags in the Front<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">4ZB - Bright Chromes Lower Bumper Matrix Style Grille<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">49W - 22" Five Open Spoke Design Wheels Black with polished Edges<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">5MC - Interior Trim Black Piano<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">5KU - 2 separated Back Seats<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">6KC - Chrome Radiator Matrix Grille with Chrome Surrounding<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">6XT - Electric Mirrors, heated, Memory, Auto Dimming and folding<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">7AL - Anti Theft Alarm Protection System<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">7UG - Navigationsystem<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">7Y8 - Reverse Traffic Warning<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">8A4 - Top View Camera<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">8IU - LED Headlamps with Variable Light Distribution<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">8T3 - Adaptive Cruise Control with City Assist<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9R1 - Nightvision<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9Q6 - Digital Kombi Display with Traffic Sign Recognition<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9M9 - Auxiliary Heater with Remote Function<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9ZC - Inductive Phone Charger<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9VL - Naim Sound System<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">GZ2 - Soft Door Close<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">KB8 - Battery Charger<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">PFM - Front Seat Comfort Specification<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">PF8 - Touring Specification<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">PSR - Red Brake Calipers<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">9TB - LED Welcome Lamps by Mulliner<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">FL2 - Diamond Knurling<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">UI4 - USB Sockets<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">PU2 - Mulliner Driving Specification with Black & Polished Wheels<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Q2J - Comfort Front Seats, electric with Memory,Massage, heated & ventilated<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">QQ2 - Mood Lighting<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">QU1 - Digital TV Tuner<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">QW6 - Bentley Rotating Display<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">VC2 - Garage Door Opener<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">VF9 - Sport Foot Pedals<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">WV6 - City Specification<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Verkauf erfolgt im Kundenauftrag!<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> "Wir sind offizieller und autorisierter Brabus Vertragshändler"<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> "We are official and authorized Brabus Dealer"<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;">Bitte vereinbaren Sie mit uns einen Besichtigungstermin, wir freuen uns auf Sie.<o:p></o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><o:p> </o:p></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Gerne erstellen wir Ihnen auch ein individuelles Finanzierungsangebot.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Irrtum und Zwischenverkauf vorbehalten.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Our vehicle experts are standing by to answer any questions:<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Contact Info<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Kontakt<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Luxury Cars Hamburg GmbH<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Osterbrooksweg 62<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">22869 Schenefeld<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Tel: +49 (0) 40-64 22 63 69<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Fax: +49 (0) 40-64 22 63 68<o:p></o:p></span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p><p class="MsoNormal" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif;"><span lang="EN-US">info@luxurycarshamburg.de<o:p></o:p></span></p>', 'year' => '2018', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 2407, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 1873, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 14, '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) 3292, 'price' => (int) 351030, 'usd_price' => (int) 351030, 'title' => 'Lamborghini Aventador', 'slug' => 'lamborghini-aventador', 'description' => '<p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Are You Interested about This <b>Lamborghini Aventador</b> ?</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">For sale : <b>Lamborghini Aventador</b></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lamborghini Aventador Roadster|Akrapovic exhaust|Keramisch|Lift|BTW</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Maasdijk Automotive in Nieuwendijk, Noord Brabant, is een autobedrijf voor en van liefhebbers.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Met trots bieden wij u deze prachtige Lamborghini Aventador LP700-4 roadster aan, in de schitterende kleur: Verde Ithaca.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Deze Aventador is afkomstig van de eerste eigenaar en heeft slechts 19075 km op de klok staan.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">De 6.5 liter sterke V12 produceert maar liefst 700 pk, waardoor de Lamborghini met 3 seconden naar de 100km per uur sprint.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">De auto beschikt over tal van speciale opties zoals: Carbon exterieur delen, Keramische remschijven, Lift systeem op de vooras, Vol lederen interieur afwerking, zoals dashboard met contraststiksels, Sportstoelen in vol leer exterieur kleur, Elektrisch verstelbare stoelen, 20 inch licht metalen velgen, Parkeer camera achter, Parkeer sensoren voor & achter, Navigatie, Bluetooth audio, etc.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Kortom een in nieuwstaat verkerende Lamborghini Aventador, in de zeldzame kleur Verde Ithaca!</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Voor de complete foto collectie kijk op www.maasdijkautomotive.nl</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Impressie van ons bedrijf: https://youtu.be/_8gRkOgLcNA</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Maasdijk Automotive specialiseert zich in kwaliteits occasions.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Zowel technisch als in uiterlijk, zijn onze auto's in optimale staat en worden aandachtig geselecteerd.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Hierdoor kunnen wij de auto met een gerust hart aan zijn nieuwe eigenaar overdragen.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Bent u geïnteresseerd in één van onze occasions? Aarzel dan niet om contact met ons op te nemen, wij helpen u graag verder!</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">We zijn via e-mail, WhatsApp en telefonisch te bereiken.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Ook kunt u uw huidige auto bij ons inruilen. Stuur ons foto's van het interieur, het exterieur en de kilometerstand door, dan wij berekenen de inruil waarde van uw auto.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">We werken waar mogelijk op afspraak, zo kunnen wij voldoende tijd voor u vrijmaken en u zo goed mogelijk van dienst zijn.</p><p lang="en-US" style="margin-bottom: 0cm; font-size: medium;"></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">In het echt zijn onze auto's nog mooier dan op de foto. Maak daarom een afspraak en kom langs voor een bakje koffie, of iets anders, en om de auto's te bekijken.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Details</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">BTW of Marge Incl. BTW</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Datum eerste toelating (internationaal) 18-05-2015</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Tellerstand 19.075 KM</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Carrosserie Cabrio</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Kleur Groen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Bekleding Leder</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Interieurkleur Groen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Aantal deuren 2</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Aantal zitplaatsen 2</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Brandstof Benzine</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Transmissie Automaat</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Aantal cilinders 12</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Cilinderinhoud 6498 cc</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Vermogen 515 kW / 700 PK</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Topsnelheid 350 km/h</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Acceleratie (0-100 km/h) 3.0 seconden</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Maximum aantal toeren per minuut 8250 RPM</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Koppel 690Nm</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Gewicht 1625 kg</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Gemiddeld verbruik 16 l/100km</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Gemiddeld verbruik (stad) 24.7 l/100km</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Gemiddeld verbruik (snelweg) 10.7 l/100km</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Aantal sleutels 2</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Aantal handzenders 2</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Opties & Accessoires</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Exterieur</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">20 inch licht metalen velgen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Buitenspiegel rechts</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Buitenspiegels elektrisch verstelbaar</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Buitenspiegels verwarmbaar</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Centrale deurvergrendeling</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Keramische remmen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Keramische remschijven</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Keramische remschijven</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Licht pakket</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lichtmetalen velgen 20"</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lift systeem vooras</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Metaalkleur</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Metaalkleur parelmoer</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Park distance control</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Parkeer camera</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Performance uitlaat</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Schakel mogelijkheid aan stuurwiel</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Speciale kleur</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Sportvelgen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Infotainment</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Audio installatie premium</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Multimedia-voorbereiding</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Navigatiesysteem</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Interieur</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Airco</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Bluetooth audio</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Climate control</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Elektrisch verstelbare voorstoelen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Elektrische ramen voor</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lederen bekleding</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lederen bekleding</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Lederen interieur</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Middenarmsteun voor</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Verwarmde voorstoelen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Milieu</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Start/stop systeem</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Overige</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Anti blokkeer systeem</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Anti doorslip regeling</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Bestuurdersairbag</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Carbon exterieur delen</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Elektronisch stabiliteits programma</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Hoofd airbag(s) achter</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Hoofd airbag(s) voor</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Knie airbag(s)</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Passagiersairbag</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Zij airbag(s) voor</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Veiligheid</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Achteruitrijcamera</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Feel free to contact any of our staff members with questions, or business inquiries.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Our staff members are available 24 hours a day to answer your questions and serve your needs.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Interest about this Luxury cars ?</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Feel free to contact any of our staff members with questions, or business inquiries.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;">Our staff members are available 24 hours a day to answer your questions and serve your needs.</p><p lang="en-US" style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">About us</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Maasdijk Automotive specialises in qualitative occasions. That implies making thorough selections. Both technically and stylistically we bring the cars to an optimum state. Based on our ideas of what a car like this should look like.</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">In real life, our cars are even more beautiful than in the pictures. Make an appointment and come and have a look, and get to know the founding fathers of Maasdijk Automotive.</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Maasdijk Automotive B.V.</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Ippelseweg 15C</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">4255HW Nieuwendijk</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">0621805991</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Stuur een mail</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">info@maasdijkautomotive.nl</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">www.maasdijkautomotive.nl</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Opening hours</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Monday - 9:30 - 18:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Tuesday - 9:30 - 18:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Wednesday - 9:30 - 18:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Thursday - 9:30 - 18:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Friday - 9:30 - 18:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Saturday - 10:00 - 15:00</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Sunday - Gesloten</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;">Outside opening hours, we are open by appointment.</p><p style="text-align: center; margin-bottom: 0cm; font-size: medium;"><br></p>', 'year' => '2015', 'location' => 'Netherlands', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1395, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 3055, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 103, '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) 4679, 'price' => (int) 394772, 'usd_price' => (int) 394772, 'title' => 'Mercedes-AMG GT Black Series', 'slug' => 'mercedes-amg-gt-black-series', '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> Mercedes-AMG GT Black Series</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>2022 Mercedes-AMG GT Black Series<o:p></o:p></b></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><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>AMG GT Black Series</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: AED 1,449,999.00<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">Description of the car:<o:p></o:p></span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US"> </span></p><p class="MsoNormal" align="center" style="margin: 0cm; font-size: 12pt; font-family: Calibri, sans-serif; text-align: center;"><span lang="EN-US">The 2022 Mercedes-AMG GT Black Series stands as a pinnacle of automotive engineering, offering exceptional performance alongside an interior that boasts remarkable design and features.<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">Opulent Interior:<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">Stepping into the AMG GT Black Series, you are immediately immersed in a realm of opulence and refinement. The interior predominantly showcases a sophisticated black color scheme that exudes a sense of sporty elegance. The meticulous choice of top-tier materials is unmistakable, featuring premium leather, carbon fiber accents, and Alcantara trim that adorns the entire cabin. The seats themselves are a work of art, meticulously designed to provide both comfort and support, even during high-speed driving.<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">Driver-Centric Layout:<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">The interior design revolves around the driver, offering a layout that puts them in complete command. The multifunction steering wheel boasts an array of controls, ensuring effortless access to vehicle settings and driving modes. Positioned behind the wheel is a fully digital instrument cluster, delivering essential information at a glance, thereby maintaining a seamless connection between the driver and the car’s performance.<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">Infotainment and Connectivity:<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">Mercedes-AMG has outfitted the GT Black Series with a cutting-edge infotainment system, anchored by a sizable central touchscreen display. This advanced system provides a comprehensive range of features, including navigation, audio controls, and seamless smartphone integration. Despite its track-focused character, the vehicle ensures that you remain perpetually connected and entertained while on the road.<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">Exquisite Craftsmanship:<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">Meticulous attention to detail characterizes the AMG GT Black Series. Carbon fiber elements embellish the interior, not only lending a touch of sportiness but also contributing to weight reduction. The precision evident in the stitching and the quality of materials employed throughout the cabin serve as a testament to Mercedes-AMG’s unwavering dedication to craftsmanship.<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" 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">F1RST MOTORS<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">SHEIKH ZAYED ROAD,<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">DUBAI<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">+971 4 320 1030<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">INFO@F1RSTMOTORS.COM<o:p></o:p></span></b></p>', 'year' => '2022', 'location' => 'United Arab Emirates', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1045, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 2, 'car_id' => (int) 4440, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 80, '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) 3904, 'price' => null, 'usd_price' => null, 'title' => 'McLaren P1 GTR', 'slug' => 'mclaren-p1-gtr', 'description' => '<p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Are You Interested about This <b>McLaren P1 GTR</b> ?<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">For sale : <b>McLaren P1 GTR</b><o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Model Year<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">2015<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Mileage<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">0 KMS<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Exterior<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Red | Black<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Interior<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Black<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Engine<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">3.8L V8<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Power<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">986 Bhp<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Are you searching for a luxury car not available on LuxuryPulse? Allow us to introduce you to <b>HYPERLUXE</b>, a luxury concierge service with ultra-luxury concierge services reserved for a high-end clientele seeking ultra-efficient personalized service.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Effortlessly delegate your luxury car search tasks to <a href="https://hyper.luxe/" style="color: rgb(5, 99, 193); text-decoration-line: underline;"><b>HYPERLUXE</b></a>.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Interest about this Luxury cars ?<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Feel free to contact any of our staff members with questions, or business inquiries.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Our staff members are available 24 hours a day to answer your questions and serve your needs.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">WELCOME TO AL AIN CLASS MOTORS<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Welcome to Al Ain Class Motors, the world’s most exclusive automobile showroom.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Over 20 years experience in the exotic and luxury car business. Our mission is to provide our customers worldwide the best selection of new and pre owned vehicles available in the market.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">As a car enthusiast and collector, Mr. Abdulla Al ketbi started trading luxury cars in the year 1992. He mainly started importing Mercedes Benz from Germany and selling to close relatives and friends. By 1995 the first Alain Class Motors Showroom was open in his city in Alain, U.A.E.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">For over 20 years we have provided our discerning customers with exotic and luxury vehicles. Our wide selection of new and pre-owned cars include the world’s most exciting and exclusive brands.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">We are renowned for our range, always maintaining 100 outstanding automobiles in stock at any given time. Our main aim is to establish long term business relationships with our customers by providing the best quality vehicles, excellent after-sale service, value for money and assistance with delivery arrangements to any port or airport worldwide.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">We invite you to browse through our website for new and pre owned cars or visit us at any of our branches.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Showroom locations : Al Ain Class Motors<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Alain Class Motors is owned and operated by experienced professionals with a passion for great automobiles. Our dedication to great service means the buying experience is smooth, easy and worry free.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">We have 5 branches in the U.A.E.<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US"> </span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Main Branch Dubai<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;"><span lang="EN-US">Sheikh Zayed Road<o:p></o:p></span></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;">Phone: +971-4-3782222<o:p></o:p></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;">Fax: +971-4-3790337<o:p></o:p></p><p class="Standard" style="text-align: center; margin: 0cm; font-size: 12pt; font-family: "Times New Roman", serif;">Email: info@alainclass.com<o:p></o:p></p>', 'year' => '2015', 'location' => 'United Arab Emirates', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 1153, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => null, 'car_id' => (int) 3665, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 9, '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) 792, 'price' => (int) 359000, 'usd_price' => (int) 391904, 'title' => 'Rolls-Royce Cullinan', 'slug' => 'rolls-royce-cullinan', 'description' => '<p>Angeboten wird hier ein nagelneuer Rolls Royce Cullinan in einer sehr eleganten Farbkombination.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">R78 - Smokey Quartz</span><br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">T6 - Seashell</span><br style="box-sizing: border-box;"><br style="box-sizing: border-box;">LAA - Contrast Lambswool Footmats<br style="box-sizing: border-box;">L1T - VIN Plate<br style="box-sizing: border-box;">L2R - Boot Preparation<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">LAN - Rolls Royce Monogram to all Headrests</span><br style="box-sizing: border-box;">LAV - Instrument Panel with Top Stitch<br style="box-sizing: border-box;">LFC - Wheel Centres Matched to Wheel<br style="box-sizing: border-box;">RAE - Extended Leather Headliner<br style="box-sizing: border-box;">RBT - Illuminated Treadplate "Cullinan"<br style="box-sizing: border-box;">RBY - Automatic Door Close<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">RPE - Rolls Royce Bespoke Audio</span><br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">R9Z - 22" Part Polished Twin Spoke Wheels</span><br style="box-sizing: border-box;">RUR - Open Pore Circassian Walnut<br style="box-sizing: border-box;">Z02 - Driver Assistance Systems<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">Z0G - Immersive Seating with Centre Console </span><br style="box-sizing: border-box;">Z9C - Standard Spirit of Ecstasy<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">319 - Garage Door Opener<br style="box-sizing: border-box;">4HC - Heated Passenger Surround<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">4T6 - Rear Seats with Massage</span><br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">4T7 - Front Seats with Massage</span><br style="box-sizing: border-box;">402 - Panoramic Sunroof<br style="box-sizing: border-box;">420 - Privacy Glass<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">453 - Ventilated Front Seats</span><br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">454 - Ventilated Rear Seats</span><br style="box-sizing: border-box;">460 - Individual Seat Configuration<br style="box-sizing: border-box;">477 - Extended Veneer Centre Line<br style="box-sizing: border-box;">5AS - Driving Assistant<br style="box-sizing: border-box;">5AC - High Beam Assistance<br style="box-sizing: border-box;">5DF - Active Cruise Control<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">6FR - Rear Theatre Configuration</span><br style="box-sizing: border-box;">6NS - Enhanced Bluetooth Phone Integration<br style="box-sizing: border-box;">6UK - Night Vision<br style="box-sizing: border-box;">601 - TV Tuner<br style="box-sizing: border-box;"><span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">610 - Head Up Display</span><br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Factory Warranty starts with First Registration / die Garantie startet mit Erstzulassung.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Bitte vereinbaren Sie mit uns einen Besichtigungstermin, wir freuen uns auf Sie.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Gerne erstellen wir Ihnen auch ein individuelles Finanzierungsangebot.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Irrtum und Zwischenverkauf vorbehalten.<br style="box-sizing: border-box;"><br style="box-sizing: border-box;">Besuchen Sie auch unsere Homepage: <span style="box-sizing: border-box; -webkit-font-smoothing: antialiased; font-feature-settings: "liga", "dlig";">www.luxurycarshamburg.de</span><br></p>', 'year' => '2020', 'location' => 'Germany', 'adress' => null, 'internal_reference' => '', 'validate' => true, 'active' => true, 'views' => (int) 3169, 'created' => object(Cake\I18n\FrozenTime) {}, 'currency_id' => (int) 1, 'car_id' => (int) 585, 'real_estate_id' => null, 'watche_id' => null, 'yacht_id' => null, 'office_id' => (int) 14, '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) 70227, 'name' => '63f67469ae87eet_19.webp', 'rang' => (int) 20, 'sale_id' => (int) 3917, '[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 TOM HARTLEY