Author Topic: AJAX Register - GetDate error  (Read 1847 times)

sbeaver

  • Newbie
  • *
  • Posts: 2
    • View Profile
AJAX Register - GetDate error
« on: 05 June 2009, 03:19 »
Bought/installed AJAX Register at www.3crosses.us

Registration form works nicely but after clicking "Register" button, I get:

Fatal error: Call to undefined function: getdate() in /home1/thrcross/public_html/components/com_ajaxregister/controller.php on line 77 
 :-[

Also get large gap between Name box and Username box. See: http://www.3crosses.us/index.php?option=com_user&task=register#content

Steve

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: AJAX Register - GetDate error
« Reply #1 on: 05 June 2009, 14:54 »
JFactory::getDate() is a core function and should be available unless you changed something in core files. Joomla's own com_user is using it.

Regarding the space, I am not sure why it appears, try with some other template.

sbeaver

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: AJAX Register - GetDate error
« Reply #2 on: 05 June 2009, 15:10 »
This problem is widely reported, but with many other packages, not just AJAXRegistration. Updating Joomla to 1.5.11 fixed the issue. - My guess is that some other package patched core files and broke them.

Thanks.