Media Manager RC3 does not work with MTAmazon 1.3.2
I just wanted to let people know that the latest version of MTAmazon32 is not compatible with the most recent version of Media Manager. Now that MTAmazon is being merged with MTAmazon32 I am in the process of renaming a lot of the files and what not. If you are using MTAmazon32 1.3.2 this causes Media Manager to think you don't have MTAmazon installed.
You can fix this problem yourself by editing lib/MediaManager/Util.pm yourself. Simply change line 26 from:
my $p = $MT::Plugin::MTAmazon32::plugin;
To:
my $p = $MT::Plugin::MTAmazon::plugin;
And you should be golden.


Comments
In the beta and previous version the "show display options" menu in the queue breaks up and is unusable with the mouse in firefox 1.5.0.1 (and previous). It works in IE.
I have the latest MTAmazon beta and last stable versions installed. After installing MM RC4, I get the following error on the individual blog settings plugin tab as well as any attempt to rebuild or publish reviews:
Global symbol "$blogconfig" requires explicit package name at lib/MTAmazon/Util.pm line 35. Global symbol "$blogconfig" requires explicit package name at lib/MTAmazon/Util.pm line 35. BEGIN not safe after errors--compilation aborted at lib/MTAmazon/Util.pm line 220. Compilation failed in require at lib/MTAmazon/Plugin.pm line 23.
Posted by: DK | January 25, 2006 11:33 AM