Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Warning: file_get_contents(): Filename cannot be empty in /var/www/html/lib/BagitManager.class.php on line 85 #3

Open
dfriedenberger opened this issue Nov 1, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dfriedenberger
Copy link
Owner

dfriedenberger commented Nov 1, 2019

file_put_contents('php://stderr', print_r($_POST, TRUE));
file_put_contents('php://stderr', print_r($_FILES, TRUE));
Array
(
[repository] => default
[tempname] => tsfpifqqpq.mp4
)
Array
(
[data] => Array
(
[name] => xx2.bin
[type] =>
[tmp_name] =>
[error] => 1
[size] => 0
)

)
Fehler 1 = Uploadsize > 2MB
https://www.php.net/manual/de/features.file-upload.errors.php

@dfriedenberger dfriedenberger added the bug Something isn't working label Nov 1, 2019
@dfriedenberger dfriedenberger self-assigned this Nov 1, 2019
@dfriedenberger dfriedenberger changed the title Upload size maximal 2MB PHP Warning: file_get_contents(): Filename cannot be empty in /var/www/html/lib/BagitManager.class.php on line 85 Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant