Search the web
Sign In
New User? Sign Up
mt-feeds-discuss · Feeds.App
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 102 - 131 of 642   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
102
Can't locate Date/Parse.pm in @INC (@INC contains: ./extlib ./lib /usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4 ...
Neil Panchal
neilpanchal
Offline Send Email
Jun 3, 2005
8:04 pm
103
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/>...
Timothy Appnel
tappnel
Offline Send Email
Jun 3, 2005
8:38 pm
104
I am sorry, but I have no clue about command access to the server. I have the normal hosting with Cpanel... Thank you for your help.....
Neil Panchal
neilpanchal
Offline Send Email
Jun 7, 2005
12:14 pm
105
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...
Timothy Appnel
tappnel
Offline Send Email
Jun 7, 2005
1:26 pm
106
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...
Timothy Appnel
tappnel
Offline Send Email
Jun 10, 2005
8:53 pm
107
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: ...
neatonjr
Offline Send Email
Jun 28, 2005
4:09 am
108
Are you running Feeds.App? Could you verify the version you are running? <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Jun 28, 2005
5:35 am
109
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...
kelake
makelake
Offline Send Email
Jul 9, 2005
7:42 am
110
any additional modules should be installed into the extlib directory. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Jul 9, 2005
2:16 pm
111
Feed app will find the required perl modules in any directory within extlib? ... -- Clark MacLeod +886 916978143 makelake (Yahoo messenger) kelake (Skype) ...
Clark
makelake
Offline Send Email
Jul 14, 2005
2:03 am
112
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 14, 2005
2:21 am
113
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 ...
Timothy Appnel
tappnel
Offline Send Email
Jul 14, 2005
2:36 am
114
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/...
john buginas
jbuginas
Offline Send Email
Jul 18, 2005
4:37 am
115
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 20, 2005
2:01 pm
116
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...
John S. Buginas
jbuginas
Offline Send Email
Jul 20, 2005
2:44 pm
117
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...
John S. Buginas
jbuginas
Offline Send Email
Jul 20, 2005
3:04 pm
118
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...
Timothy Appnel
tappnel
Offline Send Email
Jul 20, 2005
3:13 pm
119
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...
john buginas
jbuginas
Offline Send Email
Jul 20, 2005
4:18 pm
120
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 20, 2005
4:27 pm
121
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...
John S. Buginas
jbuginas
Offline Send Email
Jul 20, 2005
5:02 pm
122
... Thanks. I try. Perhaps one I get done with my current 800 pound gorilla of a project I will get back to improving it. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Jul 20, 2005
5:56 pm
123
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...
john buginas
jbuginas
Offline Send Email
Jul 22, 2005
12:34 am
124
... can you be more specific in how it "fails?" error message? timeout? the feed looks nasty, but the tagging looks rather ordinary. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Jul 22, 2005
12:39 am
125
Sorry I should take my own advice and check if the feed is valid. Seems they have a problem on their side. http://feedvalidator.org/check.cgi? ...
Timothy Appnel
tappnel
Offline Send Email
Jul 22, 2005
12:43 am
126
thanks. I may try to write a pipe to 'fix' it ... ... - John "When you're finished changing, you're finished." -- Benjamin Franklin...
John S. Buginas
jbuginas
Offline Send Email
Jul 22, 2005
12:57 am
127
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 23, 2005
9:07 pm
128
I installed the plugin and when I accessed the plugin from the main menu page to configure it, I received this error: ...
mx3gu2002
Offline Send Email
Jul 24, 2005
2:29 am
129
This message says you don't have a cgi-bin/tmpl/feeds/config.tmpl. Did you install MT in cgi-bin rather then its own subdirectory? <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Jul 24, 2005
2:33 am
130
... Yes I did. I wanted to know which script I need to amend to change the filepath of where feeds looks for config.tmpl....
mx3gu2002
Offline Send Email
Jul 24, 2005
5:45 am
131
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...
David R. Remer
drremer2004
Offline Send Email
Jul 24, 2005
5:50 am
Messages 102 - 131 of 642   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help