[TYPO3-seminars] seminars + onetimeaccount

Johanna j-z2000 at gmx.net
Fri Dec 7 14:08:56 CET 2012


Am 06.12.12 17:30, schrieb Johanna:
> 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.

Same URL is set in the action of the Form:
-------
<form enctype="multipart/form-data"  id="tx_onetimeaccount_pi1_form" 
action="http://www.mydomain.com/index.php?id=33&amp;tx_seminars_pi1%5Buid%5D=1&amp;redirect_url=http%3A%2F%2Fwww.mydomain.com%2Findex.php%3Fid%3D33%26tx_seminars_pi1%255Bseminar%255D%3D1%26tx_seminars_pi1%255Baction%255D%3Dregister" 
  method="post">
-------


In the first part of the URL is urlencoded
[ => %5B
but the redirect part of the URL double encoded
[ => %5B => %255B
and the Browser cant read that.

Is that a Bug or am I doing something wrong?


More information about the TYPO3-project-seminars mailing list