Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create Account Page Blank


Guest

Recommended Posts

Posted

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

Posted
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!

Posted

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 />

Posted

/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!

Posted

Good grief.

 

The duplicate States was found in Zones.

 

That was fun.

  • 1 year later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...