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/

Reply via email to