Geeklog 1.3.9rc2
- Sunday, February 29 2004 @ 02:55 pm EST
- Contributed by: Dirk
- Views: 15,673
This version includes fixes for the comments display, install script, and a few other problems as well as some new and updated language files (see the Changelog for a complete list).
If you're upgrading from 1.3.9rc1, please see below for important upgrading information.
There is no upgrade archive available, but the included file docs/changed-files lists all the files that have changed since 1.3.9rc1.
If you're currently running on 1.3.9rc1, you will need to update the comment/comment.thtml template file in all of your themes. There was also a database change that you will have to do manually:
ALTER TABLE gl_blocks CHANGE blockorder blockorder smallint(5) unsigned NOT NULL default '1';
You can either run this SQL request manually (replacing "gl_blocks" with the actual name of your blocks table, if you're using a prefix other than "gl_") or, if you're using phpMyAdmin, you can simply edit the "gl_blocks" table and change the field type for the "blockorder" field from TINYINT to SMALLINT.