103 Posts
shubhaanshu
7 years ago
Topic

I have a list of more than 1000 items, and I want to show all items in a single page (no pagination), when I set pagination more than 1000 or "all items"  in "List -> configuration", the front end list page gets blank.

Please let me know how to achieve it?

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
1
Level 1

Hi,

you should enable error reporting to see the real reason. I would presume your server runs out of resources to process all those items, so you will need to increase php limits (max_execution_time, memmory limits etc) .

103 Posts
shubhaanshu
7 years ago
0
Level 2

You Are Great Klas!!!!

Thank you, Thank you, Thank you!!!

As per your reply first of all I tried to change error reporting from "system default" to "maximum" but it does not make any change and no error displayed.

then I put the below mentioned 2 lines into the index.php file of the joomla root (main file of the site):

ini_set('max_execution_time', 300); //300 seconds = 5 minutes
ini_set('memory_limit','512M');

Now the list is working!

Hope it will help someone, sometime!

Get a VIP membership