Results 1 to 4 of 4

Log in Problems

This is a discussion on Log in Problems within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Getting this problem any ideas? When I go to log in, after clicking sign in I get a blank screen. ...

      
  1. #1
    New Member
    Join Date
    Apr 2003
    Posts
    5
    Rep Power
    0


    Default Log in Problems

    Getting this problem any ideas?

    When I go to log in, after clicking sign in I get a blank screen. Had a look at the error logs and this is what come up:


    PHP Fatal error: Call to undefined function: tep_validate_password() in /usr/virtual/1/angelbud/facepaintshop.co.uk/home/www-docs/catalog/catalog/login.php on line 26

    Any help most gratefull.

    Thanks

    Carl

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default

    Looks like your path is incorrect.

    See the /catalog/catalog ? That is most likely the problem. Make sure your configure.php has the correct file paths...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    May 2003
    Posts
    2
    Rep Power
    0


    Default customer account log in problem

    I'm having the exact same problem, I think.

    I installed the mod to give customers the additional option of going straight to checkout without signing up for an account.

    When a customer attempts to log in to thier account with e-mail address & password, after clicking "sign in", this error comes up;
    Fatal error: Call to undefined function: tep_validate_password() in /home/doggie/public_html/store/login.php on line 26

    My catalog is at http://www.doggietoys.net/store

    Is there a solution to this? What have I missed?

    Thanks

  4. #4
    Lurker
    Join Date
    May 2003
    Posts
    2
    Rep Power
    0


    Default

    OK, I fixed it!
    If you installed the mod for adding a 3rd option to login for "continue directly to checkout" without singing up for an account and returning customers get and error message saying
    "Fatal error: Call to undefined function: tep_validate_password() in /home/doggie/public_html/store/login.php on line 26"
    It's because a file change was missing in the original download;
    in catalog/includes/functions, there is a file named "password_funcs.php"
    you must change line 20 from
    function validate_password($plain_pass, $db_pass){
    to
    function tep_validate_password($plain_pass, $db_pass){

    That's it!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •