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 your group to be featured on the Yahoo! Groups website? 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 109 - 138 of 642   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
132
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 24, 2005
2:50 pm
133
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 24, 2005
5:56 pm
134
... TemplatePath wasn't commented out, it was ./tmpl, within the same directory as mt.cgi. The absolute path change fixed it. Thanks....
mx3gu2002
Offline Send Email
Jul 24, 2005
7:47 pm
135
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...
john buginas
jbuginas
Offline Send Email
Jul 25, 2005
4:19 am
136
... 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....
Timothy Appnel
tappnel
Offline Send Email
Jul 26, 2005
2:09 am
137
... 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...
Timothy Appnel
tappnel
Offline Send Email
Jul 26, 2005
2:52 am
138
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...
David R. Remer
drremer2004
Offline Send Email
Jul 28, 2005
11:22 am
Messages 109 - 138 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