Hello,
I just grabbed Membrane and Remember from SVN yesterday and got
everything installed. It is running on Plone 3.0 beta 3 and Zope
2.10.3. I have setup a custom member type with an approval workflow. A
member can register to my Plone site and I can approve the member. The
problem is when the member tries to login. They are given an error and
this traceback shows up in the logs:
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 Products.CMFFormController.FSControllerPageTemplate, line 90,
in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line
28, in _call
Module Products.CMFFormController.ControllerBase, line 232, in getNext
- __traceback_info__: ['id = login_form', 'status = success',
'button=None', 'errors={}', 'context=<PloneSite at mysite>',
'kwargs={}', 'next_action=None', '']
Module Products.CMFFormController.Actions.TraverseTo, line 38, in
__call__
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 42, in call_object
Module Products.CMFFormController.FSControllerPythonScript, line 104,
in __call__
Module Products.CMFFormController.Script, line 145, in __call__
Module Products.CMFCore.FSPythonScript, line 145, in __call__
Module Shared.DC.Scripts.Bindings, line 313, in __call__
Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 201, in _exec
Module None, line 27, in logged_in
- <FSControllerPythonScript at /mysite/logged_in>
- Line 27
Module Products.CMFPlone.MembershipTool, line 300, in setLoginTimes
Module Products.CMFCore.MemberDataTool, line 318, in setProperties
Module Products.PlonePAS.tools.memberdata, line 158, in
setMemberProperties
Module Products.PlonePAS.sheet, line 97, in setProperty
Module Products.membrane.plugins.propertymanager, line 115, in
setPropertiesForUser
Module Products.membrane.factories.properties, line 87, in
setPropertiesForUser
ValueError:
Exception raised when writing title property:
exceptions.TypeError: 'NoneType' object is not callable
I looked through some of the code mentioned in the traceback, but it all
seems to be dealing with setting the login times. I do not know where
the title property is coming in at.
Does anyone know what is causing this?
--
Rob Campbell
--
Archive:
http://www.openplans.org/projects/remember/lists/remember/archive/2007/06/1183144449940
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.