[geeklog-users] adding links error

geeklog-users-admin at lists.geeklog.net geeklog-users-admin at lists.geeklog.net
Sat Jun 21 00:04:58 EDT 2003


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: geeklog-users-admin at lists.geeklog.net
[mailto:geeklog-users-admin at lists.geeklog.net]
Sent: Friday, June 20, 2003 5:35 PM
To: geeklog-users at lists.geeklog.net
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
geeklog-users at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-users




More information about the geeklog-users mailing list