Some of the required perl modules are not apart of my web services default install. I have installed them but in their own directory - how to I tell your...
Feed app will find the required perl modules in any directory within extlib? ... -- Clark MacLeod +886 916978143 makelake (Yahoo messenger) kelake (Skype) ...
... In a matter of speaking kind of, but not really. It just can't be randomly anywhere. When a module is requested in Perl code, there is a list of...
If you are trying to install CPAN module these links: http://www.soe.ucsc.edu/~you/notes/perl-module-install.html http://www.cpan.org/modules/INSTALL.html ...
Got an error: Can't locate object method "load" via package "MT::PluginData" at /var/www/cgi- bin/mt/extlib/MT/ConfigMgr/Feeds.pm line 69. /var/www/cgi-bin/mt/...
... My own guess is that its not finding MT::PluginData. MT::PluginData is part of MT and certainly has a load method. Are you getting this running the...
Yes, I get error when I run this link: http://www.buginas.com/cgi-bin/mt/plugins/feeds/index.cgi (that appears on the mt.cgi control panel). I reinstalled...
Hey, I went into perl -MCPAN -e shell and did a ... And now things work! - John "When you're finished changing, you're finished." -- Benjamin Franklin...
ah! makes sense now. MT::PluginData using Storable to serialize its data. It probably was failing to compile (for some reason MT hide that fact) and hence it...
Last questions, I hope; and thanks for your help. I just sent you a PayPal since your stuff works :) ! I assume I have to either rebuild my page OR use the...
... You at least need to rebuild your page. If you have background processing on you need to run the agent. MT is completely dormant (no code is running) when...
Thanks for the reply. I think I understand, I sometimes forget MT is dormant and the couple of <php includes I have to dynamic data don't help me remember. BTW...
http://www.craigslist.com/cgi-bin/search? areaID=1&subAreaID=0&query=dog&cat=jjj&format=rss I can live without it, but I think the RSS including the...
... As of version 3.0, XML::RSS::Parser is now included in the XML::RAI 1.0 package. I regret that decision and may change it back, but that is the way it is...
Hi, I have put in about 9 hours now over 3 days trying to get Feeds.app to run. Not having much luck though. I keep getting @Inc errors. I have fiddled and...
... These are messages being generated by other plugins on your system -- MT-Blacklist and reblog. These message have probably been happening for a while, but...
... The routine for loading an application template comes from MT's core -- the MT::App module to be exact. 6A made some pretty extensive changes in 3.16 in...
Is there an FAQ that explains how the cache is supposed to work? I'm not sure it's working correctly, but since I don't really undestand how it's supposed to...
... Perl path names (like Unix) are case sensitive so lib/mt/App has to be lib/MT/App. Also the Feeds.App modules should have been installed in extlib and lib....
... I'm not a Windows guy to know. It could be a configuration setting or perhaps MS is breaking some rule I'm rely upon. Do any of the other Windows users on...
I am getting the following error message: Unsupported Morse builder MT::Telegraph::Morse::Builder::Atom: Can't locate XML/Atom/Syndication.pm in @INC... Now...