Avium Posted March 22, 2003 Share Posted March 22, 2003 Hi guys, Got into a bit of a spot after I installed the contribution that allows you to purchase without creating an account. A normal user with an already created account will get this error when trying to login: Fatal error: Call to undefined function: tep_validate_password() in /web/fansdome/public_html/store/login.php on line 26 Any advice on this? Help asap is appreciated, since there're a number of customers complaining already :( Link to comment Share on other sites More sharing options...
mattice Posted March 22, 2003 Share Posted March 22, 2003 the function tep_validate_password() is probably from a later date than your snapshot. Try and see if there is a previous version of the contribution that is compatible with yours or add the tep_validate_password() function to your functions in includes/functions/general.php, that might work too. You can find the tep_validate_password() here: http://cvs.sourceforge.net/cgi-bin/viewcvs....viewcvs-markup Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Avium Posted March 22, 2003 Author Share Posted March 22, 2003 Ah - it works - much thanks :) It is indeed the function that is giving me the problem. I really need to brush up on my php... Link to comment Share on other sites More sharing options...
pixels Posted April 8, 2003 Share Posted April 8, 2003 I'm having the same problem, but the suggestion above didn't fix it. Or maybe I've just done something wrong. Ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.