FeedForAll Forum Index ?
?Home?????FAQ????? Search ?????Register ?????Profile? ????Log in
?Final result not displaying feeds View next topic
View previous topic
Post new topicReply to topic
Author Message
thoyer



Joined: 22 May 2007
Posts: 4
Location: Denver

PostPosted: Tue May 22, 2007 4:35 pm Reply with quoteBack to top

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:

http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml
http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml
But when I call the config file, the output is exactly that of the rssMess_Template.xml:


-
-
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.
View user's profileVisit poster's website
MacSupport



Joined: 24 Feb 2005
Posts: 2805

PostPosted: Tue May 22, 2007 6:26 pm Reply with quoteBack to top

thoyer wrote:
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:

http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml
http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml
But when I call the config file, the output is exactly that of the rssMess_Template.xml:


-
-
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.

Jim

_________________
Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/

FeedForAll Mac and rss2html.php
View user's profileVisit poster's website
thoyer



Joined: 22 May 2007
Posts: 4
Location: Denver

PostPosted: Tue May 22, 2007 6:34 pm Reply with quoteBack to top

After adding the debug line to rssMesh.php here's the result, (from the URL http://thunder1.cudenver.edu/clas/rss/rssMesh/facultyDates_config.php)

DIAG: FeedForAll_scripts_readFile(rssMesh_Template.xml, 1, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(rssMesh_Template.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml, 1, 1, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml, 1, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): file too old
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): flock() successeded
DIAG: FeedForAll_scripts_readFile(): fclose()
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml, 1, 1, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml, 1, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): file too old
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): flock() successeded
DIAG: FeedForAll_scripts_readFile(): fclose()
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL




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 17:29:44 -0600
Tue, 22 May 2007 17:29:44 -0600



Thanks in advance for your help in troubleshooting.

TH
View user's profileVisit poster's website
MacSupport



Joined: 24 Feb 2005
Posts: 2805

PostPosted: Tue May 22, 2007 6:36 pm Reply with quoteBack to top

thoyer wrote:
After adding the debug line to rssMesh.php here's the result, (from the URL http://thunder1.cudenver.edu/clas/rss/rssMesh/facultyDates_config.php)

DIAG: FeedForAll_scripts_readFile(rssMesh_Template.xml, 1, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(rssMesh_Template.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml, 1, 1, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/rss/CLAS_Academic_Calendar.xml, 1, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): file too old
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): flock() successeded
DIAG: FeedForAll_scripts_readFile(): fclose()
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml, 1, 1, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/rss/CLAS_Faculty_Important_Dates.xml, 1, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): file too old
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): flock() successeded
DIAG: FeedForAll_scripts_readFile(): fclose()
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL




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 17:29:44 -0600
Tue, 22 May 2007 17:29:44 -0600



Thanks in advance for your help in troubleshooting.

TH


For testing, disable the caching and see if that makes a difference.

Jim

_________________
Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/

FeedForAll Mac and rss2html.php
View user's profileVisit poster's website
MacSupport



Joined: 24 Feb 2005
Posts: 2805

PostPosted: Tue May 22, 2007 6:59 pm Reply with quoteBack to top

Could you also change the added line to

Code:
$debugLevel = 3;


That will give more details.

Jim

_________________
Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/

FeedForAll Mac and rss2html.php
View user's profileVisit poster's website
thoyer



Joined: 22 May 2007
Posts: 4
Location: Denver

PostPosted: Wed May 23, 2007 5:05 pm Reply with quoteBack to top

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.

DIAG: FeedForAll_scripts_readFile(rssMesh_Template.xml, 1, 0, -1)
DIAG: FeedForAll_scripts_contentOfCache(rssMesh_Template.xml, 0, -1, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/clasnews.xml, 1, 0, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/clasnews.xml, 0, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL
DIAG: FeedForAll_scripts_readFile(http://thunder1.cudenver.edu/clas/faculty/CLAS_Faculty_Important_Dates.xml, 1, 0, 3600)
DIAG: FeedForAll_scripts_contentOfCache(http://thunder1.cudenver.edu/clas/faculty/CLAS_Faculty_Important_Dates.xml, 0, 3600, 0)
DIAG: FeedForAll_scripts_contentOfCache(): !useCaching
DIAG: FeedForAll_scripts_readFile(): fopen() succeeded
DIAG: FeedForAll_scripts_readFile(): return SUCCESSFUL




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 16:02:09 -0600
Wed, 23 May 2007 16:02:09 -0600



Thanks for sticking with this. I appreciate dogging issues until they the final "AH HA"

TH
View user's profileVisit poster's website
thoyer



Joined: 22 May 2007
Posts: 4
Location: Denver

PostPosted: Wed May 23, 2007 5:07 pm Reply with quoteBack to top

We are running version 4 of php -- could this have an impact on anything?

TH
View user's profileVisit poster's website
LostCoder



Joined: 23 May 2007
Posts: 6

PostPosted: Wed May 23, 2007 8:14 pm Reply with quoteBack to top

Hello,

I am having the exact same problem.

After running the config file for meshing 5 other RSS feeds, i end up with the generic template information from

rssMesh_Template.xml being displayed when i run:

http://www.mydomain/rssmesh/myconfigfile.php

(Note, all files exist inside of the /rssmesh/ directory.

I also have added the debug 3 in case you want to see that.

Any help would be appreciated.

Thanks.

LC
View user's profile
LostCoder



Joined: 23 May 2007
Posts: 6

PostPosted: Wed May 23, 2007 8:17 pm Reply with quoteBack to top

Just another note, i am getting the same result when i run the sample file that came with the original rssMesh download:

http://www.mydomain.net/rssmesh/rssMesh_SampleConfig.php

The result is:




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

View user's profile
MacSupport



Joined: 24 Feb 2005
Posts: 2805

PostPosted: Thu May 24, 2007 6:51 am Reply with quoteBack to top

LostCoder wrote:
Hello,

I am having the exact same problem.

After running the config file for meshing 5 other RSS feeds, i end up with the generic template information from

rssMesh_Template.xml being displayed when i run:

http://www.mydomain/rssmesh/myconfigfile.php

(Note, all files exist inside of the /rssmesh/ directory.

I also have added the debug 3 in case you want to see that.

Any help would be appreciated.

Thanks.

LC


This is problem I am working on that seems to affect some users. When I find the solution, I will let you know.

Jim

_________________
Be sure to check out the FeedForAll Mac tutorials at: http://www.FeedForAll.com/tutorials/

FeedForAll Mac and rss2html.php
View user's profileVisit poster's website
LostCoder



Joined: 23 May 2007
Posts: 6

PostPosted: Fri May 25, 2007 9:33 am Reply with quoteBack to top

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. 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.

Sincerely,

LC
View user's profile
pennypincher



Joined: 03 Aug 2009
Posts: 4

PostPosted: Mon Aug 03, 2009 3:58 am Reply with quoteBack to top

LostCoder wrote:
Just another note, i am getting the same result when i run the sample file that came with the original rssMesh download:

http://www.mydomain.net/rssmesh/rssMesh_SampleConfig.php

The result is:




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.

Please help.

Thanks in advance.
View user's profile
pennypincher



Joined: 03 Aug 2009
Posts: 4

PostPosted: Mon Aug 03, 2009 3:56 pm Reply with quoteBack to top

Hello again.

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.

Thanks anyway.
View user's profile
Toulousaing



Joined: 28 Apr 2012
Posts: 32
Location: Toulouse, France

PostPosted: Sun Apr 29, 2012 2:09 am Reply with quoteBack to top

[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.
View user's profile
Toulousaing



Joined: 28 Apr 2012
Posts: 32
Location: Toulouse, France

PostPosted: Sun Apr 29, 2012 5:34 am Reply with quoteBack to top

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 :

rss_test_3.php

Code:
$XMLFILE = "http://www.ddtl.fr/piscine/myfeed.php";
$TEMPLATE = "http://www.ddtl.fr/piscine/1002.html";
include("rss2html.php");
?>



And Bob is my Uncle.
View user's profile
Display posts from previous:?? ? ?
Post new topicReply to topic


?Jump to:? ?



View next topic
View previous topic


Powered by phpBB ? 2001, 2002 phpBB Group :: FI Theme