Submitted by mardini on Mon, 08/05/2006 - 13:59.
( categories: )

I get the following error:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/.devil/eglug/eglug.org/modules/eglug/bidi.module on line 172

when I try to access this URL: http://www.eglug.org/article/misc+articles


partially fixed

It's a bug in bidi filter (which handles line directions) when it receives invalid HTML. This looks like the same issue here.

IMO bidi is not the only to blame here, and it's normal for bidi to not handle broken markup, but at least it shouldn't loop forever, it should just skip any broken markup.

Anyway, I modified the order of filters invokation. So now HTML corrector filter comes before bidi, to fix HTML markup issues, so bidi can proceed with no problems. This is actually the setup that bidi module author alaa always suggests, and I thought we was using it already, but that wasn't the case.

I don't consider this "fixed", as the only proper fix for this is to fix bidi module itself.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.