marbor Posted January 29, 2004 Share Posted January 29, 2004 i get this error code. Fatal error: Call to undefined function: tep_date_raw() in /catalog/create_account.php on line 80 and on line 80 the code is: if (ACCOUNT_DOB == 'true') { if (checkdate(substr(tep_date_raw($dob), 4, 2), substr(tep_date_raw($dob), 6, 2), substr(tep_date_raw($dob), 0, 4)) == false) { $error = true; $messageStack->add('create_account', ENTRY_DATE_OF_BIRTH_ERROR); } } Someone have got any clues? Link to comment Share on other sites More sharing options...
marbor Posted January 29, 2004 Author Share Posted January 29, 2004 anyone? Can there be any troubles with sessions or cookies? or doesnt my webhost support the mailtype that is used in OsCommerce Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.