The results from a fairly standard entries loop results in the fatal error: “Fatal error: Maximum execution time of 90 seconds exceeded in \sysadmin\expressionengine\libraries\Extensions.php on line 179”. It’s supposed to output about 1000+ entries, which I suspect is the root of the problem.
Although I don’t think the code has much to do with it, this is what is being used:
{exp:channel:entries channel="foodbank" orderby="title" sort="asc" disable="member_data|pagination" dynamic="no" limit="9999999999"}
{title}
{crossstreets_foodbank}
{hours_foodbank}
{phone_foodbank}
{fax_foodbank}
{website_foodbank}
{languages_foodbank}
{eligibility_foodbank}
{additional_foodbank}
{sortcity_foodbank}
{county_foodbank}
{contact_foodbank}
{email_foodbank}
{altphone_foodbank}
{primarycustom_foodbank}
{agencysource_foodbank}
{updatemethod_foodbank}
{updateprovider_foodbank}
{/exp:channel:entries}