Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Double Path Problem with BlueHost

    I have two working sites www.invitasport.com is my main website with no online store (zen cart) eventually when I have worked out the issues there will be a link on this site to www.invitasport.com/onlinestore where my zen cart installation is stored.

    My main site www.invitasport.com is stored in the root of public_html and www.invitasport.com/onlinestore is also stored under public_html but in a file folder called onlinestore.

    Initially, everything worked fine until Bluehost installed the SSL and modified my config.php files I've ended up with this weird path problem and being new to zen cart I'm not exactly sure where to look.

    Thanks for your reply.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Double Path Problem with BlueHost

    There are 2 configure.php files:
    /includes/configuer.php
    /admin/includes/configure.php

    Both files need to have the right settings, and these files are different ...

    The admin needs:
    Code:
    define('HTTP_SERVER', 'http://www.invitasport.com');
    define('HTTPS_SERVER', 'https://www.invitasport.com');
    define('HTTP_CATALOG_SERVER', 'http://www.invitasport.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.invitasport.com');
    
    
    define('DIR_WS_ADMIN', '/onlinestore/admin/');
    define('DIR_WS_CATALOG', '/onlinestore/');
    define('DIR_WS_HTTPS_ADMIN', '/onlinestore/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/onlinestore/');
    Then compare to the Catalog file for the same similar settings ...

    NOTE: if the permissions are set to 444 that you cannot overwrite the files on the server without changing them to 644 or 777 ...

    To set them back to 444, you will need to use your Control Panel to set 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!

  3. #13
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Double Path Problem with BlueHost

    Just to clarify, when you mention the catalogue file is this referring to the includes/config.php file.

    If so, if I change both config.php files so that they are exact as you have shown above is that all I need to do or is there a catalogue file that I need to look at?

    sorry, I'm new to zen cart and not familiar with all the files yet.

    Thanks!

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Double Path Problem with BlueHost

    The Catalog is the Store and uses:
    /includes/configure.php

    The Admin is where you customize everything and add Products etc.
    /admin/includes/configure.php

    The information you showed above is incorrect ...

    The information I showed does NOT have the ending slashes on it ... you do not need them and they will cause problems ...

    Look at what I posted, then look at the files that you have "on the server" ...

    Correct the areas of the two files as indicated ...

    While the two files are different, with the Admin file having more information, the parts that match are should be the same ...
    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!

  5. #15
    Join Date
    Jan 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Double Path Problem with BlueHost

    THANK YOU, THANK YOU, THANK YOU!!!

    It worked perfectly and my checkout is functioning again...what a relief!

    Really appreciate everyone's help with this issue and I will definately try to return the favour in the future as I get more knowledgeable in Zen Cart.

    Now I'm off to buy the Zen Cart Team a coffee! Cheers!

  6. #16
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Double Path Problem with BlueHost

    Thanks for the update that you have everything humming along again once more ...

    And especially thanks for the coffee ... keeps us humming along too!
    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!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Odd double slashes in path to Sidebox Title Image
    By Hell Guapo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 3 Jan 2012, 07:37 PM
  2. shared ssl setup problem with bluehost for .com
    By spawnie69 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 14 Feb 2009, 04:47 AM
  3. Problem with double email entry addon
    By r1formetoo in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 07:34 PM
  4. RE: Double login problem with wordpress
    By maryy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Jan 2008, 05:04 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