Help with sqlite

2011-01-19 Thread Aravind
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

Re: Help with sqlite

2011-01-19 Thread Aravind
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

Re: Help with sqlite

2011-01-20 Thread Aravind Ayyagari
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

Re: Help with sqlite

2011-01-20 Thread Aravind Ayyagari
VMware, Inc. - http://www.vmware.com On Thu, Jan 20, 2011 at 6:02 PM, Aravind Ayyagari aayyag...@gmail.comwrote: 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

Re: Help with sqlite

2011-01-21 Thread Aravind Ayyagari
at 8:09 PM, Aravind Ayyagari aayyag...@gmail.comwrote: 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

Re: Help with sqlite

2011-01-22 Thread Aravind Ayyagari
On Fri, Jan 21, 2011 at 4:51 PM, Aravind Ayyagari aayyag...@gmail.comwrote: How did you compile your python ? ( Did you the sqlite3 dev headers installed before installing python ?. If not probably you would not find _sqlite3.so file) There is a file _sqlite3.so

Re: Help with sqlite

2011-01-23 Thread Aravind Ayyagari
directory has to be owned by www-data:www-data. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Jan 22, 2011 at 6:36 PM, Aravind Ayyagari aayyag...@gmail.comwrote: On Sat, Jan 22, 2011 at 12:56 AM