Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3119 by pianisteg: Error publishing draft
http://code.google.com/p/reviewboard/issues/detail?id=3119
*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to [email protected]
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!
What version are you running?
1.7.16
What's the URL of the page containing the problem?
https://rb.myproject.com/r/12/#
What steps will reproduce the problem?
1. Edit draft, setfields values (minimal)
2. Try to publish
3. Error occurred
What is the expected output? What do you see instead?
Expected: published review. Received error...
Error Code: 0
Error Text: error
Request URL: http://rb.myproject.com/api/review-requests/12/last-update/
Request Data: (none)
What operating system are you using? What browser?
Firefox/Chrome — both (Ubuntu)
On server: nginx + rb-site as fastcgi
Please provide any additional information below.
nginx config part:
location /
{
fastcgi_pass 127.0.0.1:3033;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.