osCmax v2.5 User Manual
Results 1 to 9 of 9

Another problem with customer accounts

This is a discussion on Another problem with customer accounts within the osCMax v1.7 Installation forums, part of the osCmax v1.7 Forums category; Hi, I so appreciate osCommerce, the MAX package, and the community of helpers. I'm brand new to osCommerce, but I ...

      
  1. #1
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default Another problem with customer accounts

    Hi, I so appreciate osCommerce, the MAX package, and the community of helpers. I'm brand new to osCommerce, but I recognize a place where people have clearly invested lots of work and care.

    Here's my problem: I can enter a new (customer) account easily. But osCommerce fails to recognize me as the new customer. (No "Hi, Bob, what do you want to buy..." kind of message.) When I go to checkout and then try to login, I get this message:

    "Error: No match for E-Mail Address and/or Password."

    If I try to re-register with the same info, I get a message saying that the email name is already taken.

    Using mysql monitor, I can see that this customer accounts info I've entered is, in fact, in the "customers" table.

    I am able to create products and categories just fine.

    Help! I've been careful about the permissions. I'm using Red Hat Linux, Apache, PHP 4.2.2, MySQL 3.23.56. I get the same results using 2 different browsers.

  2. #2
    Member
    Join Date
    Jan 2004
    Location
    edmonton, Alberta, Canada
    Posts
    62
    Rep Power
    0


    Default

    Try clearing your customers table...Get rid of the test accounts and what not. See if it will add your new customers now. It seems you have contracted some sort of glitch! lol a weird one at that.

  3. #3
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default

    Thanks for the idea. I deleted the rows from customers and customers_info. Same result. I'm bounced back to "Welcome, Guest..."

    When I try to login with the info I just gave, I get the same "Welcome Guest..." screen again.

    The info is going in to the customers and customers_info tables. If I try to enter the same info again, I get:

    "Your E-Mail Address already exists in our records - please log in with the e-mail address or create an account with a different address."

    I don't know what else to try.

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    COOKIE PROBLEM....? Post your configure.php (less the DB info).
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default

    Quote Originally Posted by jpf
    COOKIE PROBLEM....? Post your configure.php (less the DB info).
    Here it is:

    <?php
    /*
    osCommerce, Open Source E-Commerce Solutions
    http://www.oscommerce.com

    Copyright (c) 2003 osCommerce

    Released under the GNU General Public License
    */

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'https://secure.storydynamics.com'); // eg, http://localhost - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'https://secure.storydynamics.com');
    define('HTTPS_CATALOG_SERVER', 'https://secure.storydynamics.com');
    define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', '/home/storydynamicscom/catalog/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
    define('DIR_FS_ADMIN', '/home/storydynamicscom/catalog/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
    define('DIR_FS_CATALOG', '/home/storydynamicscom/catalog/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

    // define our database connection
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
    define('DB_SERVER_USERNAME', '[cloaked]');
    define('DB_SERVER_PASSWORD', '[cloaked]');
    define('DB_DATABASE', '[cloaked]');
    define('USE_PCONNECT', 'false'); // use persisstent connections?
    define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
    ?>

  6. #6
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default

    Oh - one other thing I tried today that didn't seem to help is that I upgraded to PHP 4.3.4.

    Doug

  7. #7
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default

    One other thing I notice, in case it helps: I can put something in my shopping cart; it stays there while I visit other pages.

    But as soon as I create a customer login, the cart goes to empty. (At that point, I'm bumped back to "Guest" and the opening screen.)

    I tried changing some of the settings in the "sessions" pane of the admin program. They didn't make a difference.

  8. #8
    Anonymous
    Guest


    Default

    Hello
    I've just installed on a shared server ,so have choosen the session store as mysql also.
    I am seeing exactly the same probs as storyleader.
    Can anyone pls help?

    Regards
    Rob

  9. #9
    osCMax Developer

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


    Default

    That is the admin configure.php file, we need to see the catalog configure.php file. That is the one causing the problems. It is most definitely a cookie path issue or a session issue. Your session is dropping when you change to SSL. Make sure Force Cookies is OFF in the admin.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

Similar Threads

  1. Strange problem with accounts
    By bfr in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 10-30-2004, 04:44 AM
  2. Customer registering problem
    By quickchick in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-06-2004, 06:00 AM
  3. Problem with CheckOut, Creating New Accounts, and Logging in
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 07-19-2004, 08:09 AM
  4. New Customer and shipping address problem
    By LSVF in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 02-05-2004, 06:45 AM
  5. Transfer customer accounts and past sales???
    By cxm322 in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 01-16-2004, 06:06 AM

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
  •