We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See issue owncloud/core#38378
Sending no Content-Type in a POST can result in a 500 "internal server error" with traceback like:
Exception: explode() expects parameter 2 to be string, null given: { \"Exception\":\"TypeError\",\"Message\":\"explode() expects parameter 2 to be string, null given\",\"Code\":0,\"Trace\":\" #0 \\/home\\/dipakacharya\\/www\\/core\\/lib\\/composer\\/sabre\\/dav\\/lib\\/DAV\\/Browser\\/Plugin.php(160): explode()
If the Content-Type is not specified (null) then the explode() explodes!
explode()
The text was updated successfully, but these errors were encountered:
Fixed by #1325 And fixes owncloud/core issue owncloud/core#38378
owncloud/core
Sorry, something went wrong.
phil-davis
No branches or pull requests
See issue owncloud/core#38378
Sending no Content-Type in a POST can result in a 500 "internal server error" with traceback like:
If the Content-Type is not specified (null) then the
explode()
explodes!The text was updated successfully, but these errors were encountered: