1.23
Tutorial
Install Instructions
CHANGES
Demo
Project Errata
Apache webconsole configuration: 'HostnameLookups Off' must be off for current mysqlX versions to work correctly in some cases.
tConfiguration may have incorrect sample pair/values in it.
Upgrading existing installations: You need to run commandline schema update command and add data/*.txt items.
Project Errata
When upgrading from previous versions use shell mysqlIPM.cgi UpdateSchema command.
Checking for more problems now... major bug found in InlineTemplate() function in ipm.c here is the fix:[root@private mysqlIPM]# cvs diff ipm.c Index: ipm.c =================================================================== RCS file: /usr/local/cvsroot/ism-2.0/mysqlIPM/ipm.c,v retrieving revision 1.28 diff -r1.28 ipm.c 1013c1013 < for(i=0;i<=ucOutBufferSize;i++) --- > for(i=0;cTemplate[i] && i<=ucOutBufferSize;i++)
Also checkout mysqlApache,
mysqlBind,
mysqlRadius,
mysqlCart/Shop,
mysqlWisp,
and mysqlSendmail