[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fle3-users] Problems editing users
From: |
Jukka K Purma |
Subject: |
Re: [Fle3-users] Problems editing users |
Date: |
Wed Aug 28 14:29:01 2002 |
> Hello,
>
> I use FLE3 1.3beta in a Zope-2.5.0 and python2.1 linux box.
> I am having problems when I click "Edit user" link in the page below:
> http://cuba.eci.ufmg.br/Bax/Disciplinas/FLE/fle_users/fleadmin/show_user_inf
> o?state_url=9,1course_id1
>
> is anyone familiar with the following error:
>
Hello,
It seems related to problem I had, concerning user's missing nicknames (
!= username) and yes, there is an error in python source.
Go to the fle-dev archive
http://mail.freesoftware.fsf.org/pipermail/fle3-dev/
and find thread named "What is the role of nickname?", 2002 August. Bo's
fix worked for me (remember to restart zope after changes)
jukka
> Error: TypeError
> cannot add type "Python Method" to string
> Traceback (innermost last):
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py,
> line 150, in publish_module
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py,
> line 114, in publish
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/Zope/__init__.py, line
> 158, in zpublisher_exception_hook
> (Object: fleadmin)
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py,
> line 98, in publish
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/mapply.py,
> line 88, in mapply
> (Object: edit_user_form_1_3)
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/ZPublisher/Publish.py,
> line 39, in call_object
> (Object: edit_user_form_1_3)
> File /usr/local/Zope-2.5.0-linux2-x86/lib/python/OFS/DTMLMethod.py, line
> 127, in __call__
> (Object: edit_user_form_1_3)
> File
> /usr/local/Zope-2.5.0-linux2-x86/lib/python/DocumentTemplate/DT_String.py,
> line 473, in __call__
> (Object: edit_user_form_1_3)
> File
> /usr/local/Zope-2.5.0-linux2-x86/lib/python/DocumentTemplate/DT_Util.py,
> line 159, in eval
> (Object: hdr_form_um(ret_self(), REQUEST, browser_title='Fle3 / ' +
> L_editing + ' ' + get_nickname + ' (1/3)'))
> (Info: L_editing)
> File <string>, line 2, in f
> TypeError: (see above)
>
>