My DB does have the date field for the gl_links, but it was missing for the
gl_linksubmission. Once I added the date field there it worked. Thanks for
pointing me in the right direction Dirk. You've done it again.

Shane

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2003 5:35 PM
To: [EMAIL PROTECTED]
Subject: Re: [geeklog-users] adding links error


Shane MacDonald wrote:

>1054: Unknown column 'date' in 'field list'

The gl_links table should have a "date" field. If it doesn't (usually
only when the database was originally created on a pre-1.3 Geeklog) do this:

    ALTER TABLE gl_links ADD date datetime default NULL;

The install script should have added that field during the upgrade from
1.3.6 to 1.3.7, though, if it was missing ...

bye, Dirk


--
http://www.haun-online.de/
http://mypod.de/

_______________________________________________
geeklog-users mailing list
[EMAIL PROTECTED]
http://lists.geeklog.net/listinfo/geeklog-users

Reply via email to