On Nov 2, 2:35 pm, Andrew Darby <
agda...@gmail.com> wrote:
> Hi Ryan,
>
> The loading text is put on the page for rss feeds (instead of the
> usual swirling circle animated gif), and then replaced by the contents
> of the RSS feed. So, there are two possible problems. Try going to
> subjects/includes/feedme.php and print out the $source variable, say
> right below line 5, e.g.,
>
> $source = $_POST["feed"];
> print $source;
>
> If you navigate to your guide with the RSS feeds, and it prints out
> the URL of your feed, well, it's not a problem with jQuery loading
> that page.
>
> The next question, I guess, is: Is this feed that prints out okay?
> Can you cut and paste it in your browser and see the XML?
>
> Next: Is your server running PHP 5? If not, pgparser (the default)
> won't work.
>
> Let me know about these questions, and we can go from there. Also,
> there's some other notes here:
>