Not a developer? Go to MovableType.com

Documentation

Movable Type 5.02 patch to fix the Publish Queue

This version of Movable Type was released May 20, 2010.

The Issue

Movable Type 5.02 has an error in Publish Queue for archive templates.

This error occurs when you publish your archive templates via Publish Queue. Run-periodic-tasks doesn’t publish archive templates properly. Only index templates are published.

Versions affected

<p>Please apply the fix if you are using Publish Queue with</p>
<ul>
  <li>Movable Type Open Source 5.02</li>
  <li>Movable Type 5.02 ( with Professional and Community Packs)</li>
</ul>

<p>Movable Type 5.0 and 5.01 do NOT have this issue.</p>

The Fix

Movable Type component “WeblogPublisher.pm” has to be updated.

Placing the fix

Please download the following patched code file and follow the instructions below to put it in place:

The targeted file you’re going to replace is in “lib/MT/WeblogPublisher.pm” .

First, create a backup of that file by either renaming it to be WeblogPublisher.pm.bak or copying its original into your home directory for safe keeping.

Unzip the patch file, and upload the WeblogPublisher.pm to the “lib/MT” directory to replace the original.

Confirm that the bug has been addressed; otherwise, revert the backup file.

Back