Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41
  1. #21
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    I currently pay Fasthosts £50 PM as I host a few other sites too, forums etc...
    They have sent me the following
    We do have customers who use ZenCart on our system, but I am not sure if they use the SSL option. Unfortunately it is not possible to install custom SSL certificates on our shared servers because of the way they are set up, each certificate requires a separate IP address and we cannot assign one to each domain on our system. You could investigate the possibility of a dedicated server if you wanted SSL on the domain name itself.

    I can get this for the same cost and hopefully not have major issues regarding moving all of my websites but what do you think??
    I'm after a second opinion basically
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

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

    Default Re: SSL Installation problem - wiped my database

    currently pay Fasthosts £50 PM
    and they cannot give/offer you dedicated IP so you can install
    your own SSL Cert..

    Run quickly to the recommended zencart hosts link, top of this
    page, is my advice..save yourself a lot of time and trouble further
    down zencart road..

  3. #23
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    Quote Originally Posted by misty View Post
    and they cannot give/offer you dedicated IP so you can install
    your own SSL Cert..

    Run quickly to the recommended zencart hosts link, top of this
    page, is my advice..save yourself a lot of time and trouble further
    down zencart road..
    I know what you're saying but I have alot of other websites all under the same host.
    I can move them all onto a dedicated server which will have a dedicated IP and my own SSL. for the same price.
    Has anyone else givin this a go?
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  4. #24
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    Just for information if anyone searches and gets this thread.

    Fasthosts say the SSL will work if you have your own dedicated server (£50 PM upwards)
    I am currently going to continue trading WITHOUT the SSL cert and see how it goes. I'm getting hits and sales so who knows.
    If it takes off then I will be trying the dedicated server option and I'll post my results back on this thread.

    Thanks all for your input.
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  5. #25
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    I have now switched hosting to TerraNetwork (Yay!) and they installed Zencart for me. I have copied my updated version over and tested it thoroughly before I transferred my domain away from fasthosts . I have also added the Reward Points Mod and agin tested it before going live.
    I have now transferred my domain to TerraNetwork (In last 24hrs) and the Google checkout MOD is causing a few issues.
    If I set it to work, the whole of the right hand boxes disappear from the site and there is no Google checkout button on screen.
    If I set google payment to false, the column reappears.
    At first I though it was a GC problem, but it did work before the domain transferred across.
    The only thing that has changed is TerraNetwork altered my Config files (Includes & Admin Includes).

    Admin/Includes/Configure
    define('HTTP_SERVER', 'http://www.candlewithcare.co.uk');
    define('HTTPS_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');
    define('HTTP_CATALOG_SERVER', 'http://www.candlewithcare.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');

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

    Includes/configure
    define('HTTP_SERVER', 'http://www.candlewithcare.co.uk');
    define('HTTPS_SERVER', 'https://stargate.terrassl.net/candlewithcare.co.uk');

    My question is, is this an SSL problem or do you think it is Google need repointing to the new hosting area (Ie it will sort itself out in next 48hrs?)
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  6. #26
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    Google is still not working, Im not sure if this is a GC issue or an SSL issue.
    I am posting the same question in the GC help thread here
    http://www.zen-cart.com/forum/showth...47318&page=270
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  7. #27
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    red flag Re: SSL Installation problem - wiped my database

    The only other thing I can think of is the Admin folder was called "Admin" with my old hosts (Fasthosts) but the Admin folder on the New host is called "Adminarea".
    I have searched through the Developers Toolkit for /admin and found a few instances where /admin is mentioned but I don't think this is the issue.

    One other thing to note is if I make any changes in the sort order of payments in the payments module, nothing changes on the site itself?


    /includes/templates/template_default/templates/tpl_zc_install_suggested_default.php

    Line #52 : <li>Your <tt><strong>/includes/configure.php</strong></tt> and/or <tt><strong>/admin/includes/configure.php</strong></tt> file contains invalid <em>path information</em> and/or invalid <em>database-connection information</em>.<br />

    Adminarea/attributes_controller.php

    Line #1515 : // Moved to /admin/includes/configure.php

    Adminarea/backup_mysql.php

    Line #58 : // Note that LOCAL_EXE_MYSQL and LOCAL_EXE_MYSQL_DUMP are defined in the /admin/includes/languages/backup_mysql.php file

    Adminarea/downloads_manager.php

    Line #144 : // Moved to /admin/includes/configure.php

    Adminarea/includes/functions/general.php

    Line #3009 : // Moved to /admin/includes/configure.php

    Adminarea/includes/languages/english/developers_tool_kit.php

    Line #47 : define('TEXT_LANGUAGE_LOOKUP_CURRENT_LANGUAGE', 'All Language Files for ' . strtoupper($_SESSION['language']) . ' - Catalog/Admin');

    Line #52 : define('TEXT_LANGUAGE_LOOKUP_CURRENT_ALL', 'All Current Selected Language files - Catalog/Admin');

    Line #56 : define('TEXT_FUNCTION_LOOKUP_CURRENT', 'All Function files - Catalog/Admin');

    Line #62 : define('TEXT_CLASS_LOOKUP_CURRENT', 'All Classes files - Catalog/Admin');

    Line #75 : define('TEXT_ALL_FILES_LOOKUP_CURRENT', 'All Files - Catalog/Admin');

    Adminarea/includes/languages/english/store_manager.php

    Line #65 : define('TEXT_LANGUAGE_LOOKUP_CURRENT_LANGUAGE', 'All Language Files for ' . strtoupper($_SESSION['language']) . ' - Catalog/Admin');

    Line #70 : define('TEXT_LANGUAGE_LOOKUP_CURRENT_ALL', 'All Current Selected Language files - Catalog/Admin');
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  8. #28
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: SSL Installation problem - wiped my database

    Admin folder was called "Admin" with my old hosts (Fasthosts) but the Admin folder on the New host is called "Adminarea".
    TerraNetwork is recommended zencart host..have you
    requested help/support from them if their admin setup is different to your previous host?

  9. #29
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

    Default Re: SSL Installation problem - wiped my database

    Not yet I haven't, I thought maybe I was missing something simple.
    It's just odd how it worked before the domain changed over but not now. Terra changed something in the config files for when the site went live.
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  10. #30
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: SSL Installation problem - wiped my database

    Terra changed something in the config files for when the site went live.
    Time to contact their support maybe.

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Shared SSL installation problem
    By Neeal in forum General Questions
    Replies: 2
    Last Post: 24 Jan 2009, 09:33 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