Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

installed 2.3 now have undefined function tep_password_type() admin error


ptolemy

Recommended Posts

Hello,

I just installed the upgrade from 2.2 rc2a to 2.3.0. I have a heavily modified site and so did the upgrade of php line by line using the upgrade guide, so I'm sure the following error is something I goofed on. I double checked the whole login page (by comparing with the template login page from the update) and the php is correct. I am assuming that I must have php wrong in some other file that is conflicting. When I log into the admin site I am getting the following error;

 

Fatal error: Call to undefined function tep_password_type() in /usr/local/www/docs/nobleminis/public_html/admina2004/login.php on line 46

 

I am not a php wiz so please break any suggestions down to simple terms.

 

Thanks for your help.

Link to comment
Share on other sites

That function is defined in /includes/functions/password_funcs.php.

Check if that file exists and contains the function;

 

Check if the file gets included in includes/application_top.php. There should be a line like this:

require(DIR_WS_FUNCTIONS . 'password_funcs.php');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...