13 Oct 2009 10:34
Re: Re: PHPTAL Digest, Vol 56, Issue 2
On 09-10-2009 at 02:17:45 Wallace McGee <wallace@...> wrote: > > After an exhaustive process I have discovered that this little mangled > attribute was causing the infinite loop: > > <tal:block tal:condition="auth/authenticated" on error=""> > > It should be: > <tal:block tal:condition="auth/authenticated" tal:on-error=""> > > But I have no diead why the on-error was placed there so Im just going > with: > <tal:block tal:condition="auth/authenticated" > > > Now this resolves one infinite loop I have found.. but not another so > the hunt continues... I've tested how PHPTAL behaves when external macro throws errors, and I couldn't reproduce the problem. Do you have your own exception handler? (e.g. a page that would try to display error page using PHPTAL?) > PS another change I had to change was C-style remarks within html > remarks eg: > <!-- > // this is a remark > /* this is also a remark > with more here > */(Continue reading)
RSS Feed