The following comments are owned by whomever posted them. This site is not responsible for what they say.
Geeklog 1.3.7 released
Authored by:Euan on Monday, December 16 2002 @ 02:55 PM EST
Hi. I\'m running 1.3.7rc1 - anything in partiular I should know? I just read the instructions but don\'t see anything relating to that upgrade. Can I just overwrite a few files, or do I need to do a full upgrade?
Authored by:Dirk on Monday, December 16 2002 @ 03:18 PM EST
You need to replace a couple of files (can\'t tell you which ones off-hand - check with CVS or just replace them all).
And you should run the install script again, i.e. just tell it that you are upgrading from 1.3.6. Or execute this SQL request manually (replacing gl_personal_events accordingly if you\'re using a prefix other than gl_):
ALTER TABLE gl_personal_events DROP PRIMARY KEY, ADD PRIMARY KEY (eid,uid);
The following comments are owned by whomever posted them. This site is not responsible for what they say.
---
Cheers,
Euan.
And you should run the install script again, i.e. just tell it that you are upgrading from 1.3.6. Or execute this SQL request manually (replacing gl_personal_events accordingly if you\'re using a prefix other than gl_):
ALTER TABLE gl_personal_events DROP PRIMARY KEY, ADD PRIMARY KEY (eid,uid);
bye, Dirk
Euan