Archive for the 'Bugs' Category

Fixed: Internet Explorer Display Bug

Thursday, August 10th, 2006

And there was much rejoicing.

Internet Explorer has some unusual attitudes toward margins or containers or, who knows… There’s something not right somewhere. It also treats forms differently from other block level containers (well, divs anyway), so I’ve been on a merry dance to fix the container rendering problem.

The fix has been committed to CVS. New packages will be released at the weekend or on Monday — I have a couple of major deadlines to meet this week, so please bear with me.

Bug: op.ViewOnline.php Dependency on register_globals

Thursday, June 1st, 2006

Found a register_globals dependency that was missed during the initial code conversion. The file affected is op.ViewOnline.php, and a fix has now been applied to CVS. If you are affected by this bug, edit $MYDMSROOT/op/op.ViewOnline.php and change line 19 to read:

$arr = split(":", $_GET["request"]);

Alternatively, you can grab the latest code directly from CVS.

Database Index Bug

Tuesday, May 30th, 2006

There’s a small bug in the database creation / update code for the 1.5.0b release. An extra index is being created on the tblDocumentContent table that should not be there. It is simple to fix and should not affect the running of MyDMS, but it will cause warning messages to appear, at least in MySQL. The solution is simply to delete the index.

(more…)