You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set admin pagination for categories to 20 and refresh then go to Items the pagination is set 20. The same for the reverse. If I set Items pagination to 100 then Categories pagination is set to 100.
For large websites where I have a large and complex category hierarchy, I need to see more than 100 categories at a time. Since there is no other large pagination choices such as 200, 300, 400, 500 etc. I have to set Category to "all" pagination. When I then go to Items, I get a 500 error like so:
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 37820888 bytes) in /var/www/vhosts/domain.com/httpdocs/libraries/src/MVC/View/HtmlView.php on line 705, referer: https://www.domain.com/administrator/index.php
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 37826560 bytes) in Unknown on line 0, referer: https://www.domain.com/administrator/index.php
Is it possible to have discrete pagination counts of admin lists for Categories and Items?
Also, it would be great to have larger pagination choices as I mentioned above.
I have a handful of large websites that have been using k2 for a long time. They have 100-500 categories and 5k - 10k of k2 items. Pagination is really important for these websites.
The text was updated successfully, but these errors were encountered:
K2v2.10.2 Joomla 3.9.24.
If I set admin pagination for categories to 20 and refresh then go to Items the pagination is set 20. The same for the reverse. If I set Items pagination to 100 then Categories pagination is set to 100.
For large websites where I have a large and complex category hierarchy, I need to see more than 100 categories at a time. Since there is no other large pagination choices such as 200, 300, 400, 500 etc. I have to set Category to "all" pagination. When I then go to Items, I get a 500 error like so:
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 37820888 bytes) in /var/www/vhosts/domain.com/httpdocs/libraries/src/MVC/View/HtmlView.php on line 705, referer: https://www.domain.com/administrator/index.php
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 37826560 bytes) in Unknown on line 0, referer: https://www.domain.com/administrator/index.php
Is it possible to have discrete pagination counts of admin lists for Categories and Items?
Also, it would be great to have larger pagination choices as I mentioned above.
I have a handful of large websites that have been using k2 for a long time. They have 100-500 categories and 5k - 10k of k2 items. Pagination is really important for these websites.
The text was updated successfully, but these errors were encountered: