× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Page navigation doesn't work with Joomla Cache

More
10 years 4 days ago #2830 by jfbeaulieu.gmail
Page navigation doesn't work with Joomla Cache was created by jfbeaulieu.gmail
Hi,

I would like to be able to use Joomla Cache to bring the load of the website faster but Joodatabase doesn't seem to work with cache activated. When I have a database result with Joodatabase and I want to navigate from a page to an other, the result page stock at the first one, even if click on page 2, 3 , 4... etc. When I put the Joomla Cache to Off, the problem is resolved.

Is it possible to use Joomla Cache without this problem ?

Thank you very much,

Jeff B.

Please Log in to join the conversation.

More
10 years 4 days ago - 10 years 4 days ago #2831 by Dirk
Limit and Limitstart are missing at the Saveurl-Array. Will be fixed with the next version. Meanwhile please replace controller.php in /components/com_joodb or change the saveurl array in the display function of this file.
        // TODO complete list of params
        $urlparams = array(
            'option' => 'CMD',
            'view' => 'CMD',
            'task' => 'CMD',
            'format' => 'CMD',
            'layout' => 'CMD',
            'id' => 'INT',
            'jbid' => 'INT',
            'letter' => 'CMD',
            'search' => 'STRING',
            'searchfield' => 'STRING',
            'gs' => 'ARRAY',
            'orderby' => 'CMD',
            'ordering' => 'CMD',
            'limit' => 'INT',
            'limitstart' => 'INT',
            'start' => 'INT',
            'print' => 'BOOLEAN',
            'lang' => 'CMD',
            'Itemid' => 'INT'
        );

This message has an attachment file.
Please log in or register to see it.

Last edit: 10 years 4 days ago by Dirk.
The following user(s) said Thank You: andernah

Please Log in to join the conversation.

Moderators: Dirkjoest