[geeklog-users] adding links error

geeklog-users-admin at lists.geeklog.net geeklog-users-admin at lists.geeklog.net
Fri Jun 20 17:34:38 EDT 2003


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/




More information about the geeklog-users mailing list