FeedForAll Forum Index ?
?Home?????FAQ????? Search ?????Register ?????Profile? ????Log in
?Trying to get support for RSS2HTML View next topic
View previous topic
Post new topicReply to topic
Author Message
duckman



Joined: 22 Feb 2012
Posts: 3
Location: California

PostPosted: Wed Feb 22, 2012 11:29 am Reply with quoteBack to top

I appreciate your help Jeremy. Here is what I tried:

Calling script with following all on one line:



And received the following error message at hostgator:

Warning: include(http://www.feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=http://www.feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335

Warning: include() [function.include]: Failed opening 'http://www.feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=http://www.feelgoodgifts.com/sample-template.html&MAXITEMS=12 ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335


I also tried the following:



with the following error:

Warning: include(home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/xxxxxxxx/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: No such file or directory in /home/banghead/public_html/feelgoodgifts.com/index.php on line 335

Warning: include(home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/hanghead/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: No such file or directory in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335

Warning: include() [function.include]: Failed opening 'home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/hanghead/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335

I read on the forum that I cannot use a subdomain. Does shared hosting on host gator count as a subdomain?
View user's profile
qeemat



Joined: 27 Feb 2012
Posts: 1

PostPosted: Mon Feb 27, 2012 3:50 am Reply with quoteBack to top

I am not very savy with html but have managed to have success in designing
my own RE website. I am trying to have an RSS feed from another site display
on mine and have downloaded the rss2html scrip from www.feedforall.com. I placed
the php file in my web and copied/pasted the rss info from the website that I
am trying to get the rss feed from. It displays exactly as I have it located
in the html. I know that I am doing something majorly wrong. Thank you for
any help.
View user's profile
Tech Support



Joined: 27 Aug 2004
Posts: 2364

PostPosted: Mon Feb 27, 2012 10:30 am Reply with quoteBack to top

queemat,

If you would, create a new thread, that way we can keep the replies on your issue and the replies on duckman's issue separate.

_________________
Create RSS Feeds
Audio Recording and Editing
View user's profile
duckman



Joined: 22 Feb 2012
Posts: 3
Location: California

PostPosted: Tue Feb 28, 2012 10:45 am Reply with quoteBack to top

What replies to Duckman's issue? There are none.
View user's profile
Tech Support



Joined: 27 Aug 2004
Posts: 2364

PostPosted: Tue Feb 28, 2012 4:06 pm Reply with quoteBack to top

duckman,

Sorry for the delay.

I think the problem is related to rights on your webserver, but can't tell for sure.

Can you create a file named test-feed.xml and put it in the same folder on your webserver as the rss2html.php file?

Inside the testfeed.xml file put the following:
Code:


? ?
? ? ? ? Test Feed
? ? ? ? Test RSS Feed
? ? ? ? http://www.feedforall.com
? ? ? ? http://blogs.law.harvard.edu/tech/rss
? ? ? ? en-us
? ? ? ? Sun, 15 Jan 2012 14:38:45 -0500
? ? ? ? Wed, 18 Jan 2012 09:00:00 -0500
? ? ? ? FeedForAll v2.0 (2.0.1.0) http://www.feedforall.com
? ? ? ?
? ? ? ? ? ? Test Item
? ? ? ? ? ? This is a feed item
? ? ? ? ? ? http://www.feedforall.com
? ? ? ? ? ? Wed, 18 Jan 2012 09:00:00 -0500
? ? ? ?

? ?




Also, make sure the sample-template.html file that came with rss2html.php is in the same folder on your webserver as the rss2html.php file.

When you have that done, please post that back here and I will run a couple of test to see if my suspicions are correct or not.

Thanks

_________________
Create RSS Feeds
Audio Recording and Editing
View user's profile
duckman



Joined: 22 Feb 2012
Posts: 3
Location: California

PostPosted: Wed Feb 29, 2012 10:46 am Reply with quoteBack to top

Thanks for the help. Here's the link: http://feelgoodgifts.com/test-feed.xml
View user's profile
Tech Support



Joined: 27 Aug 2004
Posts: 2364

PostPosted: Wed Feb 29, 2012 1:31 pm Reply with quoteBack to top

After having a look at things, it's definitely some sort of permissions issue with the web server. Try to open up this standard rss2html build statement:

http://www.feelgoodgifts.com/rss2html.php?XMLFILE=http://feelgoodgifts.com/test-feed.xml&TEMPLATE=http://www.feelgoodgifts.com/sample-template.html

I'm getting a 403 Forbidden error, which is indicating that the rss2html.php script is inaccessible. You may want to speak with your web server's administrator about that.

_________________
Create RSS Feeds
Audio Recording and Editing
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