Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default Changed my config.php files, now can't login to store

    Hi,

    I've installed the ssl certificate for the website. Then I went into the config.php files (in admin/includes/ and in includes/) to set the enable SSL to "Yes". Then I also changed the following code, adding the 'www' where it wasn't before. I did this because I would get a warning about the certificate being issued to www.diaprousa.com, and the browser was going to diaprousa.com (no 'www').

    define('HTTP_SERVER', 'http://www.diaprousa.com');
    define('HTTPS_SERVER', 'https://www.diaprousa.com');
    define('HTTP_CATALOG_SERVER', 'http://www.diaprousa.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.diaprousa.com');

    and similar code in the other config file.

    However, ever since I made that change, now I can't login to my user account in the shopping cart to make a purchase.

    Is there something else I need to change, or do I need to remove the 'www' and just have to allow the certificate warning?

    Thanks very much,

    Ted Vieira

  2. #2
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    It's always possible that I'm a little daft, but where have you installed the cart? I get a .cfm page to look at and try to buy the product

  3. #3
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    I also get the .cfm (Cold Fusion) page for Checkout. I wasn't aware you could integrate Zen Cart with Cold Fusion?
    Steve
    Zen cart version: 1.3.9h

  4. #4
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    Hi, the current store on the site isn't a zen cart. It's a custom cfm cart that I'm replacing with the zen cart. The actual zen cart I'm working on is at http://www.diapro.com/products/

    However, I've gone ahead and changed the config files back to diaprousa.com, rather than www.diaprousa.com so that the site at least functions, but this does cause the browser warning saying that the certificate is actually made out to www.diaprousa.com. It's not a huge issue, but this is for a client and it's just not very clean. I'd rather be able to change the config files to www.diaprousa.com, but also be able to login to the user account.

    Thanks for any input on this!

    Ted Vieria

  5. #5
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    dns is not yet propagated for me (I assume) so I only see a form on the page:
    http://www.diapro.com/products/

  6. #6
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    wooops. I'm sorry, juggling a few things here this morning....

    http://www.diaprousa.com/products/

    Sorry and thanks!

    Ted

  7. #7
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    And you're certain both config files have www.diaprousa.com and not just diaprousa.com?

    After reading the above... please change them back to the www.
    I have a feeling if you close your browser after changing it, you'll be able to log in
    Marg
    Last edited by Marg; 27 Mar 2008 at 07:53 PM. Reason: reread above - clarified answer

  8. #8
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    You're right, Marg! Thank you so much. I changed the configure files back to www.diaprousa.com, closed the browser, re-opened went to the site, logged in just fine, now browser SSL warning!

    Thank you again!

    Ted

  9. #9
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store


    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(http://diaprousa.com/images/bkg1.jpg);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: fixed;


    You are calling a non-secure background to your page... Change it to:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(images/bkg1.jpg);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: fixed;


    in your:
    includes/templates/classic/css/stylesheet.css

  10. #10
    Join Date
    Feb 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Changed my config.php files, now can't login to store

    Hi,

    Thanks for catching that. I changed the code but then the background image doesn't show up. Which image directory does it need to be in?

    Thanks again,

    Ted

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. I changed my domain, now i can't login in to my admin
    By woodworker2090 in forum General Questions
    Replies: 1
    Last Post: 30 Mar 2010, 04:22 AM
  2. SSL Installed and now can't login to store or Admin
    By GGVL in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 11 Aug 2009, 02:49 AM
  3. configure.php changed now customers can't login
    By TheMysticAngel in forum General Questions
    Replies: 3
    Last Post: 1 Apr 2009, 06:59 PM
  4. Email changed for customer, now can't login
    By LissaE in forum Managing Customers and Orders
    Replies: 10
    Last Post: 19 Dec 2008, 02:07 AM
  5. Enabling SSL - Just changed cofigure.php files and now I'm getting an error
    By bloome in forum Installing on a Linux/Unix Server
    Replies: 24
    Last Post: 17 Apr 2008, 07:20 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR