[pmwiki-users] RSS Fetch Problem - I got it!
Patrick R. Michaud
pmichaud at pobox.com
Thu Jun 29 14:24:34 CDT 2006
On Wed, Jun 28, 2006 at 06:33:42PM -0400, JimB wrote:
> I got it! pmwiki changes the & to & in the URL.
>
> Now I just need to find how to stop that. I know it is possible, but I
> can't remember off the top of my head.
>
> Any ideas?
The rssdisplay.php recipe probably needs to be de-converting "&"
back into "&". In PHP, this would be:
$x = str_replace('&', '&', $x);
Pm
> ----- Original Message -----
> From: JimB
> To: pmwiki-users at pmichaud.com
> Sent: Wednesday, June 28, 2006 2:39 PM
> Subject: [pmwiki-users] RSS Fetch Problem
> Hello!
>
> First I want to say that pmwiki has been great. Second, I have never
> needed to ask a question before because of the activity of this list,
> but I now have one.
>
> I am having a RSS problem. I am using the rssdisplay.php recipe.
>
> Here is the source for my a sample page:
>
> (:RSS http://www.elon.edu/e-net/AtomFeed.aspx :)
>
> (:RSS http://www.elon.edu/e-net/AtomFeed.aspx?feed=dept&dept=MTH :)
>
> The first works fine, but the second returns the following error:
>
> Warning: MagpieRSS: Failed to fetch http://www.elon.edu/e-net/AtomFeed.aspx?feed=dept&dept=MTH
> (HTTP Response: HTTP/1.1 500 Internal Server Error ) in (omited)\local\magpie\rss_fetch.inc on line 238
>
> Both feeds validate, so I am not sure what is going on.
>
> tia
>
> Jim
>
> ----------------------------------------------------------------------
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
More information about the pmwiki-users
mailing list