-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
File Upload stucks at "a few seconds" for a file size of just 290KB #10937
Comments
For anyone else having this problem, just add these to your nextcloud nginx config
|
HI gaining, I am using nextcloud with apache server, any help on that. I get below error in nexcloud.log while trying to upload, Fatal | webdav | Sabre\DAV\Exception\BadRequest: expected filesize 780831 got 0 | 2018-09-05T11:19:20+0530 |
Now getting error while uploading but there is 778GB space free on the drive |
@deepakpatiyal looks like you may have write issues. Make sure that the place you're storing your data is owned by |
I had a similar issue (with the same error message) because a quota defined for www-data. |
@gaining I have reconfirmed the write permissions to the folders. I am facing aver strange issue that is if i try to upload a specific image or pdf file from my system ith shows the error as above and at the same time if I upload any other file it gets uploaded instantly. This is a very weird situation as some files are getting uploaded and some dosn't. And which fails to upload in first attempt will never get uploaded even trying for days. |
As this seems to be a setup issue I would like to ask you to raise your question in the forums: https://help.nextcloud.com If you wish support with setup issues from Nextcloud GmbH we offer this as part of the Nextcloud subscription. Learn more about this at https://nextcloud.com/enterprise/ |
Steps to reproduce
Expected behaviour
File should upload normaly
Actual behaviour
File doesn't uploads but stucks at "a few seconds"
Server configuration
Operating system: CentOS 6.5 64 bit
Web server: Apache/2.2.15 (Unix)
Database: PostgreSQL 13.0.5.2
PHP version: 5.6
Nextcloud version: 13.5
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: from NextCloud site
Signing status:
Signing status
List of activated apps:
App list
Enabled:
Disabled:
Nextcloud configuration:
Config report
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apcu.so' - /usr/lib64/php/modules/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php-zts/modules/pgsql.so' - /usr/lib64/php-zts/modules/pgsql.so: undefined symbol: executor_globals_id in Unknown on line 0
PHP Warning: Module 'pgsql' already loaded in Unknown on line 0
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "ldap" namespace.
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
Insert your Nextcloud log here
303
GET
/index.php/apps/files/?dir=/&fileid=7
cloud.centexexports.com
document
html
39.37 KB
38.39 KB
→ 220 ms
200
GET
/index.php/apps/files/?dir=/
cloud.centexexports.com
document
html
39.35 KB
38.39 KB
→ 418 ms
200
GET
part.results.html
cloud.centexexports.com
xhr
html
566 B
208 B
→ 30 ms
413
PUT
10084547-20180601.pdf
cloud.centexexports.com
xhr
html
920 B
591 B
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: