Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Feb 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Customer 'Log In' not working...

    Ok I think I may have worked this out from two other posts, if turning the sessions off doesn't work try adding these lines to these files

    includes/modules/pages/product_info/header_php.php

    change

    $zco_notifier->notify('NOTIFY_HEADER_START_PRODUCT_INFO');

    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));

    to

    $zco_notifier->notify('NOTIFY_HEADER_START_PRODUCT_INFO');

    $_SESSION['navigation']->set_snapshot();
    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));

    and then

    includes>init_includes>init_customer_auth.php

    add this line at the bottom

    if ($request_type == 'NONSSL') $_SESSION['navigation']->set_snapshot();

    I'm on fasthosts windows box and this just saved my bacon, hope it helps you

    Gary

  2. #12
    Join Date
    Jan 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Customer 'Log In' not working...

    Thanks for all your help. I've got it worked out. I don't think I had a complete install. I re-installed, and alas, I've got other problems to deal with. But I think I have those covered. Thanks all!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 4
    Last Post: 3 Apr 2014, 10:42 AM
  2. v151 Log in page is not working
    By sports guy in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 2 Nov 2012, 02:04 PM
  3. v150 Admin Log In Not Working, User Log In Not Working All of a Sudden
    By SpydSpyder in forum General Questions
    Replies: 7
    Last Post: 15 Oct 2012, 05:34 AM
  4. My Customer log in not working
    By swortis in forum Managing Customers and Orders
    Replies: 10
    Last Post: 7 Nov 2007, 06:35 PM

Posting Permissions

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