ptolemy Posted January 22, 2011 Share Posted January 22, 2011 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 More sharing options...
Guest Posted January 22, 2011 Share Posted January 22, 2011 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 More sharing options...
ptolemy Posted January 24, 2011 Author Share Posted January 24, 2011 Hello, Thanks for your reply. While double checking for the third time I managed to find where I left out about 20 lines of code. When I put that in and upload it fixed the issue. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.