Guest Posted May 7, 2007 Posted May 7, 2007 Strange. If you try to creat an account the page goes blank but the background shows up. Any hints? http://www.American-RC.com Thanks in advance.
Guest Posted May 7, 2007 Posted May 7, 2007 not quite blank... Fatal error: Call to undefined function: tep_decode_html_entities() in /home/american/public_html/shoppe/includes/form_check.js.php on line 108
Guest Posted May 7, 2007 Posted May 7, 2007 not quite blank... Fatal error: Call to undefined function: tep_decode_html_entities() in /home/american/public_html/shoppe/includes/form_check.js.php on line 108 Yes. I saw that and uploaded an earlier version. The Error was on 106. Help!
Guest Posted May 8, 2007 Posted May 8, 2007 Ok so does anyone have a clew? Is the problem on the create account or login page? I have //turned off the lines that were "called to undefined functions" and that did not help. I have deleted a few duplicate accounts and the error will move between the Gender and First name lines. Thanks for your help in advance. View Source: function check_form(form_name) { if (submitted == true) { alert("This form has already been submitted. Please press Ok and wait for this process to be completed."); return false; } error = false; form = form_name; error_message = "Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n"; <br /> <b>Fatal error</b>: Call to undefined function: tep_decode_html_entities() in <b>/home/american/public_html/shoppe/includes/form_check.js.php</b> on line <b>106</b><br />
Guest Posted May 9, 2007 Posted May 9, 2007 /includes/form_check.js.php Interesting enough, just deleting the contents and uploading that blank page did the trick. Emptied cache and restarted browser and voila. It stuck. :thumbsup: Now any reason I get a duplicate State? Only one of the pair shows on the mysql page. Thanks!
Guest Posted May 9, 2007 Posted May 9, 2007 Good grief. The duplicate States was found in Zones. That was fun.
eduardobaret Posted June 10, 2008 Posted June 10, 2008 It's funny but the solution is so simple... It will take a minute. Just change "tep_decode_html_entities" by "html_entity_decode" in the file named "form_check.js.php" every time you see it (arround 16 times). Good Luck!!! Error: Fatal error: Call to undefined function: tep_decode_html_entities() in /home/american/public_html/shoppe/includes/form_check.js.php on line 108
Recommended Posts
Archived
This topic is now archived and is closed to further replies.