Code Context ),
E_USER_WARNING
);
$key = 'default_provence_bfpr_specifiques'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => null,
'unsigned' => false,
'key' => 'primary'
),
'nom' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 250,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'code' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 25,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'sens' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => null,
'unsigned' => false
),
'created' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'updated' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'commentaires' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'valide' => array(
'type' => 'integer',
'null' => false,
'default' => '1',
'length' => null,
'unsigned' => false
),
'unite_fac' => array(
'type' => 'integer',
'null' => true,
'default' => '1',
'length' => null,
'unsigned' => false
),
'prix_un' => array(
'type' => 'float',
'null' => false,
'default' => '0',
'length' => null,
'unsigned' => false
),
'nom_facture' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'id_spe_clt' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'unsigned' => false
),
'nom_resident' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 45,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
),
'id_lpu' => array(
'type' => 'integer',
'null' => true,
'default' => '0',
'length' => null,
'unsigned' => false
),
'nom_fac' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'latin1_swedish_ci',
'charset' => 'latin1'
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/home/provencebf/www/production/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 328
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 373
Model::schema() - CORE/Cake/Model/Model.php, line 1390
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2530
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1066
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3031
Model::find() - CORE/Cake/Model/Model.php, line 3003
DboSource::query() - CORE/Cake/Model/Datasource/DboSource.php, line 600
Model::__call() - CORE/Cake/Model/Model.php, line 827
AppModel::findById() - APP/Controller/SpecifiquesController.php, line 520
SpecifiquesController::etat() - APP/Controller/SpecifiquesController.php, line 520
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111