Re: post-review login issue

2009-09-23 Thread Christian Hammond
Strange. This is not an issue I've seen before. I can't tell if the error is just overly escaping the \ or if the filename is invalid. Do you know exactly what line is causing that error in the code? Christian -- Christian Hammond - chip...@chipx86.com Review Board -

404 when adding line comment

2009-09-23 Thread Pv
I just got Review Board up and running today using Apache+mod_python +memcache on Windows (py25). First question: Is this the right group to post a question to? :) Things seem to work fairly smoothly, but when I try to save a comment to a line of code in a diff I get a 404 at the top of the

Re: 404 when adding line comment

2009-09-23 Thread Christian Hammond
Hi, Yep, this is the right mailing list. So first of all, did you mean to install the in-development version? That's perfectly fine, but I want to make sure. Was the review request published? Or did you leave a comment on the diff before publishing the review request? That will cause this.

Re: 404 when adding line comment

2009-09-23 Thread Pv
Yes, I meant to install and try out the dev version. The review was still a draft and had not been published. I published the review and could make a comment fine. I did a quick discussion search for 404 (and related), but did not see anything. Also interesting, when I had the review in draft

Re: post-review login issue

2009-09-23 Thread Hui Lin
I resolved the patch issue by running Apache as a normal Windows application, not a service. Not sure exactly why, but suspect that the different user accounts for running Windows services (SYSTEM) and running user applications (Current User Login) may be the reason. Now diff view is working

Re: post-review login issue

2009-09-23 Thread Christian Hammond
Ahh, that very well may be. Glad it's finally working though. Most of our development and testing is done on Linux. Some of our dependencies are hard to install on Windows, and there's some other gotchas like this that we're still only finding out about. I'm personally hoping to find someone who