Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks a lot for your help. I changed settings_local.py file and 000-default to indicate root is "/" rather than "/reviews" Then it is working fine. Thanks, -Jes On Thu, Sep 4, 2014 at 2:50 AM, Christian Hammond wrote: > In your settings_local.py file, try changing: > > SITE_ROOT = ‘/revie

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
In your settings_local.py file, try changing:     SITE_ROOT = ‘/reviews/‘ to:     SITE_ROOT = ‘/’ Then restart Apache, and see if things are working as you’d expect. - Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks Christian, it is working, when I manually add additional /reviews in the url. I could able to login with admin. But after login again, it is showing as page does not exist. When I add additional /reviews in the dashboard, then it works. http://localhost/reviews/reviews/dashboard/ Here I adde

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
Just to try something.. What happens if you go to http://localhost/reviews/reviews/account/login/ ? - Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On September 3, 2014 at 1:59:37 PM, Jes Kiran

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
When you say the “main screen,” you mean the one saying “The page you were looking for does not exist” ? I’m afraid I still don’t have a good enough mental picture of exactly what you are seeing and what goes wrong. There’s enough working to show error pages and to show styles and images. If yo

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks for reply. No url is working. It just displays the main screen. Main screen url is hostname/reviews Even while displaying the main screen also it shows as 404 error but displays images. I am using default file in the apache sites-enabled directory. Thanks, Jes. On 4 Sep 2014 01:26, "Christia

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
Hi, Sorry, been out the past week. I’m a little confused by what the actual problem is that you’re hitting. Initially, with the first screenshot, I thought it was a static media problem (since it didn’t look like there’s any styling on the page). The second screenshot you provided shows that t

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Any update? Thanks, Jrd On Mon, Sep 1, 2014 at 1:51 PM, Jes Kiran Ch wrote: > Could you pls. provide resolution for this? > I uploaded html file. > Our project is stuck with this issue. > > Thanks for your help. > > - Jes > > > On Wed, Aug 27, 2014 at 8:06 PM, Jes Kiran Ch > wrote: > >> Thank

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-01 Thread Jes Kiran Ch
Could you pls. provide resolution for this? I uploaded html file. Our project is stuck with this issue. Thanks for your help. - Jes On Wed, Aug 27, 2014 at 8:06 PM, Jes Kiran Ch wrote: > Thanks for quick reply. > Pls, find html file. > > Thanks, > Jes. > > > > On Wed, Aug 27, 2014 at 3:47 PM,

Re: ReviewBoard main screen not redirecting to login/register screen

2014-08-27 Thread Jes Kiran Ch
Thanks for quick reply. Pls, find html file. Thanks, Jes. On Wed, Aug 27, 2014 at 3:47 PM, Christian Hammond wrote: > I’ll need the HTML file sent by the server, not the screenshot. > > It’s 3AM where I am, so there won’t be a response until tomorrow, my time. > > Christian > > -- > Christian

Re: ReviewBoard main screen not redirecting to login/register screen

2014-08-27 Thread Christian Hammond
I’ll need the HTML file sent by the server, not the screenshot. It’s 3AM where I am, so there won’t be a response until tomorrow, my time. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On August 27,

Re: ReviewBoard main screen not redirecting to login/register screen

2014-08-27 Thread Jes Kiran Ch
Thanks for response. Pls. find the files in the directory /var/www/html/reviews.localhost/htdocs/static/rb/css /var/www/html/reviews.localhost/htdocs/static/rb/css# ls admin.af1e57e50520.css common.min.css dndUploader.fead88c69081.css js-tests.css reviews.css admin.cded2d29a0a5.

Re: ReviewBoard main screen not redirecting to login/register screen

2014-08-26 Thread Christian Hammond
You shouldn’t have shared your password or SECRET_KEY with us. You’ll need to change those. It looks like the media files just aren’t being served. Can you show me two things: 1) A directory listing of /var/www/html/reviews.localhost/htdocs/static/rb/css/ 2) Attach the HTML for the page in the

Re: ReviewBoard main screen not redirecting to login/register screen

2014-08-26 Thread ch . jeskiran
000-default file: ServerName localhost DocumentRoot "/var/www/html/reviews.localhost/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/reviews" "/var/www/html/reviews.localhost/htdocs/reviewb

ReviewBoard main screen not redirecting to login/register screen

2014-08-26 Thread ch . jeskiran
Installed ReviewBoard 2.0.6 with mysql and apache2. when reviewboard conf file is copied to /etc/apache2/sites-available and a symbolic link/etc/apache2/sites-enabled had not showing the screen with mozilla. Henceappened reviewboard conf content to default apache conf file(000-default). IT show