Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 09:29 am EDT

Geeklog works with MySQL 3.22.32!

  • Tuesday, June 04 2002 @ 11:20 am EDT
  • Contributed by:
  • Views: 4,267
Announcements If anyone's interested, yes it IS possible to run the latest geeklog 1.3.5 on an ancient version of MySQL ;-) Really all that has to be done is modify the 'group_assignments' table changing the ug_grp_id column definition as follows

ug_grp_id mediumint(8) NOT NULL default '0'

and get rid of the corresponding nulls inserted by default, change them for zeroes.