Sorry it's my mistake, that one was the HTML output after changing the DEBUG
option to True. What are the changes that i should  make regarding the error
messages in error log file ?


On Thu, Jan 20, 2011 at 8:28 PM, Christian Hammond <chip...@chipx86.com>wrote:

> I think you sent the wrong thing for the settings file. It looks like the
> HTML debug output, but copy/pasted. Make sure it's File -> Save'd, as it
> needs to be complete with all the contained javascript for grabbing stack
> traces.
>
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Jan 20, 2011 at 6:02 PM, Aravind Ayyagari <aayyag...@gmail.com>wrote:
>
>>
>> I am attaching both error log as well as conf/settings_local.py file, can
>> you please point me what i should do next. Thanks a lot for your help.
>>
>>
>> On Wed, Jan 19, 2011 at 11:16 PM, Christian Hammond 
>> <chip...@chipx86.com>wrote:
>>
>>> Check your web server's error log and see if there are any errors there.
>>>
>>> If not, edit your site's conf/settings_local.py file and set DEBUG to
>>> True (capital T). Then restart the web server and try again. You should have
>>> something more useful to help diagnose the problem. If it's not obvious
>>> there, you can e-mail the file (as an attachment, please) and we'll take a
>>> look.
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chip...@chipx86.com
>>>
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Wed, Jan 19, 2011 at 10:45 PM, Aravind <aayyag...@gmail.com> wrote:
>>>
>>>> @ christian - Thank you for ur help. Actually i asked that question
>>>> because i was having a problem opening the site in browser. I was
>>>> getting an error : "Review Board is taking a nap". I thought changing
>>>> the ownership might be the problem, but even after changing the
>>>> ownership it is not working. Can you please help me out on advising me
>>>> some solution ?
>>>>
>>>>
>>>> On Jan 20, 12:26 am, Christian Hammond <chip...@chipx86.com> wrote:
>>>> > Hi Aravind,
>>>> >
>>>> > Actually, let me first advise you not to use SQLite for anything other
>>>> than
>>>> > a very simple test installation. If you do, don't expect to migrate
>>>> the data
>>>> > to another database. SQLite doesn't really scale for any more than a
>>>> couple
>>>> > users. I recommend MySQL or PostgreSQL.
>>>> >
>>>> > What that documentation is saying is that you need to change ownership
>>>> to
>>>> > be, probably, www-data. That's done like:
>>>> >
>>>> >     sudo chown www-data:www-data db
>>>> >
>>>> > chown is used for changing ownership to a user/group. The parameter is
>>>> in
>>>> > user:group format.
>>>> >
>>>> > The username and group will depend on the distro and the username for
>>>> the
>>>> > service, so you'd have to look it up. You can probably figure out
>>>> which one
>>>> > by looking at /etc/passwd.
>>>> >
>>>> > Christian
>>>> >
>>>> > --
>>>> > Christian Hammond - chip...@chipx86.com
>>>> > Review Board -http://www.reviewboard.org
>>>> > VMware, Inc. -http://www.vmware.com
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Wed, Jan 19, 2011 at 10:01 PM, Aravind <aayyag...@gmail.com>
>>>> wrote:
>>>> > > " If you’re using SQLite as your database, you will also need to
>>>> > > change the ownership of the site’s db directory to match the web
>>>> > > server’s user. Otherwise, you may receive an Internal Server Error
>>>> > > when accessing the site."
>>>> >
>>>> > > I am new to linux and found the above statement in review board
>>>> > > installment document. Can any one please tell me how to resolve this
>>>> > > issue. Thanks in advance.
>>>> >
>>>> > > --
>>>> > > Want to help the Review Board project? Donate today at
>>>> > >http://www.reviewboard.org/donate/
>>>> > > Happy user? Let us know athttp://www.reviewboard.org/users/
>>>> > > -~----------~----~----~----~------~----~------~--~---
>>>> > > To unsubscribe from this group, send email to
>>>> > > reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>>>> <reviewboard%2Bunsubscribe@googlegr oups.com>
>>>> > > For more options, visit this group at
>>>> > >http://groups.google.com/group/reviewboard?hl=en
>>>>
>>>> --
>>>> Want to help the Review Board project? Donate today at
>>>> http://www.reviewboard.org/donate/
>>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>>> -~----------~----~----~----~------~----~------~--~---
>>>> To unsubscribe from this group, send email to
>>>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/reviewboard?hl=en
>>>>
>>>
>>>  --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~----------~----~----~----~------~----~------~--~---
>>> To unsubscribe from this group, send email to
>>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>>> For more options, visit this group at
>>> http://groups.google.com/group/reviewboard?hl=en
>>>
>>
>>
>>
>> --
>> Aravind
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~----------~----~----~----~------~----~------~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>>
>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>



-- 
Aravind

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to