Warning (512): _cake_model_ cache was unable to write 'default_sections' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_sections'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'sections'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'parent_id' => [
[maximum depth reached]
],
'is_virtual' => [
[maximum depth reached]
],
'is_prototype' => [
[maximum depth reached]
],
'code' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'locked' => [
[maximum depth reached]
],
'unlocks' => [
[maximum depth reached]
],
'rubric_id' => [
[maximum depth reached]
],
'hidden' => [
[maximum depth reached]
],
'created' => [
[maximum depth reached]
],
'modified' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'parent_id' => 'integer',
'is_virtual' => 'boolean',
'is_prototype' => 'boolean',
'code' => 'string',
'name' => 'string',
'locked' => 'boolean',
'unlocks' => 'integer',
'rubric_id' => 'integer',
'hidden' => 'boolean',
'created' => 'datetime',
'modified' => 'datetime'
]
[protected] _indexes => [
'rubric_id' => [
[maximum depth reached]
],
'id' => [
[maximum depth reached]
],
'parent_id' => [
[maximum depth reached]
]
]
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 210
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 167
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1569
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1171
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 350
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1399 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_templates' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_templates'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'templates'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'type' => [
[maximum depth reached]
],
'locale' => [
[maximum depth reached]
],
'code' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'description' => [
[maximum depth reached]
],
'priority' => [
[maximum depth reached]
],
'important' => [
[maximum depth reached]
],
'file_name' => [
[maximum depth reached]
],
'created' => [
[maximum depth reached]
],
'modified' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'type' => 'string',
'locale' => 'string',
'code' => 'string',
'name' => 'string',
'description' => 'text',
'priority' => 'integer',
'important' => 'boolean',
'file_name' => 'string',
'created' => 'datetime',
'modified' => 'datetime'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 210
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 167
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1569
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1171
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 356
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1400 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_rubrics' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_rubrics'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'rubrics'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'code' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'priority' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'code' => 'string',
'name' => 'string',
'priority' => 'integer'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 652
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 414
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 391
App\Model\Table\SectionsTable::getAllRelated() - APP/Model/Table/SectionsTable.php, line 1427
App\Lib\CompositeView::addHierarchy() - APP/Lib/CompositeView.php, line 281
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 363
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1522 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_concepts_rubrics_questions' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_concepts_rubrics_questions'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'concepts_rubrics_questions'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'concepts_rubric_id' => [
[maximum depth reached]
],
'question_id' => [
[maximum depth reached]
],
'type' => [
[maximum depth reached]
],
'alias' => [
[maximum depth reached]
],
'actual' => [
[maximum depth reached]
],
'required' => [
[maximum depth reached]
],
'editable' => [
[maximum depth reached]
],
'characterizing' => [
[maximum depth reached]
],
'max_length' => [
[maximum depth reached]
],
'min' => [
[maximum depth reached]
],
'max' => [
[maximum depth reached]
],
'step' => [
[maximum depth reached]
],
'suffix' => [
[maximum depth reached]
],
'priority' => [
[maximum depth reached]
],
'hint_type' => [
[maximum depth reached]
],
'hint' => [
[maximum depth reached]
],
'placeholder_type' => [
[maximum depth reached]
],
'placeholder' => [
[maximum depth reached]
],
'initial_type' => [
[maximum depth reached]
],
'initial' => [
[maximum depth reached]
],
'alias_sap_header_file' => [
[maximum depth reached]
],
'global' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'concepts_rubric_id' => 'integer',
'question_id' => 'integer',
'type' => 'string',
'alias' => 'string',
'actual' => 'boolean',
'required' => 'string',
'editable' => 'boolean',
'characterizing' => 'boolean',
'max_length' => 'integer',
'min' => 'integer',
'max' => 'integer',
'step' => 'integer',
'suffix' => 'string',
'priority' => 'integer',
'hint_type' => 'string',
'hint' => 'string',
'placeholder_type' => 'string',
'placeholder' => 'string',
'initial_type' => 'string',
'initial' => 'string',
'alias_sap_header_file' => 'string',
'global' => 'boolean'
]
[protected] _indexes => [
'question_id' => [
[maximum depth reached]
]
]
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 210
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 167
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1569
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1171
App\Lib\Indexing\AdvancedIndexService::getQuestionDefinitions2() - APP/Lib/Indexing/AdvancedIndexService.php, line 203
App\Lib\CompositeView::addNode() - APP/Lib/CompositeView.php, line 61
App\Lib\CompositeView::addHierarchy() - APP/Lib/CompositeView.php, line 283
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 363
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1682 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_concepts_rubrics' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_concepts_rubrics'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'concepts_rubrics'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'concept_id' => [
[maximum depth reached]
],
'rubric_id' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'concept_id' => 'integer',
'rubric_id' => 'integer'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 652
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 414
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 391
App\Lib\Indexing\AdvancedIndexService::getQuestionDefinitions2() - APP/Lib/Indexing/AdvancedIndexService.php, line 205
App\Lib\CompositeView::addNode() - APP/Lib/CompositeView.php, line 61
App\Lib\CompositeView::addHierarchy() - APP/Lib/CompositeView.php, line 283
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 363
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1626 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_questions' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_questions'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'questions'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'code' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'priority' => [
[maximum depth reached]
],
'name_en' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'code' => 'string',
'name' => 'string',
'priority' => 'integer',
'name_en' => 'string'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_general_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 438,
'path' => '/home/adviniwim/awim/app/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 652
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 414
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 391
App\Lib\Indexing\AdvancedIndexService::getQuestionDefinitions2() - APP/Lib/Indexing/AdvancedIndexService.php, line 205
App\Lib\CompositeView::addNode() - APP/Lib/CompositeView.php, line 61
App\Lib\CompositeView::addHierarchy() - APP/Lib/CompositeView.php, line 283
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 363
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1619 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 2956 bytes written, possibly out of free disk space [APP/Lib/DocumentBuilder.php, line 75]Code Context
$sanitizedTemplateFile = microtime(true) * 10000;
file_put_contents(DOC_BUILDER_TMP . $sanitizedTemplateFile . '.blade.php', $sanitizedTemplateString);
$template = '../Html/fiche_standard_EN.blade'
$templateFolder = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/Pdf/'
$templateString = '<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
@include('Html.snippets.css_reset') <!-- neutralize default CSS values -->
@include('Html.snippets.css_A4') <!-- initialize page -->
<title>=Fiche Standard</title>
<?php $randPostfix = ("rnd_" . rand(100000, 999999)); ?>
@include('Html.custom_css.fiche_standard', ['randPostfix' => $randPostfix])
<!-- CSS custom à ce template -->
</head>
<body id="fiche_standard">
<div class="container">
@include('Html.snippets.allergenes_EN',['before'=>'','after'=>''])
<div class="header">
@include('Html.snippets.logo',['before'=>'','after'=>''])
</div>
<div class="bottle" id="{{ $randPostfix }}">
@include('Html.snippets.labels',['before'=>'','after'=>''])
</div>
<div class="column-center">
@include('Html.snippets.cepages',['before'=>'<h3>Grape varieties</h3><p>','after'=>'</p>'])
@include('Html.snippets.carte',['before'=>'','after'=>''])
@include('Html.snippets.appellation',['before'=>'<h3>Appellation</h3><p>','after'=>'</p>'])
@include('Html.snippets.degre',['before'=>'<h3>Alcohol content</h3><p>','after'=>'</p>'])
@include('Html.snippets.contenant_elevage',['before'=>'<h3>Ageing container</h3><p>','after'=>'</p>'])
@include('Html.snippets.type_sol',['before'=>'<h3>Soil</h3><p>','after'=>'</p>'])
@include('Html.snippets.acidite',['before'=>'<h3>Total acidity</h3><p>','after'=>'</p>'])
@include('Html.snippets.ph',['before'=>'<h3>PH</h3><p>','after'=>'</p>'])
@include('Html.snippets.sucre_residuel',['before'=>'<h3>Residual sugar</h3><p>','after'=>'</p>'])
</div>
<div class="column-right">
<h1>@include('Html.snippets.designation_cuvee',['before'=>'','after'=>''])</h1>
<h2>@include('Html.snippets.appellation',['before'=>'','after'=>''])</h2>
<p>
@include('Html.snippets.presentation_cuvee_prio_longue',['before'=>'','after'=>''])
</p>
@include('Html.snippets.vinification_prio_longue',['before'=>'<h3>Vinification</h3><p>','after'=>'</p>'])
@include('Html.snippets.elevage_fallback_prio_longue_EN',['before'=>'<h3>Ageing</h3><p>','after'=>'</p>'])
@include('Html.snippets.note_degustation_prio_onb_EN',['before'=>'<h3>Tasting Notes</h3><p>','after'=>'</p>'])
@include('Html.snippets.amv_prio_court',['before'=>'<h3>Food pairings</h3><p>','after'=>'</p>'])
@include('Html.snippets.rapport_vendanges_prio_long',['before'=>'<h3>Vintage report</h3><p>','after'=>'</p>'])
@include('Html.snippets.site_web',['before'=>'<h3>Resources</h3><p>','after'=>'</p>'])
</div>
@if (stripos($section->unites_de_besoin, 'Distributor Brand') !== false )
<div style="clear:both; height:1px;"></div>
<img class="logo-advini" src='http://{{$_SERVER['HTTP_HOST']}}/img/template-assets/logo-advini.png'></img>
@endif
</div>
</body>
</html>
'
$sanitizedTemplateString = '<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
@include('Html.snippets.css_reset') <!-- neutralize default CSS values -->
@include('Html.snippets.css_A4') <!-- initialize page -->
<title>=Fiche Standard</title>
<?php $randPostfix = ("rnd_" . rand(100000, 999999)); ?>
@include('Html.custom_css.fiche_standard', ['randPostfix' => $randPostfix])
<!-- CSS custom à ce template -->
</head>
<body id="fiche_standard">
<div class="container">
@include('Html.snippets.allergenes_EN',['before'=>'','after'=>''])
<div class="header">
@include('Html.snippets.logo',['before'=>'','after'=>''])
</div>
<div class="bottle" id="{{ $randPostfix }}">
@include('Html.snippets.labels',['before'=>'','after'=>''])
</div>
<div class="column-center">
@include('Html.snippets.cepages',['before'=>'<h3>Grape varieties</h3><p>','after'=>'</p>'])
@include('Html.snippets.carte',['before'=>'','after'=>''])
@include('Html.snippets.appellation',['before'=>'<h3>Appellation</h3><p>','after'=>'</p>'])
@include('Html.snippets.degre',['before'=>'<h3>Alcohol content</h3><p>','after'=>'</p>'])
@include('Html.snippets.contenant_elevage',['before'=>'<h3>Ageing container</h3><p>','after'=>'</p>'])
@include('Html.snippets.type_sol',['before'=>'<h3>Soil</h3><p>','after'=>'</p>'])
@include('Html.snippets.acidite',['before'=>'<h3>Total acidity</h3><p>','after'=>'</p>'])
@include('Html.snippets.ph',['before'=>'<h3>PH</h3><p>','after'=>'</p>'])
@include('Html.snippets.sucre_residuel',['before'=>'<h3>Residual sugar</h3><p>','after'=>'</p>'])
</div>
<div class="column-right">
<h1>@include('Html.snippets.designation_cuvee',['before'=>'','after'=>''])</h1>
<h2>@include('Html.snippets.appellation',['before'=>'','after'=>''])</h2>
<p>
@include('Html.snippets.presentation_cuvee_prio_longue',['before'=>'','after'=>''])
</p>
@include('Html.snippets.vinification_prio_longue',['before'=>'<h3>Vinification</h3><p>','after'=>'</p>'])
@include('Html.snippets.elevage_fallback_prio_longue_EN',['before'=>'<h3>Ageing</h3><p>','after'=>'</p>'])
@include('Html.snippets.note_degustation_prio_onb_EN',['before'=>'<h3>Tasting Notes</h3><p>','after'=>'</p>'])
@include('Html.snippets.amv_prio_court',['before'=>'<h3>Food pairings</h3><p>','after'=>'</p>'])
@include('Html.snippets.rapport_vendanges_prio_long',['before'=>'<h3>Vintage report</h3><p>','after'=>'</p>'])
@include('Html.snippets.site_web',['before'=>'<h3>Resources</h3><p>','after'=>'</p>'])
</div>
@if (stripos($section->unites_de_besoin, 'Distributor Brand') !== false )
<div style="clear:both; height:1px;"></div>
<img class="logo-advini" src='http://{{$_SERVER['HTTP_HOST']}}/img/template-assets/logo-advini.png'></img>
@endif
</div>
</body>
</html>
'
$sanitizedTemplateFile = (float) 17389131311006
file_put_contents - [internal], line ??
App\Lib\DocumentBuilder::sanitizeBladeTemplate() - APP/Lib/DocumentBuilder.php, line 75
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 87
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1345 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents(/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php) [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: failed to open stream: No space left on device [ROOT/vendor/illuminate/filesystem/Filesystem.php, line 122]Code Context public function put($path, $contents, $lock = false)
{
return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
$path = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php'
$contents = ''
$lock = false
file_put_contents - [internal], line ??
Illuminate\Filesystem\Filesystem::put() - ROOT/vendor/illuminate/filesystem/Filesystem.php, line 122
Illuminate\View\Compilers\BladeCompiler::compile() - ROOT/vendor/illuminate/view/Compilers/BladeCompiler.php, line 122
Illuminate\View\Engines\CompilerEngine::get() - ROOT/vendor/illuminate/view/Engines/CompilerEngine.php, line 51
Illuminate\View\View::getContents() - ROOT/vendor/illuminate/view/View.php, line 142
Illuminate\View\View::renderContents() - ROOT/vendor/illuminate/view/View.php, line 125
Illuminate\View\View::render() - ROOT/vendor/illuminate/view/View.php, line 90
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 101
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1954 bytes written, possibly out of free disk space in /home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (2): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 84799 bytes written, possibly out of free disk space [APP/Lib/DocumentBuilder.php, line 201]Code Context $response = $docRaptor->createDoc($doc);
file_put_contents($outputPath . $filename . '.' . $outputFormat, $response);
$markup = '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-trace').style.display = (document.getElementById('cakeErr67a5b56b199f7-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: include(/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php) [<a href='https://secure.php.net/function.include'>function.include</a>]: failed to open stream: No such file or directory [<b>ROOT/vendor/illuminate/view/Engines/PhpEngine.php</b>, line <b>43</b>]<div id="cakeErr67a5b56b199f7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-code').style.display = (document.getElementById('cakeErr67a5b56b199f7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-context').style.display = (document.getElementById('cakeErr67a5b56b199f7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67a5b56b199f7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// an exception is thrown. This prevents any partial views from leaking.</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$__path</span><span style="color: #007700">;</span></span></code></pre><pre id="cakeErr67a5b56b199f7-context" class="cake-context" style="display: none;">$__path = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php'
$__data = [
'__env' => object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
[maximum depth reached]
]
[protected] extensions => [
[maximum depth reached]
]
[protected] composers => [[maximum depth reached]]
[protected] renderCount => (int) 1
[protected] componentStack => [[maximum depth reached]]
[protected] componentData => [[maximum depth reached]]
[protected] slots => [[maximum depth reached]]
[protected] slotStack => [[maximum depth reached]]
[protected] sections => [[maximum depth reached]]
[protected] sectionStack => [[maximum depth reached]]
[protected] parentPlaceholder => [[maximum depth reached]]
[protected] loopsStack => [[maximum depth reached]]
[protected] pushes => [[maximum depth reached]]
[protected] prepends => [[maximum depth reached]]
[protected] pushStack => [[maximum depth reached]]
[protected] translationReplacements => [[maximum depth reached]]
},
'context' => object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
[maximum depth reached]
]
[private] vars => [[maximum depth reached]]
},
'section' => object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
[maximum depth reached]
]
},
'serverRoot' => 'https://advini-wim.wine-logics.com'
]
$obLevel = (int) 1
$__env = object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
'__env' => object(Illuminate\View\Factory) {}
]
[protected] extensions => [
'blade.php' => 'blade',
'php' => 'php',
'css' => 'file'
]
[protected] composers => []
[protected] renderCount => (int) 1
[protected] componentStack => []
[protected] componentData => []
[protected] slots => []
[protected] slotStack => []
[protected] sections => []
[protected] sectionStack => []
[protected] parentPlaceholder => []
[protected] loopsStack => []
[protected] pushes => []
[protected] prepends => []
[protected] pushStack => []
[protected] translationReplacements => []
}
$context = object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
[private] vars => []
}
$section = object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
}
$serverRoot = 'https://advini-wim.wine-logics.com'</pre><pre class="stack-trace">include - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\PhpEngine::evaluatePath() - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\CompilerEngine::get() - ROOT/vendor/illuminate/view/Engines/CompilerEngine.php, line 59
Illuminate\View\View::getContents() - ROOT/vendor/illuminate/view/View.php, line 142
Illuminate\View\View::renderContents() - ROOT/vendor/illuminate/view/View.php, line 125
Illuminate\View\View::render() - ROOT/vendor/illuminate/view/View.php, line 90
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 101
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36</pre></div></pre><br />
<b>Warning</b>: file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 1846 bytes written, possibly out of free disk space in <b>/home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php</b> on line <b>133</b><br />
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-trace').style.display = (document.getElementById('cakeErr67a5b56b19ee7-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: include() [<a href='https://secure.php.net/function.include'>function.include</a>]: Failed opening '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php' for inclusion (include_path='.:/usr/share/php') [<b>ROOT/vendor/illuminate/view/Engines/PhpEngine.php</b>, line <b>43</b>]<div id="cakeErr67a5b56b19ee7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-code').style.display = (document.getElementById('cakeErr67a5b56b19ee7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-context').style.display = (document.getElementById('cakeErr67a5b56b19ee7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67a5b56b19ee7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// an exception is thrown. This prevents any partial views from leaking.</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$__path</span><span style="color: #007700">;</span></span></code></pre><pre id="cakeErr67a5b56b19ee7-context" class="cake-context" style="display: none;">$__path = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php'
$__data = [
'__env' => object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
[maximum depth reached]
]
[protected] extensions => [
[maximum depth reached]
]
[protected] composers => [[maximum depth reached]]
[protected] renderCount => (int) 1
[protected] componentStack => [[maximum depth reached]]
[protected] componentData => [[maximum depth reached]]
[protected] slots => [[maximum depth reached]]
[protected] slotStack => [[maximum depth reached]]
[protected] sections => [[maximum depth reached]]
[protected] sectionStack => [[maximum depth reached]]
[protected] parentPlaceholder => [[maximum depth reached]]
[protected] loopsStack => [[maximum depth reached]]
[protected] pushes => [[maximum depth reached]]
[protected] prepends => [[maximum depth reached]]
[protected] pushStack => [[maximum depth reached]]
[protected] translationReplacements => [[maximum depth reached]]
},
'context' => object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
[maximum depth reached]
]
[private] vars => [[maximum depth reached]]
},
'section' => object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
[maximum depth reached]
]
},
'serverRoot' => 'https://advini-wim.wine-logics.com'
]
$obLevel = (int) 1
$__env = object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
'__env' => object(Illuminate\View\Factory) {}
]
[protected] extensions => [
'blade.php' => 'blade',
'php' => 'php',
'css' => 'file'
]
[protected] composers => []
[protected] renderCount => (int) 1
[protected] componentStack => []
[protected] componentData => []
[protected] slots => []
[protected] slotStack => []
[protected] sections => []
[protected] sectionStack => []
[protected] parentPlaceholder => []
[protected] loopsStack => []
[protected] pushes => []
[protected] prepends => []
[protected] pushStack => []
[protected] translationReplacements => []
}
$context = object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
[private] vars => []
}
$section = object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
}
$serverRoot = 'https://advini-wim.wine-logics.com'</pre><pre class="stack-trace">include - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\PhpEngine::evaluatePath() - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\CompilerEngine::get() - ROOT/vendor/illuminate/view/Engines/CompilerEngine.php, line 59
Illuminate\View\View::getContents() - ROOT/vendor/illuminate/view/View.php, line 142
Illuminate\View\View::renderContents() - ROOT/vendor/illuminate/view/View.php, line 125
Illuminate\View\View::render() - ROOT/vendor/illuminate/view/View.php, line 90
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 101
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36</pre></div></pre><br />
<b>Warning</b>: file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 1863 bytes written, possibly out of free disk space in <b>/home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php</b> on line <b>133</b><br />
'
$outputPath = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/Rendered/'
$filename = 'document'
$outputFormat = 'pdf'
$configuration = object(DocRaptor\Configuration) {
[protected] apiKeys => []
[protected] apiKeyPrefixes => []
[protected] accessToken => ''
[protected] username => 'urQpPJkNpOvZOPhj3DE'
[protected] password => ''
[protected] defaultHeaders => []
[protected] host => 'https://docraptor.com'
[protected] curlTimeout => (int) 0
[protected] curlConnectTimeout => (int) 0
[protected] userAgent => 'PHP-Swagger/1.3.0'
[protected] debug => false
[protected] debugFile => 'php://output'
[protected] tempFolderPath => '/tmp'
[protected] sslVerification => true
[protected] proxyHost => null
[protected] proxyPort => null
[protected] proxyType => null
[protected] proxyUser => null
[protected] proxyPassword => null
[protected] allowEncoding => false
[private] defaultConfiguration => object(DocRaptor\Configuration) {}
}
$docRaptor = object(DocRaptor\DocApi) {
[protected] apiClient => object(DocRaptor\ApiClient) {}
}
$doc = object(DocRaptor\Doc) {
[protected] swaggerModelName => 'Doc'
[protected] swaggerTypes => [
'pipeline' => 'string',
'name' => 'string',
'document_type' => 'string',
'document_content' => 'string',
'document_url' => 'string',
'test' => 'bool',
'strict' => 'string',
'ignore_resource_errors' => 'bool',
'ignore_console_messages' => 'bool',
'tag' => 'string',
'help' => 'bool',
'javascript' => 'bool',
'referrer' => 'string',
'callback_url' => 'string',
'prince_options' => '\DocRaptor\PrinceOptions'
]
[protected] swaggerFormats => [
'pipeline' => null,
'name' => null,
'document_type' => null,
'document_content' => null,
'document_url' => null,
'test' => null,
'strict' => null,
'ignore_resource_errors' => null,
'ignore_console_messages' => null,
'tag' => null,
'help' => null,
'javascript' => null,
'referrer' => null,
'callback_url' => null,
'prince_options' => null
]
[protected] attributeMap => [
'pipeline' => 'pipeline',
'name' => 'name',
'document_type' => 'document_type',
'document_content' => 'document_content',
'document_url' => 'document_url',
'test' => 'test',
'strict' => 'strict',
'ignore_resource_errors' => 'ignore_resource_errors',
'ignore_console_messages' => 'ignore_console_messages',
'tag' => 'tag',
'help' => 'help',
'javascript' => 'javascript',
'referrer' => 'referrer',
'callback_url' => 'callback_url',
'prince_options' => 'prince_options'
]
[protected] setters => [
'pipeline' => 'setPipeline',
'name' => 'setName',
'document_type' => 'setDocumentType',
'document_content' => 'setDocumentContent',
'document_url' => 'setDocumentUrl',
'test' => 'setTest',
'strict' => 'setStrict',
'ignore_resource_errors' => 'setIgnoreResourceErrors',
'ignore_console_messages' => 'setIgnoreConsoleMessages',
'tag' => 'setTag',
'help' => 'setHelp',
'javascript' => 'setJavascript',
'referrer' => 'setReferrer',
'callback_url' => 'setCallbackUrl',
'prince_options' => 'setPrinceOptions'
]
[protected] getters => [
'pipeline' => 'getPipeline',
'name' => 'getName',
'document_type' => 'getDocumentType',
'document_content' => 'getDocumentContent',
'document_url' => 'getDocumentUrl',
'test' => 'getTest',
'strict' => 'getStrict',
'ignore_resource_errors' => 'getIgnoreResourceErrors',
'ignore_console_messages' => 'getIgnoreConsoleMessages',
'tag' => 'getTag',
'help' => 'getHelp',
'javascript' => 'getJavascript',
'referrer' => 'getReferrer',
'callback_url' => 'getCallbackUrl',
'prince_options' => 'getPrinceOptions'
]
[protected] container => [
'pipeline' => '8',
'name' => 'document.pdf',
'document_type' => 'pdf',
'document_content' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-trace').style.display = (document.getElementById('cakeErr67a5b56b199f7-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: include(/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php) [<a href='https://secure.php.net/function.include'>function.include</a>]: failed to open stream: No such file or directory [<b>ROOT/vendor/illuminate/view/Engines/PhpEngine.php</b>, line <b>43</b>]<div id="cakeErr67a5b56b199f7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-code').style.display = (document.getElementById('cakeErr67a5b56b199f7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b199f7-context').style.display = (document.getElementById('cakeErr67a5b56b199f7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67a5b56b199f7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// an exception is thrown. This prevents any partial views from leaking.</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$__path</span><span style="color: #007700">;</span></span></code></pre><pre id="cakeErr67a5b56b199f7-context" class="cake-context" style="display: none;">$__path = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php'
$__data = [
'__env' => object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
[maximum depth reached]
]
[protected] extensions => [
[maximum depth reached]
]
[protected] composers => [[maximum depth reached]]
[protected] renderCount => (int) 1
[protected] componentStack => [[maximum depth reached]]
[protected] componentData => [[maximum depth reached]]
[protected] slots => [[maximum depth reached]]
[protected] slotStack => [[maximum depth reached]]
[protected] sections => [[maximum depth reached]]
[protected] sectionStack => [[maximum depth reached]]
[protected] parentPlaceholder => [[maximum depth reached]]
[protected] loopsStack => [[maximum depth reached]]
[protected] pushes => [[maximum depth reached]]
[protected] prepends => [[maximum depth reached]]
[protected] pushStack => [[maximum depth reached]]
[protected] translationReplacements => [[maximum depth reached]]
},
'context' => object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
[maximum depth reached]
]
[private] vars => [[maximum depth reached]]
},
'section' => object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
[maximum depth reached]
]
},
'serverRoot' => 'https://advini-wim.wine-logics.com'
]
$obLevel = (int) 1
$__env = object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
'__env' => object(Illuminate\View\Factory) {}
]
[protected] extensions => [
'blade.php' => 'blade',
'php' => 'php',
'css' => 'file'
]
[protected] composers => []
[protected] renderCount => (int) 1
[protected] componentStack => []
[protected] componentData => []
[protected] slots => []
[protected] slotStack => []
[protected] sections => []
[protected] sectionStack => []
[protected] parentPlaceholder => []
[protected] loopsStack => []
[protected] pushes => []
[protected] prepends => []
[protected] pushStack => []
[protected] translationReplacements => []
}
$context = object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
[private] vars => []
}
$section = object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
}
$serverRoot = 'https://advini-wim.wine-logics.com'</pre><pre class="stack-trace">include - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\PhpEngine::evaluatePath() - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\CompilerEngine::get() - ROOT/vendor/illuminate/view/Engines/CompilerEngine.php, line 59
Illuminate\View\View::getContents() - ROOT/vendor/illuminate/view/View.php, line 142
Illuminate\View\View::renderContents() - ROOT/vendor/illuminate/view/View.php, line 125
Illuminate\View\View::render() - ROOT/vendor/illuminate/view/View.php, line 90
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 101
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36</pre></div></pre><br />
<b>Warning</b>: file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 1846 bytes written, possibly out of free disk space in <b>/home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php</b> on line <b>133</b><br />
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-trace').style.display = (document.getElementById('cakeErr67a5b56b19ee7-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: include() [<a href='https://secure.php.net/function.include'>function.include</a>]: Failed opening '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php' for inclusion (include_path='.:/usr/share/php') [<b>ROOT/vendor/illuminate/view/Engines/PhpEngine.php</b>, line <b>43</b>]<div id="cakeErr67a5b56b19ee7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-code').style.display = (document.getElementById('cakeErr67a5b56b19ee7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67a5b56b19ee7-context').style.display = (document.getElementById('cakeErr67a5b56b19ee7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67a5b56b19ee7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// an exception is thrown. This prevents any partial views from leaking.</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$__path</span><span style="color: #007700">;</span></span></code></pre><pre id="cakeErr67a5b56b19ee7-context" class="cake-context" style="display: none;">$__path = '/home/adviniwim/awim/app/src/Template/DocumentBuilder/_tmp/Cache//ecdc10a757d764b911554004f4e64ae46d45c78d.php'
$__data = [
'__env' => object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
[maximum depth reached]
]
[protected] extensions => [
[maximum depth reached]
]
[protected] composers => [[maximum depth reached]]
[protected] renderCount => (int) 1
[protected] componentStack => [[maximum depth reached]]
[protected] componentData => [[maximum depth reached]]
[protected] slots => [[maximum depth reached]]
[protected] slotStack => [[maximum depth reached]]
[protected] sections => [[maximum depth reached]]
[protected] sectionStack => [[maximum depth reached]]
[protected] parentPlaceholder => [[maximum depth reached]]
[protected] loopsStack => [[maximum depth reached]]
[protected] pushes => [[maximum depth reached]]
[protected] prepends => [[maximum depth reached]]
[protected] pushStack => [[maximum depth reached]]
[protected] translationReplacements => [[maximum depth reached]]
},
'context' => object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
[maximum depth reached]
]
[private] vars => [[maximum depth reached]]
},
'section' => object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
[maximum depth reached]
]
},
'serverRoot' => 'https://advini-wim.wine-logics.com'
]
$obLevel = (int) 1
$__env = object(Illuminate\View\Factory) {
[protected] engines => object(Illuminate\View\Engines\EngineResolver) {}
[protected] finder => object(Illuminate\View\FileViewFinder) {}
[protected] events => object(Illuminate\Events\Dispatcher) {}
[protected] container => object(Illuminate\Container\Container) {}
[protected] shared => [
'__env' => object(Illuminate\View\Factory) {}
]
[protected] extensions => [
'blade.php' => 'blade',
'php' => 'php',
'css' => 'file'
]
[protected] composers => []
[protected] renderCount => (int) 1
[protected] componentStack => []
[protected] componentData => []
[protected] slots => []
[protected] slotStack => []
[protected] sections => []
[protected] sectionStack => []
[protected] parentPlaceholder => []
[protected] loopsStack => []
[protected] pushes => []
[protected] prepends => []
[protected] pushStack => []
[protected] translationReplacements => []
}
$context = object(App\Lib\CompositeView) {
SectionsTable => object(App\Model\Table\SectionsTable) {}
[private] nodes => object(QueryPath\DOMQuery) {}
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
[private] vars => []
}
$section = object(App\Lib\CompositeViewSection) {
id => '43366'
context => object(App\Lib\CompositeView) {}
[private] node => object(QueryPath\DOMQuery) {}
[private] rubric => 'CM'
[private] rubrics => [
(int) 0 => 'EV',
(int) 1 => 'DOM',
(int) 2 => 'PROD',
(int) 3 => 'MARQ',
(int) 4 => 'CNM',
(int) 5 => 'CM',
(int) 6 => 'ART'
]
}
$serverRoot = 'https://advini-wim.wine-logics.com'</pre><pre class="stack-trace">include - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\PhpEngine::evaluatePath() - ROOT/vendor/illuminate/view/Engines/PhpEngine.php, line 43
Illuminate\View\Engines\CompilerEngine::get() - ROOT/vendor/illuminate/view/Engines/CompilerEngine.php, line 59
Illuminate\View\View::getContents() - ROOT/vendor/illuminate/view/View.php, line 142
Illuminate\View\View::renderContents() - ROOT/vendor/illuminate/view/View.php, line 125
Illuminate\View\View::render() - ROOT/vendor/illuminate/view/View.php, line 90
App\Lib\DocumentBuilder::renderBladeTemplate() - APP/Lib/DocumentBuilder.php, line 101
App\Lib\DocumentBuilder::render() - APP/Lib/DocumentBuilder.php, line 153
App\Lib\DocumentBuilder::buildDocument2() - APP/Lib/DocumentBuilder.php, line 332
App\Controller\SectionsController::renderTemplate() - APP/Controller/SectionsController.php, line 377
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36</pre></div></pre><br />
<b>Warning</b>: file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 1863 bytes written, possibly out of free disk space in <b>/home/adviniwim/awim/app/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php</b> on line <b>133</b><br />
',
'document_url' => null,
'test' => false,
'strict' => 'none',
'ignore_resource_errors' => true,
'ignore_console_messages' => false,
'tag' => null,
'help' => false,
'javascript' => false,
'referrer' => null,
'callback_url' => null,
'prince_options' => null
]
}
$response = '%PDF-1.5
%����
1 0 obj
<</Type /Catalog
/Pages 2 0 R>>
endobj
2 0 obj
<</Type /Pages
/Kids [3 0 R]
/Count 1>>
endobj
4 0 obj
<</Length 5 0 R
/Filter /FlateDecode>>
stream
x����n�@��y��3��=���V���I��j��R/�("��Fy�8�@����0�x����ُb
D��}|�hQ,4��֒bs�Ĝ m,F����n��-�X�b����yh�����e��4IWS4�i���u~r��.c+�Ũ X�|9ݥo̢U?�^��g(I�u��M�lc��J��6����sR��M��+C>dA�1iuV'������Ć���+��U�Z3&��TD�(��B!�q��)�ZG�6� ��ű���D'����rFHi��0�Q���DuTI��{���q���3��ڄ��P���)�aE�]V��73�%Ce�(��(+P�&���-��h����hf�?�/t|��S�uͷSϭA3\���d�@6k}_�uudi�(�6ts�KD��}�XJ ���KX,�+�t���a�{I�����#�r��2Z�^��|aÜ���;DQ!� ���*S��"� �;�ge�\� ��Ƭ�_VWp�Q��.��n��L�T�~``��-+��d<�'o�/��YA��^v��|�V�<]%�!�r�A Kșl
^@��x��}gLcGh58;~��5��ˤ��d��˿ߎ��X
9�]{!��u�]��M���]_8�]scތ9-d�^l�Ӱ�M�/U'-T9�Ms���-�2Z���r��O&xF� e��4�"o@�G��8����Әg �.�R �=� �� T�� (]�]ɜ ؗ�{ Jű��E �= �Cٓ �
��
endstream
endobj
5 0 obj
784
endobj
11 0 obj
<</Length 12 0 R
/Filter /FlateDecode
/N 3>>
stream
x��Vy<�k~��}�͐�طF�0Ⱦ��N�13�`̠�&�p"I�9:tZ��"-ڎҦ������"���}���]����{��~��~�x/ �c ���H��ƈ��f��E���4���LJso�������wa-�n_���Վ��?B�����<P�6=�](�dž���>