[TYPO3-seminars] seminars + onetimeaccount

Johanna j-z2000 at gmx.net
Thu Dec 6 17:30:35 CET 2012


Hello,

I want to set up seminars with onetimeaccount and followed the manual. 
The Seminars are displayed corectly. When I try to register for an Event 
I get to the page that I set up with "registerPID = 33". On this page I 
have installed the onetimeaccount plugin, but the URI is wired somehow: 
"http://www.mydomain.com/index.php?id=33&tx_seminars_pi1[uid]=1&redirect_url=http%3A%2F%2Fwww.mydomain.com%2Findex.php%3Fid%3D33%26tx_seminars_pi1%255Bseminar%255D%3D1%26tx_seminars_pi1%255Baction%255D%3Dregister"

config.absRefPrefix is not set.

when I send the Form I get back to the same page with the empty Form and 
not the thankyou page.

A fe_user is added to the DB but the fe_user is not asigned to the event.


  * TYPO3 4.7.7
  * seminars 0.9.5
  * onetimeaccount 0.8.1 ( require_once removed )

--- TypoScript setup -------

plugin.tx_seminars {
	attendancesPID = 27
}

plugin.tx_seminars_pi1 {
	pages = 21
	recursive = 10
	listPID = 30
	detailPID = 31
	myEventsPID = 38
	registerPID = 33
	loginPID = 33
	thankYouAfterRegistrationPID = 34
	pageToShowAfterUnregistrationPID = 30
	sendConfirmation = 1
}

plugin.tx_seminars.enableRegistration = 1
plugin.tx_seminars_pi1.enableRegistration = 1
plugin.tx_seminars_pi1.logOutOneTimeAccountsAfterRegistration = 1

plugin.tx_seminars_pi1._LOCAL_LANG.de {}
plugin.tx_seminars._LOCAL_LANG.de {}
plugin.tx_seminars_pi1.listView {}

# OneTimeAccount
plugin.tx_onetimeaccount_pi1.systemFolderForNewFeUserRecords = 37
plugin.tx_onetimeaccount_pi1.groupForNewFeUsers = 1
plugin.tx_onetimeaccount_pi1.feUserFieldsToDisplay = 
name,address,city,email,telephone

-----------


More information about the TYPO3-project-seminars mailing list