All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

simple use problem.

peter e 2 Oct 2012 17:42 problem, rejected

I am getting this error:
Fatal error: Maximum execution time of 90 seconds exceeded in /home/hookingr/public_html/courses/admin/expressionengine/libraries/Functions.php on line 2811

I have a list of products and I simply want to be able to make it easy for my client to reorder them.

{exp:channel:entries channel="products" limit="36" dynamic="yes" sort="desc" status="not closed" paginate="bottom"}
{exp:low_reorder:entries set="1" disable="member_data"}

{title} details »

{paginate}
Page {current_page} of {total_pages} pages {pagination_links}

{/paginate}
{/exp:low_reorder:entries}
{/exp:channel:entries}

Replies

  1. Low 3 Oct 2012 07:59

    Hi Peter,

    I've emailed you this yesterday, following up here for visibility.

    Don't wrap the low_reorder:entries tag inside a channel:entries tag. Instead, just use the low_reorder:entries tag instead of the channel:entries tag.

    Read up on the docs, here, which should help you along.

  2. peter e 3 Oct 2012 15:05

    perfect thanks. I posted another issue in another thread regarding dynamically choosing the set based on the category in the segment