-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
owncloud app upload issue #11729
Comments
we need a full bug report using our issue template please. Thanks |
The issue template is here: https://raw.githubusercontent.com/owncloud/core/master/issue_template.md |
Expected behaviourEverything is working fine except the uploading from owncloud app. You check the process that is starting but after some % it fails. Actual behaviourEverything is working fine except the uploading from owncloud app. You check the process that is starting but after some % it fails. Server configurationWeb server: Database: PHP version: ownCloud version: (see ownCloud admin page) The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/... Are you using encryption: yes/no Client configurationBrowser: Operating system: LogsWeb server error log
Insert your browser log here, this could for example include: a) The javascript console log
|
You can get the php version by typing There are some suspicious syntax errors in the log, maybe your PHP version is outdated. |
I noticed that the issue is with the size of the files. I tried some kb and it worked. I think over 1 mb is not working. I will check also the php version but can i type the command under nas4free? update : also i am getting the error request entity too large. |
finally i found the issue it was the path of the upload directory of the webserver. I didn't have permissions to this maybe. I changed it to the default path. Thank you for the assistance anyway. |
just one more question if you know. How i can change the maximum upload limit? Now its 512mb i found something under .htaccess but i think on the owncloud plugin i have to change it also somewhere else.. |
i changed from both .htaccess and php.ini. i tried 1900M but still i see there 513mb limit. |
Maybe nas4free is bundled with nginx instead of Apache ? Have you tried the nginx settings instead ? |
Hello, i am trying to upload files from owncloud app but its getting failed. Everything else is working fine. Uploading from computer client etc. Do you have any idea? I can post also the logs if you want. Thank you in advance.
The text was updated successfully, but these errors were encountered: