Thread: LOGIN Problem

Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    help question LOGIN Problem

    I have installed the last version of zen cart. But there s no log in page when I use the LOG IN link on the home page of my zen cart page. I aslo cannot log in the admin/index.php Actually all the links on the page work but LOG IN.

    if you want to see the site, here is link
    http://www.ilkertanis.com/catalog

    What should I do?

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: LOGIN Problem

    The problem is with pages being served over SSL.

    Have you purchased an SSL certificate for your site? Are you in a shared hosting environment?

    If the former, be sure your host has installed your certificate correctly. If the latter, you need to change these lines:

    In includes/configure.php:
    Code:
    define('HTTPS_SERVER', 'https://www.ilkertanis.com');
    and in admin/includes/configure.php:
    Code:
      define('HTTPS_SERVER', 'https://www.ilkertanis.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.ilkertanis.com');
    to match the server URLs for your shared certificate. (Consult your host to determine what that is.)



    Alternately, you can disable the use of SSL by changing these lines to false:

    In includes/configure.php:
    Code:
    define('ENABLE_SSL', 'true');
    and in admin/includes/configure.php:
    Code:
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    Of course, by not using a secure connection for login and the checkout procedure, you risk losing big chunks of your prospective customers....


    BrandTim

  3. #3
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: LOGIN Problem

    Thank you.
    Now it works.

 

 

Similar Threads

  1. login problem
    By nothingnuaghty in forum General Questions
    Replies: 1
    Last Post: 14 Dec 2010, 03:36 PM
  2. Admin login problem: There was a security error when trying to login.
    By eddeford in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 27 Jan 2010, 03:59 PM
  3. Login Problem
    By pfinep in forum General Questions
    Replies: 6
    Last Post: 6 Dec 2008, 03:27 PM
  4. Login Problem
    By drewjones in forum Installing on a Windows Server
    Replies: 8
    Last Post: 8 Jan 2007, 08:55 PM
  5. Login problem
    By gusuval in forum Installing on a Windows Server
    Replies: 0
    Last Post: 12 Oct 2006, 04:36 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