Media Manager Install for Win32

| 0 Comments | 0 TrackBacks

One of the most useful plugins I use on this site is Byrne Reese's Media Manager which integrates Amazon with Movable Type. To install MediaManager on Win32 with ActivePerl, there seem to be a couple of additional instructions to make the plugin work.


1. All the .cgi files for Media Manager in the /plugins/MediaManager directory need to be changed to point to the proper perl executable. The first line should look something like this:

#!c:/perl/bin/perl.exe -w


2. in /plugins/MediaManager/lib/MediaManager/App.pm, a line that reads:

$tmpl->param(script_url => File::Spec-> catdir($apppath, "mmanager.cgi"));

needs to be changed to:

$tmpl->param(script_url => $apppath . "mmanager.cgi");

No TrackBacks

TrackBack URL: http://www.mikehuang.com/cgi-bin/mt/mt-tb.cgi/1436

Leave a comment

Pages

Powered by Movable Type 4.2-en

About this Entry

This page contains a single entry by Michael Huang published on September 26, 2006 2:32 AM.

links for 2006-09-26 was the previous entry in this blog.

WoW + iPod = Terrorism is the next entry in this blog.

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