3028: Unable to post review using firefox.
- SetupIssue
- Review Board
gerald.w********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Aug. 7, 2013 |
What version are you running? 1.7.11 & version 1.6.13 What's the URL of the page containing the problem? Posting a review http://myreviewboard.com/reviewboard/r/2/# What steps will reproduce the problem? 1. posted a draft review using rbt tools 2. login to reviewboard with firefox 3. publish the review, or try and add a file. What is the expected output? What do you see instead? review is expected to be published. Error: Error Code: 0 Error Text: error Request URL: http://myreviewboard.com:9680/reviewboard/api/review-requests/2/file-attachments/ Request Data: (none) Information from Web Console on FireFox. Publish Review Attempt Error Code: 0 Error Text: error Request URL: http://myreviewboard.com:9680/reviewboard/api/review-requests/2/draft/ Request Data: public=1 What operating system are you using? What browser? Linux & Windows same issue Firefox V21.0 Please provide any additional information below. Issue doesn't seem to occur in IE9 on windows.. -- [09:46:49.355] OPTIONS http://myreviewboard.com:9680/reviewboard/api/review-requests/2/draft/ [HTTP/1.1 405 METHOD NOT ALLOWED 18ms]
What version of firefox? Are you seeing an error in the web UI? Can you get detailed error information either from the pop-up in the UI or from the reviewboard log file?
-
+ NeedInfo
As I stated in the origional post What operating system are you using? What browser? Linux & Windows same issue Firefox V21.0 Windows Firefox V21.0 Linux Firefox V21.0 Also now also tested on Windows Firefox V22.00 same issue still exists.
And to repeat all the information that's available is a full page popup stating as I stated already :- review is expected to be published. Error: Error Code: 0 Error Text: error Request URL: http://myreviewboard.com:9680/reviewboard/api/review-requests/2/file-attachments/ Request Data: (none) Information from Web Console on FireFox. Publish Review Attempt Error Code: 0 Error Text: error Request URL: http://myreviewboard.com:9680/reviewboard/api/review-requests/2/draft/ Request Data: public=1 [09:46:49.355] OPTIONS http://myreviewboard.com:9680/reviewboard/api/review-requests/2/draft/ [HTTP/1.1 405 METHOD NOT ALLOWED 18ms] This is a bitnami install of reviewboard, and the page for the log server configuration seems to be missing and asking for a login, even though admin is logged in.
Fixed it: We have a bitnami installation of reviewboard, and from the main apache configuration we redirect to the port based installation for bitnami.. ie. www.server.com\reviewboard -> www.server.com:9080\reviewboard In reviewboard I setup the site domain name as www.server.com:9080, because this was the real site.. But this appears to have been the issue. This worked fine in IE, but caused Firefox to report an error in the gui only when you tried to publish a draft review.