Tim_Myth
10-27-2005, 12:06 PM
So I'm playing with the pagination and RSS feed stuff, and come across this error:
Fatal error: Call to a member function on a non-object in /htdocs/after5webdesign/directory/rss.php on line 86
I set the pagination at 5 links (my directory isn't very full yet), and browsed to the second page of links in teh Consumer Electronics section. I then clicked the XML button and got the error. I'm pretty sure that it is the &p=xx option that is throwing it off since it only fails when that option is present. I do not know if the error is present when URL rewriting is on because I can't get that portion to work on my host.
What I'm testing is whether the rss feed only displays the feed for that page or if it displays all the links in that category. E.g, if a category has 500 links, does the feed display all 500 or is it paginated as well?
Fatal error: Call to a member function on a non-object in /htdocs/after5webdesign/directory/rss.php on line 86
I set the pagination at 5 links (my directory isn't very full yet), and browsed to the second page of links in teh Consumer Electronics section. I then clicked the XML button and got the error. I'm pretty sure that it is the &p=xx option that is throwing it off since it only fails when that option is present. I do not know if the error is present when URL rewriting is on because I can't get that portion to work on my host.
What I'm testing is whether the rss feed only displays the feed for that page or if it displays all the links in that category. E.g, if a category has 500 links, does the feed display all 500 or is it paginated as well?