Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Unable to determine connection method on a link!

    I get the below error every time my customer hits the "index.php?main_page=checkout_process" page. I've recently moved my install from another hosting. Every time the customer checks out they receive the error. No matter which payment module they use.


    Error!

    Unable to determine connection method on a link!

    Known methods: NONSSL SSL

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Unable to determine connection method on a link!

    Where is you cart?

    post like this to prevent it from being indexed to this forum

    zen-cart dot com
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Unable to determine connection method on a link!

    www greyheron dot co dot uk

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Unable to determine connection method on a link!

    Well I tried and did not get the error you posted about
    Might be that I am not UK based
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Unable to determine connection method on a link!

    But you didn't place an order. It's right at the end of the order process.

  6. #6
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Unable to determine connection method on a link!

    It's when you hit the "confirm" order button on offline processing.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Unable to determine connection method on a link!

    I tried but got the "We are not delivering to your region" message
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Unable to determine connection method on a link!

    Post your /includes/configure.php file contents, without the database password.
    And a list of all the addons you've installed, as well as any customizations you've made related to checkout.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Unable to determine connection method on a link!

    Removed database passwords and usernames. I have magic zoom, worldpay (currently switched off as I thought that was the issue), google analytics (it was not working before google)and aweber side box.

    I'm not sure when the problem started but I think it pretty much coincides with the moving of host.

    I moved another site from the same old host to the same new and had no problems but the other site is configured a bit differently.

    I thought it might be something to do with the addressing of the site files. The old host was /home/greyhero/ and the new one home2/greyhero/ , so I searched the files using the dev tool looking for greyhero instances. I couldn't find any incorrect.

    Code:
    <?php
    /**
     * @package Configuration Settings circa 1.3.9
     * @copyright Copyright 2003-2010 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * File Built by zc_install on 2011-02-23 09:38:56
     */
    
    
    /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
    /***************       The 2 files should be kept separate and not used to overwrite each other.      ***********/
    
    // 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://www.greyheron.co.uk');
      define('HTTPS_SERVER', 'https://www.greyheron.co.uk');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/catalog/');
      define('DIR_WS_HTTPS_CATALOG', '/catalog/');
    
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
      define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
      define('DIR_WS_PHPBB', '/');
    
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/home2/greyhero/public_html/catalog/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
      define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    
    // define our database connection
      define('DB_TYPE', 'mysql');
      define('DB_PREFIX', '');
      define('DB_SERVER', 'localhost');
      define('DB_SERVER_USERNAME', '');
      define('DB_SERVER_PASSWORD', '');
      define('DB_DATABASE', '');
      define('USE_PCONNECT', 'false');
      define('STORE_SESSIONS', 'db');
      // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage
    
      // The next 2 "defines" are for SQL cache support.
      // For SQL_CACHE_METHOD, you can select from:  none, database, or file
      // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache 
      // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
      // ie: /path/to/your/webspace/public_html/zen/cache   -- leave no trailing slash  
      define('SQL_CACHE_METHOD', 'none'); 
      define('DIR_FS_SQL_CACHE', '/home2/greyhero/public_html/catalog/cache');
    
    // EOF

  10. #10
    Join Date
    Feb 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Unable to determine connection method on a link!

    I missed the below step, now completed it. Problem still there.

    6. Grab the "Fix_Cache_Key" utility to reset your Admin->Sessions->Session Directory key so that it uses the proper folder path for your new server:
    http://www.zen-cart.com/index.php?ma...products_id=82

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. error! Unable to determine page link
    By ty78749 in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 16 Apr 2011, 04:13 AM
  2. Unable to determine the page link! --- why?
    By agent_44 in forum General Questions
    Replies: 0
    Last Post: 30 Oct 2009, 03:39 PM
  3. Error! Unable to determine the page link!
    By MattBUK in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 7 Feb 2009, 03:57 PM
  4. Unable to determine the page link
    By Devis in forum General Questions
    Replies: 0
    Last Post: 16 Apr 2008, 01:42 PM
  5. Unable to determine connection method on a link!
    By mrkrinkle in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 25 Jul 2006, 01:52 AM

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