Re: SCMError: Unable to open an ra_local session to URL

2009-07-02 Thread joseph.pnc
I realized I had to add 'apache' into my svn group. And it's working now. But is this safe? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googleg

Re: SCMError: Unable to open an ra_local session to URL

2009-07-02 Thread joseph.pnc
To add on, I tried setting Debug to True, but no additional error message was shown. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.c

SCMError: Unable to open an ra_local session to URL

2009-07-02 Thread joseph.pnc
Hi all I'm facing this strange problem. Hope some of you could lend some help :-) Review request was submitted successfully. But when I tried to view diff, it gave me this error: Unable to open an ra_local session to URL Unable to open repository 'file:///var/svn/cci-repos/cess

Re: (A solution) 404 error when using reviewboard with lighttpd

2009-07-02 Thread joseph.pnc
I think he meant: And this line: "^(/.*)$" => "/reviewboard.fcgi$1", to this: "^(/.*)$" => "/reviewboard.fcgi/$1", i.e adding a slash before '$1'. I tried his solution, it works! --~--~-~--~~~---~--~~ You received this message because you ar

(A solution) 404 error when using reviewboard with lighttpd

2009-06-10 Thread joseph.pnc
Somehow I can't post to existing threa (http://groups.google.com/group/ reviewboard/browse_thread/thread/884db67cd5ca1b83/d495b9947aad884d? lnk=gst&q=joseph+pnc&fwc=2) so I start a new one instead. Another solution offered by Av (avl...@gmail.com). Hopefully someone might find it helpful! Hi Joe

Re: 404 error when using reviewboard with lighttpd

2009-04-11 Thread joseph.pnc
I decided to try running it from ./manage.py command. It works! Still, running under lighttpd has no hope yet. If anyone found a solution, please kindly help. Thanks. Here's the link that help me figure out how to install on my centos server and run through manage.py for whoever may read this thr

Re: 404 error when using reviewboard with lighttpd

2009-04-11 Thread joseph.pnc
Yes, that one above was when it's ''. I updated to "/" and it shows the same error: The current URL, reviewboard.fcgi/, didn't match any of these. Joseph. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard

Re: 404 error when using reviewboard with lighttpd

2009-04-11 Thread joseph.pnc
Thanks so much for putting your efforts into helping me. My lighttpd server is 1.1.2.7 I'm using it with lxadmin. Now I wonder if it could be some conflict with lxadmin configuration. I guess I just got to keep trying.=) --~--~-~--~~~---~--~~ You received this mess

Re: 404 error when using reviewboard with lighttpd

2009-04-11 Thread joseph.pnc
I set it to True, and here's the log: Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order: 1. ^ ^admin/ 2. ^ ^media/(?P.*)$ 3. ^ ^account/ 4. ^ ^api/(?Pjson|xml)/ 5. ^ ^r/ 6. ^ ^reports/ 7. ^ ^dashboard/$ 8. ^ ^users/$ 9.

Re: 404 error when using reviewboard with lighttpd

2009-04-10 Thread joseph.pnc
Hi, Thanks for replying. Yes, I updated it to: FORCE_SCRIPT_NAME = '' But it still hits the same error. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewb

Re: Trouble installing Review Board on lighttpd with fastcgi

2009-04-10 Thread joseph.pnc
Hi Dale I'm encountering exactly the same issue. Have you got a solution?. I've spent many hours without any clue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send emai

404 error when using reviewboard with lighttpd

2009-04-10 Thread joseph.pnc
Hi all I'd really appreciate any kind help. I've spent many hours on this issue and yet to have a solution. I've searched forums (including this) and google. I'm a newbie to reviewboard so please bear with me. Here's my problem I'm running lighttpd and fastcgi. reviewboard can run fine through t