You don't have Date::Parse installed on your system. I believe its a pre-requisite of XML::RAI. Do you have command-line access to your server? <tim/>...
If you don't have command access you'll need to ask your ISP to install the TimeDate package from CPAN. http://search.cpan.org/dist/TimeDate/ Trying to process...
Just a point of information. There is a typo in the documentation were is says XML::Parser v2 or greater is required. That should read 2.32 or greater. Any...
Recently installed MT and mt-feeds. When I click on the link to configure mt-feeds I get: Got an error: Can't locate MT/App/Feeds.pm in @INC (@INC contains: ...
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...