<div>I have been using Zope 2.10.4-final, python 2.4.4, win32 for quite awhile... I recently started a new project using Zope 2.11.4-final, python 2.4.4, win32 and proceeded with my normal programming but I am receiving an error that I haven&#39;t received before.</div>


<div> </div>
<div>Traceback (innermost last):<br>  Module ZPublisher.Publish, line 119, in publish<br>  Module ZPublisher.mapply, line 88, in mapply<br>  Module ZPublisher.Publish, line 42, in call_object<br>  Module OFS.DTMLDocument, line 145, in __call__<br>

   - &lt;DTMLDocument at /gldb_root/processlogin&gt;<br>   - URL: <a href="http://localhost/processlogin/manage_main">http://localhost/processlogin/manage_main</a><br>   - Physical Path: /gldb_root/processlogin<br>  Module zope.contenttype, line 76, in guess_content_type<br>

  Module zope.contenttype, line 39, in text_type<br>IndexError: string index out of range</div>
<div> </div>
<div>I did a little deductive reasoning and took parts out until it didn&#39;t error out anymore and it seemed when I took the following lines out it didn&#39;t error: </div>
<div> </div>
<div>&lt;dtml-call &quot;RootSQLMethods.user.SetLastLogin(_.None,_)&quot;&gt;<br>&lt;dtml-call &quot;RESPONSE.redirect(BASE1+&#39;/&#39;)&quot;&gt; </div>
<div> </div>
<div>If I have both, one, or the other in it will throw the error. If I take both of these out then it will not.</div>
<div> </div>
<div>Any assistance is appreciated... if I need to provide more information please let me know.</div>