[TYPO3-project-seminars] automatic group assign is not working in ontimeaccount 0.6.0

Alexander Grein ag at mediaessenz.eu
Wed Jul 8 16:29:36 CEST 2009


Hi Oliver,

i've got the bug!

class.tx_onetimeaccount_pi1.php / Line 487

This is wrong:
$result = $this->buildFullName($formData);

Should be:
$result = $this->buildFullName($result);

Cheers!

Alex


Oliver Klee schrieb:
> Hi,
> 
> Alexander Grein schrieb:
>> what does the function "preprocessFormData"?
>> The function is just defined, but never used...
> 
> It should be called by the FORMidable data handler (although I don't
> know whether this call actually is executed at all now):
> 
> setup.txt:
> 
> form {
> [snip]
> 	control {
> 		datahandler = datahandler:DB
> 		datahandler {
> 			tablename = fe_users
> 			keyname = uid
> 			labelname = name
> 			process.beforeinsertion.userobj {
> 				extension = this
> 				method = preprocessFormData
> 			}
> 		}
> 
> 
> 
> Oliver


More information about the TYPO3-project-seminars mailing list