Jump to content
  • 0
Dolphin86

Fluxcp Register Problem : Birthdate field must not be empty, Format for Birthdate is YYYY-MM-DD

Question

as stated above i have problem with resgitering with new accounts, all was fine with default theme,

but once i change it to this theme : http://rathena.org/board/files/file/3066-medieval-theme-for-fluxcp-by-mardesigns/

 

i cant register anyone have this issue sloved ? please share with me or guide me ?

 

you may test it here : http://www.rhro.nickyzai.com/cp/?module=account&action=create

 

I did try this http://rathena.org/board/topic/58932-flux-cp-birthdate-field-in-register-page/?p=85856 yesterday and it dint work

Edited by dolphincute
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

hmm, it is the renewal one. (we are giving the exactly same link)

 

This?

http://rathena.org/board/topic/65311-flux-cp-errorregistration-error/#entry112144

 

not sure if his problem was the same

Ok problem solve thanks to Dastgir from Hercules

method :

 

look for this :

 

<td>

<?php echo $this->dateField('birth_date',null,0) ?></td>

 </tr>

 

and change to this :

 

 

<td>

<?php echo $this->dateField('birth',null,0) ?></td>

</tr>

Edited by dolphincute
Link to comment
Share on other sites

Is your fluxCP base is the one for rAthena? (FluxCP Renewal)?

http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/

 

i got my flux from CalciumKid renewal : http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/

Edited by dolphincute
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.