Matthew K - (Swagman Solutions) wrote:
Jeff Segars wrote:
On 4/15/10 12:41 AM, Matthew K - (Swagman Solutions) wrote:
Hi,

I just upgraded to v2.5.25 of sr_feuser_register and when I go to
view the Member registration page all I get is this error and
nothing else: sr_feuser_register: The form's token is too short!

My typo3 install is v4.3.3

does anyone have any ideas, thanks in advance.

Matthew K


Matthew,
I've run into this issue as well when trying to to link directly to a
certain registration view by adding piVars (ie. cmd=create) and have
submitted a possible patch to Franz.

What scenario are you seeing the error in?

Thanks,
Jeff

Hi Jeff,



I see the error when requesting "Not a member yet? Click here to register:" link, ie



      member-registration.html?&tx_srfeuserregister_pi1[cmd]=create



Just now I found that when I click the link to view "Forgot your password?" page, this error occurs:



Fatal error: Call to undefined method tx_div2007_alpha::getsetuporffvalue_fh002() in /home/USER/public_html/typo3conf/ext/sr_feuser_register/control/class.tx_srfeuserregister_control.php on line 86



I checked to see if the extensions 'div2007', and it was but from the localconf.php file I noted that 'div2007' was installed after 'sr_feuser_register', so being mindful of order of installed extensions I uninstalled/reinstalled 'sr_feuser_register'.



Still same 2 problems above occur.



Thanks,

Matthew


Hi,

I'm using TYPO3 4.1.10 and version 2.5.25 of the extension and I can confirm this issue though with my form, it's not happening all the time. Maybe a cache issue?

Also, I'm having problems with rendering of TCA_INPUT content.
The TCA_INPUT fields that come with the extension (f.e. gender) is rendered just fine but TCA_INPUT fields defined with a custom extension are only shown the first time the form loads.

This is the code in my html template:

<!-- ###SUB_INCLUDED_FIELD_tx_roqpremiepakker_ownbranche### -->
<div class="csc-mailform-field">
<label for="tx-srfeuserregister-pi1-tx_roqpremiepakker_ownbranche" onclick="document.getElementById(this.htmlFor).focus(); return false;">###LABEL_TX_ROQPREMIEPAKKER_OWNBRANCHE###</label>
  ###TCA_INPUT_tx_roqpremiepakker_ownbranche###
</div>
<!-- ###SUB_INCLUDED_FIELD_tx_roqpremiepakker_ownbranche### -->

This (and TS settings) should be correct, because the form renders perfect the first time. If I clear the cache, I can render it one time. After that, the markers are not replaced anymore.

Has anybody got the same problems, or has anybody got a fix for this?

Thanks in andvance.

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to