Max execution time reached when listing many terms

chirale - December 12, 2008 - 10:15
Project:Taxonomy Delegate
Version:5.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

I've 60 terms on a single category. For these, the list provided by this module exceeded PHP max execution time on includes/unicode.inc, used by decode_entities() function. Removing decode_entities() and check_markup() on term description and using check_plain() instead solves the issue.

AttachmentSize
taxonomy_delegate_maxexetime.patch968 bytes

#1

NancyDru - December 31, 2008 - 19:17

But does it cause HTML entities to be displayed?

#2

chirale - January 7, 2009 - 07:53

No, they aren't. I doesn't use entities on term description, but decode_entities plus check_markup cause that weird behavior, so some tests with 60+ terms are needed if that functions are reintroduced.

#3

NancyDru - February 10, 2009 - 21:24
Status:needs review» fixed

Committed on both branches.

#4

System Message - February 24, 2009 - 21:30
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.