Fatal error: Maximum execution time of 60 seconds exceeded in

rtorres

Member
Hi!

I uploaded a bunch of records to a table approx.. 3700, after that I can't view the data in the backend, I've already disabled some fields so they are not shown in the list view, but I only get the error.

I can see the data in the frontEnd. I selected 5 fields and 100 records max per page.

Any ideas about where can I filter or.. what could be the answer...
 
Last edited:
You'll need to drop that max per page down to about 10. However, I don't think just changing the default in the list settings will work, if you've already tried loading the list, as your "max display" will be in session data, so won't change with the default.

You'll have to append &limitX (where X is your list ID) to the URL, like ... index.php?option=com_fabrik&view=list&listid=123&limit123=10

(or whatever the backend URL is, I think &task=view.list rather than &view=list)

Once you've gotten the list to display once, you can then adjust your display max to suit.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top