Notice (8): Undefined index: HTTP_ACCEPT_LANGUAGE [APP/Controller/AppController.php, line 49]Code Context $current_url = Router::url();
//print_r($current_url);
$lang = strtoupper(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2));
$current_url = '/FileDownload/getFile/378/Stranska.pdf/'
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 49
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1591 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_menu_tree' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_menu_tree'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'menu_tree'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'parent_id' => [
[maximum depth reached]
],
'lft' => [
[maximum depth reached]
],
'rght' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'description' => [
[maximum depth reached]
],
'url' => [
[maximum depth reached]
],
'template' => [
[maximum depth reached]
],
'header_text' => [
[maximum depth reached]
],
'header_image' => [
[maximum depth reached]
],
'article_id' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'parent_id' => 'integer',
'lft' => 'integer',
'rght' => 'integer',
'name' => 'string',
'description' => 'string',
'url' => 'string',
'template' => 'string',
'header_text' => 'string',
'header_image' => 'string',
'article_id' => 'integer'
]
[protected] _indexes => [
'url' => [
[maximum depth reached]
]
]
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_czech_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) 436,
'path' => '/var/www/www-uk-public/www-uk-public/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\AppController::initialize() - APP/Controller/AppController.php, line 77
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 2151 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_final_works_files' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_final_works_files'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'final_works_files'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'final_work_id' => [
[maximum depth reached]
],
'file_name' => [
[maximum depth reached]
],
'file_description' => [
[maximum depth reached]
],
'file_type' => [
[maximum depth reached]
],
'file_size' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'final_work_id' => 'integer',
'file_name' => 'string',
'file_description' => 'string',
'file_type' => 'string',
'file_size' => 'integer'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_czech_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) 436,
'path' => '/var/www/www-uk-public/www-uk-public/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\Table::get() - CORE/src/ORM/Table.php, line 1393
App\Controller\FileDownloadController::getFile() - APP/Controller/FileDownloadController.php, line 23
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\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1994 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Error/Debugger.php line=822 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context $message = "Unable to emit headers. Headers sent in file=$file line=$line";
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/pdf',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Accept-Ranges' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
]
],
'file' => object(Cake\Filesystem\File) {},
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => '%PDF-1.6
%����
170 0 obj
<</Linearized 1/L 5859930/O 172/E 209833/N 37/T 5856482/H [ 596 444]>>
endobj
xref
170 15
0000000016 00000 n
0000001040 00000 n
0000001106 00000 n
0000001400 00000 n
0000001469 00000 n
0000001530 00000 n
0000028069 00000 n
0000055149 00000 n
0000081049 00000 n
0000107226 00000 n
0000132968 00000 n
0000159348 00000 n
0000184171 00000 n
0000209732 00000 n
0000000596 00000 n
trailer
<</Size 185/Prev 5856470/Root 171 0 R/Info 169 0 R/ID[<FC96575C61E5E3159372238E1A8D9E81><DBC5FC0B2F127C4490196822CD877F05>]>>
startxref
0
%%EOF
184 0 obj
<</Length 361/Filter/FlateDecode/I 480/S 395>>stream
x�b```�i��L� �ea� sY9�8:9�:6��<��00�I400�]a`�གྷ���Sw�u��#{��/��
{+sw��-/��%\�~�!x�[좳AE�Jk��(�R�%Yeɗ������ڳ�@������������
�(E�l�L:"��Ბ5��ȅ5@���%��BqR��SX�Ѵ��<z���:Z�AJ���K�O`h� �6����Gttt �
@��[H ��
�SA�Zy�S"�v��A�������VZfJ <;�����&�W�
��f00%��ba�`P*v`(`tP���J��(C ��/ o�~
endstream
endobj
171 0 obj
<</Metadata 168 0 R/Pages 167 0 R/Type/Catalog>>
endobj
172 0 obj
<</CropBox[0.0 0.0 595.276 841.89]/Parent 167 0 R/Contents[175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R]/Rotate 0/MediaBox[0.0 0.0 595.276 841.89]/TrimBox[0.0 0.0 595.276 841.89]/Resources<</ColorSpace<</CS0 173 0 R>>/ExtGState<</GS0 174 0 R>>>>/Type/Page>>
endobj
173 0 obj
[/Separation/PANTONE#202593#20C/DeviceCMYK 183 0 R]
endobj
174 0 obj
<</OPM 0/OP false/op false/Type/ExtGState>>
endobj
175 0 obj
<</Length 26466/Filter/FlateDecode>>stream
H�lWI�$9��+��-���s��8L2��1#)�=��@"L���q�����+�^�����_�����?,$��ל��Y_]�����_~�ꕲ�r�r��/���ql(�}�k�دvuɯr�T��U�l�/�b���V�K�o�vI^���|��H��xr���J�`�C���lm���Je:�x�_��W��e�P��G��WV|[�(Lr,����:�/�&�Щ v��&��FB<�:�I�����^`�k������J�%zI7eadHX��(� �
��2�v�a\�Ω�e�0b���=ӈ嚸:_Y�f�1�8-y��*���7H��T�M�Ss�`�Iwg1s3&4Y �MK_@��o��aܚ��*#���@����<�J;�2z�AS�~���t�ς��s�� �'L
"f3����1]��Y�70���f�m�źo��]��d�a
�t�Y�n@\�����d��҉y 3_ k������6�
FF_ ��%�_aT��m҂
��
Y�$&H
�W��Ǡ��R���Z���l� ��*�1��4J(���a��
�d�m��Ю����n��}�AA*���r�F��Ƈ\��frn�n�C��a�lX,F���Z�ZZ�"7UD�����W̥Mi�`�E��Hc¢!�Y��HM}_�p�H&