June 2006 Archives

There's a bug in MovableType 3.2 which may result in "lost" comments after the upgrade. This happens mostly to people using MT with Berkeley DB, which (surprise, surprise) was also my case.

There is official solution yet, but luckily, there is quick patch by "seebs" which can take care of the problem:

*** 443,448 ****
--- 443,451 ----
for my $col (keys %$terms) {
my $range = $args->{range} && $args->{range}->{$col} &&
(ref $terms->{$col} eq 'ARRAY');
+ if (!defined $rec->{$col}) {
+ $rec->{$col} = 0;
+ }
next if $range &&
($rec->{$col} gt $terms->{$col}->[0]) &&
($rec->{$col} lt $terms->{$col}->[1]);

Movable Type 3.2

| 3 Comments

Echo, echo.

About this Archive

This page is an archive of entries from June 2006 listed from newest to oldest.

April 2006 is the previous archive.

July 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.