Jump to content
  • 0

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


Dolphin86

Question


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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

Link to comment
Share on other sites

×
×
  • Create New...