Re: [sqlite] Problem about write data into the DB

2009-10-22 Thread 邓超
The problem has solved, it's actually the permission configuration issue about write data to the table. the apache hasn't the permission to write data into the table, I modified the rights, then everything is OK now. Thanks! 2009/10/21 邓超 > Hi sqlite-users, > I deployed a

Re: [sqlite] Problem about write data into the DB

2009-10-21 Thread John Crenshaw
Sent: Wednesday, October 21, 2009 11:52 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Problem about write data into the DB On Wed, 21 Oct 2009, ?? wrote: > I deployed a django app on my laptop, the whole environment is like this: > the OS is UBUNTU904, the web

Re: [sqlite] Problem about write data into the DB

2009-10-21 Thread Rich Shepard
On Wed, 21 Oct 2009, ?? wrote: > I deployed a django app on my laptop, the whole environment is like this: > the OS is UBUNTU904, the web server is Apache, and the database is > sqlite3. The deployment is success, but when I try to write some data into > the database, I get the HTTP 500 error.

[sqlite] Problem about write data into the DB

2009-10-21 Thread 邓超
Hi sqlite-users, I deployed a django app on my laptop, the whole environment is like this: the OS is UBUNTU904, the web server is Apache, and the database is sqlite3. The deployment is success, but when I try to write some data into the database, I get the HTTP 500 error. And I check the error