Results 1 to 7 of 7
  1. #1
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default There was a security error when trying to login. after upgrading to godaddy ultimate

    There was a security error when trying to login. after upgrading to godaddy ultimate Hosting.

    this is for the admin area. customer log in is ok. I basically moved the database over and then uploaded the old files to the new server account. the rest of the site works fine. One thing i noticed is that when i go to log in at: http://favorsandgiftstogo.com/shop/a...cqq/login.php? and then i type in the user and password, the URL changes to http://favorsandgiftstogo.com//shop/...tcqq/login.php there is two // after the http:

    I made sure boith configure.php files are the same as the old site, the only difference between except for the hosting path and the database name and user.

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

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    Post your configure.php files here Xing out the database details
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    admin/includes/configure.php
    define('HTTP_SERVER', 'http://favorsandgiftstogo.com/');
    define('HTTPS_SERVER', 'https://favorsandgiftstogo.com/');
    define('HTTP_CATALOG_SERVER', 'http://favorsandgiftstogo.com/');
    define('HTTPS_CATALOG_SERVER', 'https://favorsandgiftstogo.com/');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', '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_ADMIN', '/shop/adminurrhtcqq/');
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_ADMIN', '/shop/adminurrhtcqq/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    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_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');

    // * 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_ADMIN', '/home/content/80/10736680/html/shop/adminurrhtcqq/');
    define('DIR_FS_CATALOG', '/home/content/80/10736680/html/shop/');

    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');


    includes/configure.php

    define('HTTP_SERVER', 'http://favorsandgiftstogo.com');
    define('HTTPS_SERVER', 'https://favorsandgiftstogo.com');

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

    // 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', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    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', '/home/content/80/10736680/html/shop/');

    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/');

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

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    Code:
    define('HTTP_SERVER', 'http://favorsandgiftstogo.com/');
    define('HTTPS_SERVER', 'https://favorsandgiftstogo.com/');
    define('HTTP_CATALOG_SERVER', 'http://favorsandgiftstogo.com/');
    define('HTTPS_CATALOG_SERVER', 'https://favorsandgiftstogo.com/');
    Delete the extra "/" highlighted in red
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,524
    Plugin Contributions
    88

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    ... and change your admin folder name!

  6. #6
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    Thank you, it worked

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

    Default Re: There was a security error when trying to login. after upgrading to godaddy ultim

    Glad it was this simple
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. There was a security error when trying to login
    By grimshawshane in forum General Questions
    Replies: 7
    Last Post: 8 Sep 2010, 12:53 AM
  2. There was a security error when trying to login.
    By ahuacatlan in forum Upgrading from 1.3.x to 1.3.9
    Replies: 16
    Last Post: 14 Jun 2009, 09:06 AM
  3. There was a security error when trying to login.
    By joefox in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 29 Mar 2009, 05:03 PM
  4. Users cannot login after upgrade - "There was a security error when trying to login"
    By rob.chevalier in forum Upgrading from 1.3.x to 1.3.9
    Replies: 19
    Last Post: 9 Jun 2008, 08:04 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