-
Notifications
You must be signed in to change notification settings - Fork 666
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
2.3.4 yields 'Not Acceptable' errors with new files, but problem does not occur with version 2.2.4 #6171
Comments
Hey @isaacgerg, it's highly unlikely that the issue is related to your client version; by what I can read in your server logs:
... and considering you're using a shared hoster (i.e. hostmonster.com) there's more chances that the problem has to do with the DB infrastructure your hoster provides. Something that changed sensibly from version 2.2.4 to 2.3.* is the use of the new chunking algorithm (#4019) if the server reports it - can you give a try switching the |
@SamuAlfageme I uninstalled 2.2.4 and then installed 2.3.4. I verified that the file did not upload. Then, I quit the client, set OWNCLOUD_CHUNKING_NG to 0, and then restarted the client. The file uploaded successfully. Thank you for the help. Do you have an idea what I should adjust on my server so that I don't have to put in this hack? I'll let you close this issue unless you have any more tests for me to run. |
@isaacgerg cool, I'm glad it works out @DeepDiver1975 I know shared hosters are not supported; but, for any server with flaky DB-connection, is there any way chunking-ng could be linked to these issues and potentially disabled in core (once the server switches the capability, client will use the old chunking in next restart) upon these kind of failures? |
@SamuAlfageme I don't think we can really do so much for shared hoster setups that make the core behave in bizantine ways. |
Expected behaviour
New files should upload successfully
Actual behaviour
I get 2 errors now starting with version 2.3.4.8624, one file continually gives me Not Acceptable errors in the GUI and the other files will not upload and the log returns the error.
and
Desktop\MyDrive,Error downloading http://owncloud.gggggg.com/remote.php/webdav/2005/dump/bookmarks.bak - server replied: Not Acceptable
Steps to reproduce
Server configuration
Operating system: linux
Web server: hostmonster.com
Database: mysql
PHP version: 5.6
ownCloud version:
Storage backend (external storage): none
Client configuration
Client version: 2.3.4.8624
Operating system: Windows 7 home
OS language: unknown
The text was updated successfully, but these errors were encountered: