Code Context ),
E_USER_WARNING
);
$key = 'default_rprp2016_departments'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'name' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'logo' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'link' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'enable' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 4,
'unsigned' => false
),
'created_date' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'modified_date' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => 'C:\xampp\htdocs\rprp\app\tmp\cache\models\',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => true,
'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 2521
DboSource::read() - CORE\Cake\Model\Datasource\DboSource.php, line 1058
Model::_readDataSource() - CORE\Cake\Model\Model.php, line 3022
Model::find() - CORE\Cake\Model\Model.php, line 2994
DboSource::query() - CORE\Cake\Model\Datasource\DboSource.php, line 597
Model::__call() - CORE\Cake\Model\Model.php, line 827
AppModel::findAllByEnable() - APP\Controller\AppController.php, line 199
AppController::dataset() - APP\Controller\AppController.php, line 199
PurchaseController::view() - APP\Controller\PurchaseController.php, line 41
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