Warning (512): _cake_model_ cache was unable to write 'default_noniseshorelc_shikomori_words' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Contextstatic::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_noniseshorelc_shikomori_words' $value = null $config = '_cake_model_' $settings = array( 'engine' => 'File', 'prefix' => 'myapp_cake_model_', 'path' => '/home/nonisesh/www/orelc/academy/app/tmp/cache/models/', 'serialize' => true, 'duration' => (int) 10, 'lock' => true, 'isWindows' => false, 'mask' => (int) 436, 'probability' => (int) 100, 'groups' => array() ) $success = falseCache::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 Model::getColumnType() - CORE/Cake/Model/Model.php, line 1438 DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2944 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2890 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2831 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2831 DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2771 DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 2053 DboSource::buildAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1771 DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1224 Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3047 Model::find() - CORE/Cake/Model/Model.php, line 3019 ShikomoriWordsController::viewWord() - APP/Controller/ShikomoriWordsController.php, line 2943
Warning (512): _cake_model_ cache was unable to write 'default_noniseshorelc_shikomori_words' to File cache [CORE/Cake/Cache/Cache.php, line 327]Code Contextstatic::$_engines[$config]->settings['engine']
),
E_USER_WARNING
$key = 'default_noniseshorelc_shikomori_words' $value = array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'parent_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'num_class' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'word' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 128, 'key' => 'unique', 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'various_forms' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 255, 'collate' => 'utf8mb3_swedish_ci', 'comment' => 'Entrée ayant plusieurs formes spécifiques liées aux accords de classe', 'charset' => 'utf8mb3' ), 'from_verb_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'Nominalisation à partir d'un verbe' ), 'origin' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 255, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'origin_history' => array( 'type' => 'text', 'null' => true, 'default' => null, 'length' => null, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'category' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 255, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'category2' => array( 'type' => 'string', 'null' => false, 'default' => '', 'length' => (int) 255, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'category3' => array( 'type' => 'string', 'null' => false, 'default' => '', 'length' => (int) 255, 'collate' => 'utf8mb3_swedish_ci', 'charset' => 'utf8mb3' ), 'is_shingazidja' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_shindzuani' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_shimaore' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_shimwali' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_standard' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_neology' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_transparent' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1, 'comment' => 'Permet d'afficher les différentes orthographes en fonction du dialecte coché' ), 'has_definition' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'has_infinitive' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'has_plural' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'in_front' => array( 'type' => 'boolean', 'null' => false, 'default' => '1', 'length' => (int) 1 ), 'generated_word' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1, 'comment' => 'Vrai, si c'est un mot qui a été généré' ), 'active' => array( 'type' => 'boolean', 'null' => false, 'default' => '1', 'length' => (int) 1 ), 'closed' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'in_error' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1, 'comment' => 'true, si le mot a été signalé en erreur' ), 'date_created' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'date_updated' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'date_day_word' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'used_in_word_of_day' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'is_collective' => array( 'type' => 'boolean', 'null' => false, 'default' => '0', 'length' => (int) 1 ), 'creator_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'editor_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'reserved_by_editor' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'L'identifiant du dictionnariste qui est à la charge de sa définition' ), 'finished_by_editor' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'L'identifiant du dictionnariste qui a achevé la définition' ) ) $config = '_cake_model_' $settings = array( 'engine' => 'File', 'prefix' => 'myapp_cake_model_', 'path' => '/home/nonisesh/www/orelc/academy/app/tmp/cache/models/', 'serialize' => true, 'duration' => (int) 10, 'lock' => true, 'isWindows' => false, 'mask' => (int) 436, 'probability' => (int) 100, 'groups' => array() ) $success = falseCache::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 Model::getColumnType() - CORE/Cake/Model/Model.php, line 1438 DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2944 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2890 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2831 DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2831 DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2771 DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 2053 DboSource::buildAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1771 DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1224 Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3047 Model::find() - CORE/Cake/Model/Model.php, line 3019 ShikomoriWordsController::viewWord() - APP/Controller/ShikomoriWordsController.php, line 2943 ReflectionMethod::invokeArgs() - [internal], line ??