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

process.php returns content length of zero, causing error #209

Closed
bagofarms opened this issue Jan 4, 2017 · 0 comments · Fixed by #210
Closed

process.php returns content length of zero, causing error #209

bagofarms opened this issue Jan 4, 2017 · 0 comments · Fixed by #210
Assignees
Labels

Comments

@bagofarms
Copy link
Member

this JavaScript error occurs after using UFIXIT:

Uncaught SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at Object.success (default.js?cachebuster=1483561097:409)
    at j (jquery-2.1.1.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js:2)
    at x (jquery-2.1.1.min.js:4)
    at XMLHttpRequest.<anonymous> (jquery-2.1.1.min.js:4)

This has been traced back to process.php returning content with a length of zero. Here are the headers process.php returns:

HTTP/1.1 200 OK
Connection: keep-alive
Date: Wed, 04 Jan 2017 20:18:45 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Via: 1.1 vegur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant