woody 0 Posted February 18, 2004 Is anyone having a problem of navigating to pages 2, 3 etc when a topic spans multiple pages? Whatever I do, I only keep getting the first page of the topic! I tried this on http://www.wetpixel.com/PNphpBB2-viewtopic...5-start-0.phtml Woody Share this post Link to post Share on other sites
PaulM 0 Posted February 18, 2004 Yes, me too. Look slike a nasty bug. Noticed it when browsing the Feb photo competition entries. Clicking "next" or "2" always redirects to page 1. Very frustrating. Share this post Link to post Share on other sites
echeng 0 Posted February 18, 2004 Perhaps it is a result of my short URLs fix. I will test... Interesting that this doesn't affect all of the multi-page posts. Share this post Link to post Share on other sites
echeng 0 Posted February 18, 2004 OK. I fixed it. It wasn't an easy fix, but it's done. If you're interested, it's because the URL string had 5 pairs of matched arguments in the mod_rewrite RewriteRule directive. Unfortunately, mod_rewrite only supports up to 9 Back-references ($0 to $9). 5 pairs of arguments would necessitate a $10, which apparently isn't supported! Anyway, I fixed it by an inelegant hack. If there are other problems like this, please let me know!! Share this post Link to post Share on other sites
echeng 0 Posted February 18, 2004 Does *anyone* check the front page? I was hoping to solicit tests for the Short URLs feature I just implemented. This bug was a result of the new feature, and I thought someone might have associated the two. Share this post Link to post Share on other sites