Author |
Message |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Wed Feb 08, 2006 8:30 pm |

|
Hi, I have successfully implemented rss2html on a client site, and am trying to implement on another.
I am having no success -- returning gobbldeygook:
http://www.bcgoncology.com/testfeed.html
I tried changing the meta-tag to match encoding (tried bother utf and iso) per similar posts, but to no avail.
Any suggestions?
Thanks!
|
|
|
 
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 804
|
Posted: Wed Feb 08, 2006 9:23 pm |

|
Could you possibly post links to the souce feed, and the template file you are using, so we can take a closer look?
Thanks.
|
_________________
FeedForAll Support
|
|

|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Wed Feb 08, 2006 9:32 pm |

|
|
 
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 804
|
Posted: Thu Feb 09, 2006 5:24 pm |

|
|

|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Thu Feb 09, 2006 5:46 pm |

|
Thanks,
Below is my code, simplified and moved into same directory as the feed:
http://www.bcgoncology.com/feed/testfeed.html
I see another post, for which I don't see a resolution, where the person is using the same host (aplus.net) and having the same problem.
I don't see how else to call from an html file -- could problem be w/ htaccess and parsing html/php etc?
I have same code on another site (different host) and works fine:
http://www.4adi.com
Weird!
------------------------------
Phoenix AZ Bladder Cancer and Genitourinary Oncology Physician - BCGOncology
|
|
|
 
|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 804
|
Posted: Thu Feb 09, 2006 6:54 pm |

|
Instead of:
try:
The first version may just be including the contents of the .php file (the source code), instead of actually running it and including the output.
|
_________________
FeedForAll Support
|
|

|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Thu Feb 09, 2006 7:04 pm |

|
Tried it, that didn't work either.
|
|
|
 
|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Thu Feb 09, 2006 7:14 pm |

|
Ok, I get an error when I try to open feed.php:
Fatal error: Unknown function: curl_init() in /home/u1/d414mm/html/feed/feed.php on line 576
does this help at all?
|
|
|
 
|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 648
|
Posted: Thu Feb 09, 2006 7:20 pm |

|
monkeydog wrote: |
Ok, I get an error when I try to open feed.php:
Fatal error: Unknown function: curl_init() in /home/u1/d414mm/html/feed/feed.php on line 576
does this help at all? |
That says your server for some reason wasn't compiled with cURL support. Search for $useFopenURL = 0; and change it to $useFopenURL = 1;
Jim
|
|
|
 
|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Mon Feb 13, 2006 5:19 pm |

|
Hi, sorry for the delay in responding. I tried changing to fopen, and I get the following error:
"Unable to open RSS Feed"
Oy!
|
|
|
 
|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 648
|
Posted: Mon Feb 13, 2006 5:40 pm |

|
monkeydog wrote: |
Hi, sorry for the delay in responding. I tried changing to fopen, and I get the following error:
"Unable to open RSS Feed"
Oy! |
Well then lets go back and start at step #1. Try rss2html.php?buildURL and make sure the feed can be fetched.
Jim
|
|
|
 
|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Mon Feb 13, 2006 6:02 pm |

|
Hi Jim, thanks so much for your help, but still not working.
Yes, it can be fetched.
There is another thread on this forum with the same problem I am having (which is, code works fine on other sites, but not on a site hosted by aplus.net).
http://www.feedforall.com/forum/viewtopic.php?t=1034
Was this one ever resolved?
Thanks,
Don
|
|
|
 
|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 648
|
Posted: Mon Feb 13, 2006 6:15 pm |

|
monkeydog wrote: |
Hi Jim, thanks so much for your help, but still not working.
Yes, it can be fetched.
There is another thread on this forum with the same problem I am having (which is, code works fine on other sites, but not on a site hosted by aplus.net).
http://www.feedforall.com/forum/viewtopic.php?t=1034
Was this one ever resolved?
Thanks,
Don |
I don't see a URL in your previous posts, can you post the URL of a feed that causes this. So I have it for testing.
Jim
|
|
|
 
|
 |
monkeydog
Joined: 08 Feb 2006
Posts: 12
|
Posted: Mon Feb 13, 2006 6:22 pm |

|
|
 
|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 648
|
Posted: Mon Feb 13, 2006 6:27 pm |

|
monkeydog wrote: |
www.bcgoncology.com/feed/feed.php |
That is the URL for the XML feed you are trying to fetch?
|
|
|
 
|
 |
|