Categories
MovableType

6 Apart is Slipping Update

An update on 6 Apart is Slipping.
A week after the release, and after several days with no action or communication, SixApart finally had a solution that worked.

Then edit each of the mt*.cgi files adding this to the top of each (well, below the first “#!…” line):
use File::Basename;
use File::Spec;
use lib File::Spec->catdir(dirname($0), “lib”);
After you add those lines, the CGIs should work properly.

Still no mention in the Known Issues. A very disapointing situation.
Now do I spend the time to run through the plugins that broke with the “no problem” release?