I've been through the configuration twice. I am using /rssMesh.php?buildConfig tool. I've got the configuration file in the same folder on the web. I've double-checked the addresses of my feeds:
I've been through the configuration twice. I am using /rssMesh.php?buildConfig tool. I've got the configuration file in the same folder on the web. I've double-checked the addresses of my feeds:
-
- rssMesh.php Sample Template A sample RSS feed template for rssMesh.php, http://www.FeedForAll.com/, by NotePage, Inc.
http://www.FeedForAll.com/ http://blogs.law.harvard.edu/tech/rss en-us FeedForAll-scripts (rssMesh.php), http://www.FeedForAll.com/, Copyright 2006-2007, NotePage, Inc. Tue, 22 May 2007 15:24:31 -0600 Tue, 22 May 2007 15:24:31 -0600
Where have I gone wrong?
Thanks for the help. I've got to get this part working in order to make the whole solution viable.
Did you upload all of the ".php" that were in the .zip file? The other option to help debugging is to edit rssMesh.php and near the top but not on the first line add
Code:
$debugLevel = 1;
That will turn on a lot of debugging information to help me if there is a problem.
I also substituted a feed and generated a new config file -- hoping that would help. But it hasn't. I looked at the individual rss feeds online and Firefox will display them just fine.
rssMesh.php Sample Template A sample RSS feed template for rssMesh.php, http://www.FeedForAll.com/, by NotePage, Inc.
http://www.FeedForAll.com/ http://blogs.law.harvard.edu/tech/rss en-us
FeedForAll-scripts (rssMesh.php), http://www.FeedForAll.com/, Copyright 2006-2007, NotePage, Inc. Wed, 23 May 2007 20:16:16 -0500 Wed, 23 May 2007 20:16:16 -0500
Just wanted to drop a line and say thank you for the email support you provided.
The script is working great now with no problems. I appreciate the time you spent on troubleshooting directly on our server and updating us with the new, modified version of the rssMesh script.
BTW -- for users thinking of using this tool -- it rocks! Integrates seemlessly with rss2html and keeps us from having to parse 100 different feeds. with rssMesh we are able to utilize one script to bring in a ton of other feeds with very quick load times.
We look forward to utilizing your tools on the rest of our network.
rssMesh.php Sample Template A sample RSS feed template for rssMesh.php, http://www.FeedForAll.com/, by NotePage, Inc.
http://www.FeedForAll.com/ http://blogs.law.harvard.edu/tech/rss en-us
FeedForAll-scripts (rssMesh.php), http://www.FeedForAll.com/, Copyright 2006-2007, NotePage, Inc. Wed, 23 May 2007 20:16:16 -0500 Wed, 23 May 2007 20:16:16 -0500
I've created a new configuration file. When I call the URL with the new 'CONFIGFILE=' query string, I only get the sample RSS output. I'm running it on Unix FreeBSD.
I was able to get the sample to work and display the feed items. For clarity, my previous reply should have mentioned I was only getting the feeds header without the feed items. I believe there must have been some sort of delay because I tried the feed several hours later and it worked.
Joined: 28 Apr 2012
Posts: 32
Location: Toulouse, France
Posted: Sun Apr 29, 2012 2:09 am
[quote="LostCoder"]Jim,
Just wanted to drop a line and say thank you for the email support you provided.
The script is working great now with no problems.[/quote]
Mr "LostCoder",
I'm sure you will not read that post five years after yours, but this is NOT the usual way of using a forum on the Internet.
You got a problem solved, which could occur to someone else (me, today...), the minimum of kindness would have been to post the solution in here, which is a SUPPORT forum and not a personal mailbox to write acknowledgments...
Shame on you.
Joined: 28 Apr 2012
Posts: 32
Location: Toulouse, France
Posted: Sun Apr 29, 2012 5:34 am
Found.
The doc is unclear :-(
The php script produced by RssMesh is NOT a stand-alone rss2html-like php script, which would build and display the resulting data on the user screen, it builds an actual RSS feed, sum of all input feeds.
So, to display the contents of the feeds, the php script should be used as an INPUT feed, nothing else.
Example:
my resulting RssMesh script is "myfeed.php"
so usage is :