Friday 09 April 2010 12:35:26 pm
I'm having problems solving this since it has happened only a couple of times and I cannot reproduce it, and it's driving me crazy. I don't know what causes it, but the consequences are the following:
When a user registers, a single object is created but:
- it has 2 main nodes
- it's name is "," (the pattern is "<last_name>,<first_name>" )
- the registrationinfo mail is sent twice (the second time having all object attributes empty, except for an ezidentifier attribute).
- the contentobjectedithandler is triggered twice (the second time also object attributes are empty when fetching the data map) - the content-publish-after event is triggered twice.
About 600 users have registered without problems, and around 7 had this problem.
I have no errors nor warnings in my logs (except "There are more then one main_node for objectID" ). I'm running ez 4.1.3 on Debian, with PHP 4.2.6 and MySql 5, with the following extensions: birthday, regexpline and place_users. Does anyone have any idea about what might be causing this?
|