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?
Can there be any troubles with sessions or cookies?
or doesnt my webhost support the mailtype that is used in OsCommerce





LinkBack URL
About LinkBacks







Bookmarks