Guest Posted July 26, 2006 Posted July 26, 2006 I designed a store for my buddies clothing line and installed everything on my server with the latest version of oscommerce. When I was done and he liked what I did I installed it on his server and imported the database. But now when I try to login or retreive password or register as a new customer it gives me these errors... Fatal error: Call to undefined function: tep_validate_password() in /home/capesnca/public_html/store/login.php on line 34 Fatal error: Call to undefined function: tep_encrypt_password() in /home/capesnca/public_html/store/create_account.php on line 177 Fatal error: Call to undefined function: tep_encrypt_password() in /home/capesnca/public_html/store/password_forgotten.php on line 25 If anyone can please help me with this I would be much appreciated.
NETCONMIGO Posted March 1, 2008 Posted March 1, 2008 I designed a store for my buddies clothing line and installed everything on my server with the latest version of oscommerce. When I was done and he liked what I did I installed it on his server and imported the database. But now when I try to login or retreive password or register as a new customer it gives me these errors... Fatal error: Call to undefined function: tep_validate_password() in /home/capesnca/public_html/store/login.php on line 34 Fatal error: Call to undefined function: tep_encrypt_password() in /home/capesnca/public_html/store/create_account.php on line 177 Fatal error: Call to undefined function: tep_encrypt_password() in /home/capesnca/public_html/store/password_forgotten.php on line 25 If anyone can please help me with this I would be much appreciated. I'm getting the same error. I think it might be because it's using "localhost" instead of an IP address. I'm researching this right now and once I find out the fix I will post in here. I will play around with the configure.php rights.
satish Posted March 1, 2008 Posted March 1, 2008 with rc2 admin is protected thru data base. in includes/finctions there is a file named password_funcs.php this has the needed function. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
NETCONMIGO Posted March 11, 2008 Posted March 11, 2008 with rc2 admin is protected thru data base.in includes/finctions there is a file named password_funcs.php this has the needed function. Satish My password_funcs.php is empty. I also had an error when signing up. if ($error == false) { $sql_data_array = array('customers_firstname' => $firstname, 'customers_lastname' => $lastname, 'customers_email_address' => $email_address, 'customers_telephone' => $telephone, 'customers_fax' => $fax, 'customers_newsletter' => $newsletter, 'customers_password' => $password); // Changed this from tep_ecryption_$password); to $password and customers can now signup.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.