• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does pagination work without server bounce?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am running JForum distribution 2.1.6.

When adding new topics, pagination does not seem to turn on until after the server is restarted. For example, if I post 20 topics, I only see the last 15 and there are no "Go to Page..." links. The first 5 topics have disappered.

After stopping and restarting tomcat, you get the "Go to Page..." pagination links, and can see all topics. But if you go up to 35 topics, you have the same problem again (the first 5 disappear).

It looks obviously to do with caching, and I have seen other posts related to caching, but I can't see: does this feature completely not work?

I have tried making all these properties true and false:

posts.cache.enabled = true
topic.cache.enabled = true
security.cache.enabled = true
forum.cache.enabled = true

But it makes no difference.

Even if this is fixed in CVS, is there any (configuration) way to make it work in 2.1.6? I have made a lot of customization and don't want to go through the pain of upgrading until there is a new release.

thanks in advance,
Brensen

[originally posted on jforum.net by brensen]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for this bug. It is fixed now.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rafael ,

could you tell us which file to take the latest from. im already in production n i cant update the whole thing.

thanxx
[originally posted on jforum.net by pankajvermani]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pagination.ftl if I'm not wrong.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic