-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Justin Dunsworth wrote:
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't received before.
Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 42, in call_object Module OFS.DTMLDocument, line 145, in __call__ - <DTMLDocument at /gldb_root/processlogin> - URL: http://localhost/processlogin/manage_main - Physical Path: /gldb_root/processlogin Module zope.contenttype, line 76, in guess_content_type Module zope.contenttype, line 39, in text_type IndexError: string index out of range
I did a little deductive reasoning and took parts out until it didn't error out anymore and it seemed when I took the following lines out it didn't error:
<dtml-call "RootSQLMethods.user.SetLastLogin(_.None,_)"> <dtml-call "RESPONSE.redirect(BASE1+'/')">
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.
Any assistance is appreciated... if I need to provide more information please let me know.
The traceback would indicate that the DTMLDocumet at '/gldb_rootprocesslogin' is the culprit here. We can't help you unless you provide the text of that method, along with the values it uses from the request (dummies would work, likely). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAksMmtAACgkQ+gerLs4ltQ7N5ACfWyrBWl/ZbpwKR8i1IaCzzbrl Vo8AnjRIFPPKiK4+KKkePitnYIfbVtEd =KRRU -----END PGP SIGNATURE-----