[geeklog-users] help request: 1.3.6 to 1.3.7sr2 upgrade issue

geeklog-users-admin at lists.geeklog.net geeklog-users-admin at lists.geeklog.net
Thu May 29 10:27:52 EDT 2003


matt wrote:

>I am trying to upgrade from 1.3.6 to 1.3.7sr2.
[...]
>- The site actually seems to be running fine without completing
>the upgrade script.

I have no idea why you get the error, but the changes from 1.3.6 to 1.3.7
wouldn't prevent the site from working (for some definition of "working" ...).

You could try and do the changes manually, using phpMyAdmin or MySQL from
the command line:

    UPDATE gl_topics SET perm_anon = 2 WHERE perm_anon = 3;

This fixes wrong default permissions on the topics.

    ALTER TABLE gl_personal_events DROP PRIMARY KEY, ADD PRIMARY KEY
(eid,uid);

This fixes the primary key on the personal events table that prevented
more than one person from adding a site-wide event to their personal events.

The other thing the upgrade does is to make sure there's a 'date' field
in the gl_links table - but that would only be missing if you came from a
really old version of Geeklog (prior to 1.3).

bye, Dirk


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




More information about the geeklog-users mailing list