Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
What is the best choice for geeklog 1.8.1 and 2.0 ?

MySQL 4.1 October 23, 2004
MySQL 5.0 October 24, 2005
MySQL 5.1 December 8, 2008
MySQL 5.5 December 2010

Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Geeklog 1.8.1 has a few issues with MySQL 5.5 (we should really do a 1.8.2 release to fix those). Geeklog 2.0.0 should work fine with MySQL 5.5.

bye, Dirk

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Thanks for the answer. Then I will take MySQL 5.1

Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
I noticed few issues with plugins after upgrading from mysql 4.1 to 5.1

Maps plugin: call-time pass-by-reference in functions.php
Paypal plugin: cannot re-assign auto-global variable in proversion.php
Classifieds plugin: cannot re-assign auto-global variable in proversion.php and lib-edit.php

Those will be fix in the next releases.

Downloads plugin and Filemanager plugin: incorrect key file for tables: gl_downloads, gl_filemgmt_filedetail. I needed to drop table and import a backup

Mediagallery plugin: in functions.php line 949 I changed

Text Formatted Code
From
$_MG_USERPREFS = MG_getUserPrefs();

To
$_MG_USERPREFS[] = MG_getUserPrefs();


Dokuwiki plugin is not working. I'm still investigating on this one.

Ben
I'm available to customise your themes or plugins for your Geeklog CMS