Guest Posted June 16, 2003 Posted June 16, 2003 I am running the most recent snapshot of OSCommerce... I get this error whenever I try to correct my name, email, etc... Fatal error: Call to undefined function: tep_validate_email() in /home/carton/public_html/admin/customers.php on line 72 SOS! -John-
xroman Posted June 16, 2003 Posted June 16, 2003 I get the same Message when i try to register as a customer: Fatal error: Call to undefined function: tep_validate_email() in /mnt/ls5/02/578/00000004/htdocs/catalog/create_account_process.php on line 81 I am new to php so please help us, i need the shop soon. Thx Roman
xroman Posted June 16, 2003 Posted June 16, 2003 Ah, i got the error. My ftp didn?t transfer the validations.php in the includes/functions folder. now it works.
Guest Posted June 16, 2003 Posted June 16, 2003 I tried it but the files were there. It still isn't working. :cry:
MrAV1 Posted December 8, 2003 Posted December 8, 2003 Same error here: Fatal error: Call to undefined function: tep_validate_email() in /home/hsphere/local/home/firework/firework.u24.altaire.co.uk/admin/customers.php on line 95 Can anyone help??
aurora_gfx Posted January 12, 2004 Posted January 12, 2004 Hi there, The problem most likely has to do with putting an invalid character such as an underscore in your email address. If you look in validations.php you will see a list of valid characters, alas the underscore is not there! I haven't quite figured out how to put it in the line: $valid_chars = "[^]\(\)<>@,;:\.\\\"\[]"; so let me know how it's done.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.