pagination + select category problem
-
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.
- The topic ‘pagination + select category problem’ is closed to new replies.