Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Bug in Joomla 3.3.6 Breaks Pagination 18 Dec 2014 20:20 #12805

  • rnevins
  • rnevins's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 24
  • Thank you received: 6
In the most recent version of Joomla 3.3.6 there is a bug in the pagination routine which breaks pagination if you use SEF urls. This results in not being able to get back to the first page of a multi-page list if you page forward, because the limitstart=0 parameter is stripped in the method which creates the SEF URL. The patch/fix is documented here:

github.com/joomla/joomla-cms/commit/f450...8b5c29657d676d95033d

The issue is described a little bit more here:

github.com/joomla/joomla-cms/pull/4393

This bug may have been introduced in an earlier version, although it was not there in 3.1, so somewhere between 3.1 and 3.3.6 I think.

Anyway, hopefully this will save someone else some time trying to resolve.
The following user(s) said Thank You: krasy

Please Log in or Create an account to join the conversation.

Bug in Joomla 3.3.6 Breaks Pagination 27 Dec 2014 12:21 #12808

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Good one, thanks for this.

Hopefully, I think it will be fixed soon in Joomla next version.
Cook does not seems affected, but I should rename 'limitstart' to 'start'. (And deprecate limitstart)
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.100 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started