<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: Page</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Page</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 21:48:21 +0000</pubDate>

<item>
<title>chrishajer on "Where is the code for post editing? (need to modify it)"</title>
<link>http://bbpress.org/forums/topic/where-is-the-code-for-post-editing-need-to-modify-it#post-20818</link>
<pubDate>Thu, 20 Nov 2008 02:35:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20818@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I believe it's edit-forum.php in your template.  Have you looked there?  If you mean what in bbPress uses that, I can't help you there.
&#60;/p&#62;</description>
</item>
<item>
<title>Vadi on "Where is the code for post editing? (need to modify it)"</title>
<link>http://bbpress.org/forums/topic/where-is-the-code-for-post-editing-need-to-modify-it#post-20815</link>
<pubDate>Wed, 19 Nov 2008 21:37:49 +0000</pubDate>
<dc:creator>Vadi</dc:creator>
<guid isPermaLink="false">20815@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Where can I find the code that generates the &#34;edit a post&#34; page?&#60;/p&#62;
&#60;p&#62;The bbcode buttons and live preview plugins don't appear to be working on this page and I'd like to add support for them.&#60;/p&#62;
&#60;p&#62;Thank you,
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone/page/2#post-20141</link>
<pubDate>Thu, 23 Oct 2008 05:37:51 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20141@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Right - that's what we did.  I figured it was related to the way the bb-attachments plugin works.  Thanks.&#60;/p&#62;
&#60;p&#62;Weird combination of bb-attachments and mini-track at the same time.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone/page/2#post-20140</link>
<pubDate>Thu, 23 Oct 2008 05:06:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20140@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah you have the exact situation I had made a note of in the back of my mind but had not made a fix for  yet because I didn't think it would be common - bb-attachments is like a page access for every image load because it loads bbPress. You have so many images, it's trigging the &#34;too fast&#34; feature.&#60;/p&#62;
&#60;p&#62;I haven't addresses that yet. You can turn off the ban feature by setting these to zero:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$mini_track_options[&#38;#39;ban_speed&#38;#39;] = 0;
$mini_track_options[&#38;#39;ban_pages&#38;#39;] = 0;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone/page/2#post-20133</link>
<pubDate>Wed, 22 Oct 2008 19:19:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20133@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_&#60;/p&#62;
&#60;p&#62;The 503 error was happening after just loading one page a couple times in a row, or going from page one of this topic to the second page.  The page where the problem was first observed is &#60;a href=&#34;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#34; rel=&#34;nofollow&#34;&#62;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You don't need to load 100 pages in the session, or 50 pages in a minute.  All you needed to do was load the first page of that topic, then try and access the second page.  That's where you typically got the 503.  If you didn't, simply F5 or CTRL-SHIFT-R would sometimes cause the 503.&#60;/p&#62;
&#60;p&#62;It seems like something is being counted as a page access when it's not.  It's as if loading the first page of that topic counts as 30 page views, then loading page two is another 25 or 30 and you get the 503.&#60;/p&#62;
&#60;p&#62;There are &#60;a href=&#34;http://bbpress.org/forums/topic/second-page-gone#post-19868&#34;&#62;lots of plugins&#60;/a&#62; installed.  I thought at first that the bb-attachments plugin might be causing the problem since there are lots of embedded images in that topic.  I know what *should* count as a page access, but it seems like some pages are being counted multiple times based on the content of that page.&#60;/p&#62;
&#60;p&#62;If you need more debug info or logs to see what's going on, please ask here.  Right now both those throttling things are turned off (pages in a row in a certain time period and pages per session) and the forum seems to be working fine.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-20132</link>
<pubDate>Wed, 22 Oct 2008 16:03:42 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20132@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The 503 is the auto-ban feature if they download too many pages too quickly. Shouldn't happen until you pass 20+ pages and then only if you read more than 50 pages in a minute (which is crazy fast). &#60;/p&#62;
&#60;p&#62;But it can be disabled or increased as desired. And yes, it does block by session so another browser open on the same computer would not be banned (it's a feature).
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-20129</link>
<pubDate>Wed, 22 Oct 2008 14:23:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20129@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like the 503 error was coming from the mini-track plugin (I confirmed this by changing the message slightly to see if the message was being generated by Apache or this plugin.)  So far, it looks OK, but it's only been a day.  More testing to follow.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-20047</link>
<pubDate>Sun, 19 Oct 2008 20:25:29 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, trying to access the same URL from another client at the same IP (wget vs. Firefox, where the 503 was first seen) also works.  Why would the server return a 503 to one client and not the other at the same IP?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-20046</link>
<pubDate>Sun, 19 Oct 2008 20:18:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20046@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In testing this, the host, Dreamhost, suggested turning off mod_security, which was done, but the errors persist.&#60;/p&#62;
&#60;p&#62;One thing I cannot understand: when accessing this URL:&#60;br /&#62;
&#60;a href=&#34;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#34; rel=&#34;nofollow&#34;&#62;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sometimes it works, sometimes it does not.  Sometimes it gives a 503 error, service not available.  However, when that happens, the main site on the same server still loads fine:&#60;br /&#62;
&#60;a href=&#34;http://harrismarine.co.nz/&#34; rel=&#34;nofollow&#34;&#62;http://harrismarine.co.nz/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, accessing this URL from another computer (at another location):&#60;br /&#62;
&#60;a href=&#34;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#34; rel=&#34;nofollow&#34;&#62;http://harrismarine.co.nz/bbpress/topic.php?id=9&#38;#38;page=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;is possible.  So, why would a 503 error be served to some clients and not others, at the same time?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19990</link>
<pubDate>Fri, 17 Oct 2008 12:13:01 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19990@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Glad you resolved the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19984</link>
<pubDate>Fri, 17 Oct 2008 01:37:34 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19984@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For some reason, one of our forum members was showing up as Ignored under my profile. I un-ignored him and all is well.&#60;/p&#62;
&#60;p&#62;Boy is my face red!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19980</link>
<pubDate>Thu, 16 Oct 2008 22:47:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19980@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What do you see when you're logged out?  Is it different than what you see when you're logged in?  Maybe it has something to do with replies that have been deleted, maybe they show up in a post count when you're not expecting them to?
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19979</link>
<pubDate>Thu, 16 Oct 2008 21:40:54 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19979@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm using FF3 and am logged in. That's really weird....
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19975</link>
<pubDate>Thu, 16 Oct 2008 18:19:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19975@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On that page you sent, I can navigate forward and backward with the page number 1 or 2 and the next and previous links.  So what is supposed to be broken?  Looks like there are supposed to be 22 posts in that topic and I see 20 on the first page and 2 on the second page.&#60;/p&#62;
&#60;p&#62;There was another topic that had 21 posts and it had two pages, 20 on the first page and 1 on the second.&#60;/p&#62;
&#60;p&#62;I am focusing on the bbPress generated links at this point.&#60;/p&#62;
&#60;p&#62;Maybe it's different when you're logged in?  I was not.  Also, FF3.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19973</link>
<pubDate>Thu, 16 Oct 2008 16:37:21 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19973@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.cairoshell.com/forum/topic.php?id=888&#38;#38;page=2&#34; rel=&#34;nofollow&#34;&#62;http://www.cairoshell.com/forum/topic.php?id=888&#38;#38;page=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using a page link plugin for the main page, but the links inside the thread are bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19970</link>
<pubDate>Thu, 16 Oct 2008 15:55:15 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19970@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have a link to the page that's a problem?&#60;/p&#62;
&#60;p&#62;And is the link you're clicking generated by a plugin or by the bbpress core?
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19967</link>
<pubDate>Thu, 16 Oct 2008 15:15:14 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19967@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nope, didn't work. Just hit one with incorrect post count and a second blank page.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19966</link>
<pubDate>Thu, 16 Oct 2008 15:14:16 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19966@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think recounting posts worked.&#60;/p&#62;
&#60;p&#62;It's links from the front page and links from one page to another. I'll update this in a day or two to determine if the recount really did help.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19961</link>
<pubDate>Thu, 16 Oct 2008 05:55:59 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19961@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you try a recount in the admin panel?&#60;/p&#62;
&#60;p&#62;And is it just the link in the front page view (which is from a plugin, correct?), or the link from page one to page two of a topic?
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page Links and Post Count Wrong"</title>
<link>http://bbpress.org/forums/topic/page-links-and-post-count-wrong#post-19958</link>
<pubDate>Thu, 16 Oct 2008 01:28:59 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">19958@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm running bbPress 0.9.0.2.&#60;/p&#62;
&#60;p&#62;I've noticed the page links are working incorrectly. We have 20 posts to a page, but bbPress is counting too many posts. For example, one thread only has 19 posts, but the thread link clearly says it has 21. When you click the link to page two, you get a blank page with just the topic title and the reply form.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cairoshell.com/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.cairoshell.com/forum&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19912</link>
<pubDate>Tue, 14 Oct 2008 03:03:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19912@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, through my website - click my profile, find my site, find a way to contact me.  I'm not trying to be difficult, just also not trying to spam the board.&#60;/p&#62;
&#60;p&#62;Or just &#60;a href=&#34;http://www.google.com/search?q=chrishaje&#34;&#62;google chrishajer&#60;/a&#62;: I'm easy to find.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19911</link>
<pubDate>Tue, 14 Oct 2008 02:29:32 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">19911@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yea I mean it works on my mac browser when the server seems to be down.&#60;/p&#62;
&#60;p&#62;I am with dreamhost.&#60;/p&#62;
&#60;p&#62;Cant see how to contact you through your profile, or do you mean through your site?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19910</link>
<pubDate>Tue, 14 Oct 2008 02:22:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19910@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What type of server is this hosted on?  And you mean it works in your Mac browser even when the server is having trouble?&#60;/p&#62;
&#60;p&#62;You can contact me via my profile if you need additional help.&#60;/p&#62;
&#60;p&#62;UPDATE: I am unable to add a new reply to this thread for some reason (the background image looks weird to me too all of the sudden) so I am posting this here:&#60;/p&#62;
&#60;p&#62;Yes, through my website - click my profile, find my site, find a way to contact me.  I'm not trying to be difficult, just also not trying to spam the board.&#60;/p&#62;
&#60;p&#62;Or just &#60;a href=&#34;http://www.google.com/search?q=chrishajer&#34;&#62;google chrishajer&#60;/a&#62;: I'm easy to find.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19909</link>
<pubDate>Tue, 14 Oct 2008 02:18:06 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">19909@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The thing is even when the whole site is down it almost always works on my mac...every time. So wouldn't that mean that it cant be the server?
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19908</link>
<pubDate>Tue, 14 Oct 2008 02:05:33 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">19908@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yea that was me disabling some plugins.&#60;/p&#62;
&#60;p&#62;Thanks but I don't know anyone that knows how to fix this type of thing.&#60;/p&#62;
&#60;p&#62;I tried refreshing another page over and over and you are right it did the same thing only with more gibberish errors over top of the default bbpress error page.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19907</link>
<pubDate>Tue, 14 Oct 2008 01:59:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19907@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I suggest you find someone you trust and give them access to that server or hosting account to help you with this.  It's such a nice forum: you need to get these problems resolved.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19906</link>
<pubDate>Tue, 14 Oct 2008 01:58:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19906@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Interestingly, I just checked the forum again, and it was inaccessible.  So I tried the main website, and it came up.  Then I tried the forum again, and it came up (so, it appears that the forum was down about 10 minutes this time.)&#60;/p&#62;
&#60;p&#62;But I got this error on the forum page for:&#60;br /&#62;
&#60;a href=&#34;http://harrismarine.co.nz/bbpress/topic.php?id=63&#34; rel=&#34;nofollow&#34;&#62;http://harrismarine.co.nz/bbpress/topic.php?id=63&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Fatal error: Call to undefined function: avatarupload_display() in /mnt/local/home/harrismarine/harrismarine.co.nz/bbpress/bb-templates/kakumei/post.php on line 7&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;There were supposed to be 6 posts to that thread I think, but only the first one comes up, with this error, then there are no more replies.&#60;/p&#62;
&#60;p&#62;Then, I refreshed the same page, and I got this error:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Fatal error: Call to undefined function: show_view_count() in /mnt/local/home/harrismarine/harrismarine.co.nz/bbpress/bb-templates/kakumei/topic.php on line 9&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That error kept coming up over and over when I refreshed the page.&#60;/p&#62;
&#60;p&#62;It seems to me that right now you're disabling plugins, but the call to the plugin function is still in the template, which is causing these errors.  That points to a totally different problem, not the one that was causing the 503 before.  This is something new and only because I think you disabled some plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19905</link>
<pubDate>Tue, 14 Oct 2008 01:52:50 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19905@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Not just displaying them, no.  If you are processing them in some way before displaying them, then maybe.  But just displaying them on a page would not cause this error.&#60;/p&#62;
&#60;p&#62;Another possibility is that the website is exceeding a bandwidth cap on the host.   I don't know the details of the hosting plan, but it's possible that somehow the host is limiting or throttling the bandwidth or resource usage.&#60;/p&#62;
&#60;p&#62;It's still giving a 503 error for even the front page of the forum.  Maybe with some sort of throttling, it takes your site down for a while after exceeding some cap?  I never timed how long it gives a 503 after the first time it happens, but it seems like it's at least 10 minutes, maybe more.  It's still down right now.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19904</link>
<pubDate>Tue, 14 Oct 2008 01:47:12 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">19904@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Would having alot of inline images be able to overload the server?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Second Page Gone!"</title>
<link>http://bbpress.org/forums/topic/second-page-gone#post-19903</link>
<pubDate>Tue, 14 Oct 2008 01:39:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19903@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You might need more help than can be offered via a forum. &#60;/p&#62;
&#60;p&#62;The missing topgrey.gif file is not your problem: that's just a 404 file not found error.  That won't bring down your forum.  The missing.html file being missing is probably because the server is configured to display a custom 404 page, but it can't find that file either.  But two 404 errors will not bring down your server.&#60;/p&#62;
&#60;p&#62;Upgrading to alpha will not fix your problem.  You need to find the specific problem with your installation.&#60;/p&#62;
&#60;p&#62;Also, just loading page one of that topic 9, TWICE, caused the blank screen.  So I doubt it even has anything to do with that thread having two pages.  Just try loading any page twice and see if you experience the same thing I did (503 error, Service Not Available.)&#60;/p&#62;
&#60;p&#62;To me, it sounds like something in the bbpress forum is overloading your server.  Could be one of the plugins causing an excessive amount of database queries, could be something exhausting PHP RAM.  You need someone close to the server to be able to troubleshoot this.  If it's a shared server, you might have a hard time finding the information you need.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
