• Resolved tomot

    (@tomot)


    Hi,
    i’m using gridder theme.
    the initial conditions:
    i’m displaying pagination with page_limit=2
    there is category A which don’t have enough records to display pagination (1 record)
    there is category B which have enough records to display pagination. (3 records)
    i’m currently on page 2 of pagination ( /pg/2 )

    i’m trying now to select category A from dropdown menu -> /pg/2?cn-s=&cn-cat=3
    this will cause:
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /wp-content/plugins/connections/includes/Query/Term.php on line 309
    Page doesn’t load.

    adding 2 records to category A solve problem.
    I checked it for condition when B have 10 pages and A have only 2 pages, eg. im on page /pg/10 and select cat.A, it will work.
    So, if there is enough records in category to display at least 1 extra page, it will work.

    • This topic was modified 2 years, 5 months ago by tomot.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    fyi, following up to let you know that I’ve read your post and am investigating. I’ll get back to you asap when I have duplicated this issue and hopefully found a solution.

    Thread Starter tomot

    (@tomot)

    Thank you. Unfortunately i’m going for vacation this wednesday for 9 days, so i will not be able to respond.

    Thread Starter tomot

    (@tomot)

    Just wanna to let you know i decided to no to use pagination which of course solve problem. Not due to problem, but because of design changes.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    I’ll keep this open until I can reproduce (I have, but not reliably), and I’ll reply when I have identified and corrected the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘pagination + select category problem’ is closed to new replies.