May 2005 Archives

Activity Log Plugin Errors

My MT Activity Logs were FULL of plugin errors pointing to Blacklist, BookQueueToo, Blogroll, and QuickLinks. (essentially, any plugins that are in their own dedicated directories inside mt/plugins) These plugins have always worked without fail from the front end, so I was mystified at the copious error messages suggesting they could not be found.

Here is just one sample of a variety of similar messages:

Plugin error: /home/user/domains/domain.net/public_html/mt/plugins/Blacklist/Blacklist.pl Can't locate Blacklist/Plugin.pm in @INC (@INC contains: plugins/Blacklist/lib ./plugins/BookQueueToo/lib /home/user/domains/domain.net/public_html/mt/

Searching the MT Support Forums and google pointed me to a very simple solution. In each plugins .pl file I edited the "use lib" line to include the full path per the following example:

use lib /home/user/domains/domain.net/public_html/mt/plugins/PluginName/lib

Voila! No more error messages. :)

MT3.16 Upload File Popup Link Fix

In a nutshell, in MT3.16 when you upload a file and select the file to be displayed as a "popup", the resulting link to that popup returns an error. (the slash before the filename is parsed as its html hex entity %2f rather than / ). This is a known issue in 3.16 and there are a couple temporary fixes floating around. I employed the hack described at danandsherree.com. An alternative (unofficial) fix can be found on the MT Support Forum. The latter changes subroutines other than upload_file, thus I prefer the one from danandsherree since it addresses only the upload subroutine -- it's working fine for me.

About this Archive

This page is an archive of entries from May 2005 listed from newest to oldest.

April 2005 is the previous archive.

July 2005 is the next archive.

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

Pages

Powered by Movable Type 5.01

Fatal error: Smarty error: [in evaluated template line 4]: syntax error: unrecognized tag 'mtfeed' (Smarty_Compiler.class.php, line 580) in /nfs/c04/h04/mnt/66783/domains/geekmum.com/html/mt/php/extlib/smarty/libs/Smarty.class.php on line 1095