I second that. I am running into the same problem. I have a list of RSS feeds that I go through at http://www.motgs.com/blogrolllist.txt . After reading this...
Thanks.. Thought I'd counted all of them but I must have missed that one. Where can I find a copy of it? thanks, ac ... -- ... Andy Carvin Program Director EDC...
Okay, I found a copy of xml::rai. Do I simply install it with all the other extlib files? I'm not a programmer so I'm not really sure what the functionality of...
the vast majority of perl modules and packages can be found in CPAN. I use http://search.cpan.org/ to locate them and to quickly look up documentation on a...
I put all the files in the right place and chmod them all right, but i get this error when I go to .../feeds/index.cgi Got an error: Bad ObjectDriver config:...
... Change ./db to an absolute path. . (dot) means "from the current directory." Since the feeds/index script is running in a different directory from the base...
Hi, Just been trying to get MT-RSSFeeds going. I've pretty much followed the instructions (although the db path stuff is very ambiguous - surely it could be...
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...