Warning (512) : _cake_model_ cache was unable to write 'default_bidwatcher_auctions' to File cache [CORE/Cake/Cache/Cache.php , line 327 ]Code Context static:: $_engines [ $config ]-> settings [ 'engine' ]
),
E_USER_WARNING
$key = 'default_bidwatcher_auctions'
$value = null
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'myapp_cake_model_',
'path' => '/home/thebidwatcher/public_html/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 341
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AuctionsController::view() - APP/Controller/AuctionsController.php, line 234
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107 Warning (512) : _cake_model_ cache was unable to write 'default_bidwatcher_auctions' to File cache [CORE/Cake/Cache/Cache.php , line 327 ]Code Context static:: $_engines [ $config ]-> settings [ 'engine' ]
),
E_USER_WARNING
$key = 'default_bidwatcher_auctions'
$value = array(
'idauction' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'idimportauction' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'idimport' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'idseller' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'type' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 25,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'idevent' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'ended_at' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'lot_number' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 25,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'title' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'idmake' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 11,
'unsigned' => false,
'key' => 'index'
),
'idmodel' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'year' => array(
'type' => 'smallinteger',
'null' => false,
'default' => '0',
'length' => (int) 6,
'unsigned' => false
),
'variant' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'color' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 50,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'chassis_number' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 150,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'estimate_low' => array(
'type' => 'string',
'null' => false,
'default' => '0',
'length' => (int) 20,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'estimate_high' => array(
'type' => 'string',
'null' => false,
'default' => '0',
'length' => (int) 20,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'sold_for' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'rnm_for' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => (int) 8,
'unsigned' => false
),
'currency' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 15,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'result' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 20,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'url' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'picture_url' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'captured' => array(
'type' => 'tinyinteger',
'null' => false,
'default' => '0',
'length' => (int) 4,
'unsigned' => false
),
'picture_path' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'item_location' => array(
'type' => 'string',
'null' => true,
'default' => 'Ukn',
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'information' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'nb_bids' => array(
'type' => 'smallinteger',
'null' => false,
'default' => '0',
'length' => (int) 6,
'unsigned' => false
),
'nb_views' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => (int) 8,
'unsigned' => false
),
'nb_comments' => array(
'type' => 'smallinteger',
'null' => false,
'default' => '0',
'length' => (int) 6,
'unsigned' => false
),
'added_at' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'updated_at' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'status' => array(
'type' => 'tinyinteger',
'null' => false,
'default' => '0',
'length' => (int) 4,
'unsigned' => false
),
'insta_at' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
)
)
$config = '_cake_model_'
$settings = array(
'engine' => 'File',
'prefix' => 'myapp_cake_model_',
'path' => '/home/thebidwatcher/public_html/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 383
Model::schema() - CORE/Cake/Model/Model.php, line 1397
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2663
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1174
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3053
Model::find() - CORE/Cake/Model/Model.php, line 3025
AuctionsController::view() - APP/Controller/AuctionsController.php, line 234
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107 Warning (512) : medium cache was unable to write 'auction_57381' to File cache [CORE/Cake/Cache/Cache.php , line 327 ]Code Context static:: $_engines [ $config ]-> settings [ 'engine' ]
),
E_USER_WARNING
$key = 'auction_57381'
$value = array(
'auction' => array(
'Auction' => array(
'idauction' => '57381',
'idimportauction' => '133197',
'idimport' => '580',
'idseller' => '14',
'type' => 'live',
'idevent' => '647',
'ended_at' => '2010-01-18 00:00:00',
'lot_number' => '692',
'title' => '1967 FORD MUSTANG GT COUPE',
'idmake' => '17',
'idmodel' => '0',
'year' => '1967',
'variant' => null,
'color' => null,
'chassis_number' => '7R01S132271',
'estimate_low' => '0',
'estimate_high' => '0',
'sold_for' => '31900',
'rnm_for' => null,
'currency' => 'USD',
'result' => 'sold',
'url' => 'https://www.barrett-jackson.com/Events/Event/Details/1967-FORD-MUSTANG-GT-COUPE-80976',
'picture_url' => 'https://cdn.barrett-jackson.com/staging/carlist/items/Fullsize/Cars/80976/80976_Front_3-4_Web.jpg',
'captured' => '0',
'picture_path' => '057/57381-1967-ford-mustang-gt-coupe.jpg',
'item_location' => 'UkN',
'information' => 'Reserve : NO RESERVE|Year : 1967|Make : FORD|Model : MUSTANG GT|Style : COUPE|VIN : 7R01S132271|Exterior Color : GREEN|Interior Color : BLACK|Cylinders : 8|Engine Size : 390|Transmission : 4-SPEED MANUAL|',
'nb_bids' => '0',
'nb_views' => '0',
'nb_comments' => '0',
'added_at' => '2017-10-26 12:22:15',
'updated_at' => '2017-10-26 12:22:15',
'status' => '1',
'insta_at' => null
)
),
'seller' => array(
'Seller' => array(
'idseller' => '14',
'type' => 'auctioneer',
'name' => 'Barrett Jackson',
'website' => 'http://www.barrett-jackson.com/',
'country' => 'US',
'added_at' => '2017-10-23 09:43:46',
'status' => '0'
)
),
'event' => array(
'SellerEvent' => array(
'idevent' => '647',
'idseller' => '14',
'event_name' => 'Scottsdale 2010',
'event_type' => 'live',
'event_at' => '2010-01-18 00:00:00',
'event_location' => 'UkN',
'event_country' => 'US',
'event_url' => 'https://www.barrett-jackson.com/Archive/Event/Docket/Scottsdale-2010/Collector-Cars/74bd3b41-12df-4786-91bc-90e1477299ac/01-18-2010/01-24-2010',
'added_at' => '2017-10-23 10:20:03',
'status' => '0',
'is_completed' => '0',
'completed_at' => null
)
),
'make' => array(
'Make' => array(
'idmake' => '17',
'name' => 'Ford',
'rewrite' => 'ford',
'alt_names' => 'Escort RS Turbo,MUSTANG,T-bird,Ford-Lotus',
'added_at' => '2017-07-23 14:17:12',
'status' => '0'
)
),
'others' => array(
'seller' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
)
),
'row' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
)
)
)
)
$config = 'medium'
$settings = array(
'engine' => 'File',
'duration' => (int) 86400,
'probability' => (int) 100,
'path' => '/home/thebidwatcher/public_html/app/tmp/cache/medium/',
'prefix' => 'cake_medium_',
'lock' => true,
'serialize' => true,
'isWindows' => false,
'mask' => (int) 436,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 327
AuctionsController::view() - APP/Controller/AuctionsController.php, line 250
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
1967 Ford Mustang Gt Coupe - The Bid Watcher
The Bid Watcher
1967 FORD MUSTANG GT COUPE
Reserve : NO RESERVE Year : 1967 Make : FORD Model : MUSTANG GT Style : COUPE VIN : 7R01S132271 Exterior Color : GREEN Interior Color : BLACK Cylinders : 8 Engine Size : 390 Transmission : 4-SPEED MANUAL
Other 1967 Ford auctions from Barrett Jackson
Other 1967 Ford auctions from other auction houses
Warning (2) : session_write_close() [<a href='http://php.net/function.session-write-close'>function.session-write-close</a>]: write failed: Disk quota exceeded (122) [Unknown , line 0 ]Code Context session_write_close - [internal], line ??
[main] - [internal], line ?? Warning (2) : session_write_close() [<a href='http://php.net/function.session-write-close'>function.session-write-close</a>]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/thebidwatcher/tmp) [Unknown , line 0 ]Code Context session_write_close - [internal], line ??
[main] - [internal], line ??