Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 59
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Users not buying products

    Check your two configure.php files on the server to see what you have defined for the URLs ...

    If your files on the server still are not using the www then what is happening is your files on the server are probably set to 444 and when you try to load your files and overwrite them with the new files, they are not getting overwritten as the permission settings are stopping them from being overwritten with the new files ...

    If this is the case, either change the permissions of the files to 644 so you can overwrite them and then back to 444 ... or delete the files on the server and load your new files with the proper settings ...

    NOTE: one other possibilty is that you have two locations for all of your files and you have only updated one of them ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Users not buying products

    Ok this is what I have on the catalog/includes/configure.php:

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://blackflameclothing.com');
    define('HTTPS_SERVER', 'https://www.blackflameclothing.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');


    and this is what I have on the catalog/admin/includes/configure.php:

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

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'True');
    define('ENABLE_SSL_ADMIN', 'True');

  3. #13
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Users not buying products

    Quote Originally Posted by Rickmann08 View Post
    Ok this is what I have on the catalog/includes/configure.php:

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://blackflameclothing.com');
    define('HTTPS_SERVER', 'https://www.blackflameclothing.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');


    and this is what I have on the catalog/admin/includes/configure.php:

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

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'True');
    define('ENABLE_SSL_ADMIN', 'True');
    Missing the www

  4. #14
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Users not buying products

    Thanks tophand! I can't beleive I missed that!

  5. #15
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Secure and Nonsecure items

    Ok, I think I posted this incorrectly the other so I figured I would repost it with what I have now learned.

    So when you go to my sites catalog I receive the SECURE and NONSECURE pop up asking me if want to isplay the nonsecure items. I have come to figure out that its because of my images.

    I think!

    So I have started to point most of my images to a secure link but I can't figure out how to make my product images secure?

    Can anyone help?

  6. #16
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Secure and Nonsecure items

    Working in the dark is difficult..
    Link to site in question is???

  7. #17
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    oops I forgot about the nonsecure question I asked at the beginning of that thread. But actually I don't think anyone told me what I need to do about the secure/nonsecure message.

    I know I have to link up everything as secure which is what I am doing but I am still having a problem!!!

    btw the site is https://www.blackflameclothing.com/catalog

  8. #18
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Secure and Nonsecure items

    I think you got good advice in your other thread.

    Your entire site doesn't need to be secured under SSL, and doing so can cause problems. Why not just edit your configure.php files properly and let Zencart decide which areas should be secured? That will certainly take care of the secure/non-secure problem you're experiencing now.

  9. #19
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Yeah stevesh you are correct (actually I have had a lot of great feedback). Actually I don't want the whole site to be secure. I just want that DAMN pop-up to go away!

    I have followed everyones instructions (at least that I know of) in the configure.php but that DAMN pop-up just won't go away!!!

    Plus I have the owner calling me like every 30 minutes asking "Did you fix it yet" I keep telling him no! Because I am a designer not a programmer!

    Sorry for all the yelling everyone! This security thing is killing me!

  10. #20
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Secure and Nonsecure items

    using ff3 this is what I get

    www.blackflameclothing.com uses an invalid security certificate.

    The certificate is not trusted because the issuer certificate is unknown.

    (Error code: sec_error_unknown_issuer)








    * This could be a problem with the server's configuration, or it could be someone trying to impersonate the server.

    * If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
    Zen cart PCI compliant Hosting

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. secure and nonsecure items base href?
    By JJDoench in forum General Questions
    Replies: 20
    Last Post: 5 Jan 2010, 05:03 AM
  2. Page Contains Secure and Nonsecure Items...
    By HandcraftedUK in forum General Questions
    Replies: 7
    Last Post: 9 Nov 2008, 07:20 PM
  3. Secure and nonsecure items
    By dealbyethan.com in forum General Questions
    Replies: 3
    Last Post: 29 Aug 2007, 06:13 PM
  4. Pulling my hair out over secure and nonsecure items...
    By bobguindon in forum General Questions
    Replies: 11
    Last Post: 3 Jul 2007, 12:11 PM
  5. This page contains both secure and nonsecure items
    By superprg in forum General Questions
    Replies: 21
    Last Post: 21 Mar 2007, 08:26 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