From: Andrew S. <and...@pa...> - 2002-09-30 20:07:28
|
Hi all, Fixed in CVS. My last merge (which was a bit botched), removed the double quoting from $status. I've put it back and all is well. The affected file is /tasks/task_submit.php on line 249 Existing line: ".$status.")" ); Change to line: '".$status."')" ); I'm going to be away for a few days (no email). Hope all is O.K. Andrew On Mon, 30 Sep 2002 10:51:21 +0200 "Dennis Fleurbaaij" <de...@co...> wrote: > BUUUUUUUUUUG :-( > > > While trying to add a new project, I got this after clicking "Add > > Project": > > > > Database Query error > > The following query : > > > > INSERT INTO tasks( name, text, created, lastforumpost, edited, > > owner, creator, deadline, priority, parent, taskgroupid, > > usergroupid, globalaccess, status ) values( 'Eat', 'Zzzzz', > > current_timestamp(0), NULL, current_timestamp(0), 1, 1, '2002-10-1 > > 00:00:00+08', 2, NULL, NULL, NULL, true, created) > > > > Had the following error: > > ERROR: Attribute 'created' not found > > > ----- Original Message ----- > From: "Eric Boo" <er...@re...> > To: "Dennis Fleurbaaij" <de...@co...> > Sent: Monday, September 30, 2002 10:19 AM > Subject: Sorry, another thing > > > > Hi Dennis, > > > > While trying to add a new project, I got this after clicking "Add > > Project": > > > > Database Query error > > The following query : > > > > INSERT INTO tasks( name, text, created, lastforumpost, edited, > > owner, creator, deadline, priority, parent, taskgroupid, > > usergroupid, globalaccess, status ) values( 'Eat', 'Zzzzz', > > current_timestamp(0), NULL, current_timestamp(0), 1, 1, '2002-10-1 > > 00:00:00+08', 2, NULL, NULL, NULL, true, created) > > > > Had the following error: > > ERROR: Attribute 'created' not found > > > > > > I ran the script db_create.sh already. What did I miss? > > > > Sorry for the trouble. > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Core-lan-org-devel mailing list > Cor...@li... > https://lists.sourceforge.net/lists/listinfo/core-lan-org-devel > |