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
|
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 |
User loginNavigationActive forum topicsUpcoming eventsPollHow to refresh EGLUG? more events 23% more active members 10% find more places for events 7% more members meetings 7% All above 49% none of that 5% Total votes: 166
NewsForgeLinux Counter Egypt StatisticsWho's newWho's onlineThere are currently 0 users and 8 guests online.
|
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.