Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Nov 2023
    Location
    Rhode Island
    Posts
    9
    Plugin Contributions
    0

    Default Re: Admin Login - Loop Of Death II

    Good morning.

    Thank you for your continued attempts to help me. I think you're suggesting that I update the three files as outlined in this github post:
    https://github.com/zencart/zencart/pull/6038/files

    The third file is in the zc_install directory, which, if I'm not mistaken, is a directory that gets deleted after the install, so it is no longer there for me to update. I've updated the other two files just as the github files outline, but the problem persists. I still cannot login.

    I tried clearing my browser cache, and I tried from another computer with a cleared browser cache.

    I appreciate your time. Is there anything else that you can suggest, or should I throw in the towel at this point?

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Admin Login - Loop Of Death II

    Please post the upper section of the site's /zcadmin/includes/configure.php, starting with the HTTP_SERVER definition and ending with the DIR_FS_CATALOG one.

  3. #13
    Join Date
    Nov 2023
    Location
    Rhode Island
    Posts
    9
    Plugin Contributions
    0

    Default Re: Admin Login - Loop Of Death II

    Quote Originally Posted by lat9 View Post
    Please post the upper section of the site's /zcadmin/includes/configure.php, starting with the HTTP_SERVER definition and ending with the DIR_FS_CATALOG one.
    Certainly. Thank you.

    define('HTTP_SERVER', 'https://www.dans.com');
    /**
    * Note about HTTPS_SERVER:
    * There is no longer an HTTPS_SERVER setting for the Admin. Instead, put your SSL URL in the HTTP_SERVER setting above.
    */

    /**
    * Note about DIR_WS_ADMIN
    * The DIR_WS_ADMIN value is now auto-detected.
    * In the rare case where it cannot be detected properly, you can add your own DIR_WS_ADMIN definition below.
    */

    /**
    * Enter the domain for your storefront URL.
    * Enter a separate SSL URL in HTTPS_CATALOG_SERVER if your store supports SSL.
    */
    define('HTTP_CATALOG_SERVER', 'https://www.dans.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.dans.com');

    /**
    * Do you use SSL for your customers login/checkout on the storefront? If so, enter 'true'. Else 'false'.
    */
    define('ENABLE_SSL_CATALOG', 'true');

    /**
    * These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
    * These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
    * They should always start and end with a slash ... ie: '/' or '/foldername/'
    */
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Admin Login - Loop Of Death II

    ... and the DIR_FS_CATALOG setting?

  5. #15
    Join Date
    Nov 2023
    Location
    Rhode Island
    Posts
    9
    Plugin Contributions
    0

    Default Re: Admin Login - Loop Of Death II

    Quote Originally Posted by lat9 View Post
    ... and the DIR_FS_CATALOG setting?
    oh, sorry, I didn't see that one:

    define('DIR_FS_CATALOG', '/var/www/vhosts/dans.com/httpdocs/zencart/');

  6. #16
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Admin Login - Loop Of Death II

    PM sent.

  7. #17
    Join Date
    Nov 2023
    Location
    Rhode Island
    Posts
    9
    Plugin Contributions
    0

    Default Re: Admin Login - Loop Of Death II

    I had a nice telephone conversation with lat9. She is very knowledgeable, and helpful. Not too long into our investigation, we realized that the permissions on my zencart/zcadmin/includes/configure.php file were 444. I updated them to 644 and that appears to have solved the problem. I can now access the admin area. Lat9 is going planning some additional testing when time permits, to see if she can duplicate the issue and confirm this for us.

    Meanwhile - thank you!

  8. #18
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Admin Login - Loop Of Death II

    Quote Originally Posted by OrangeCrush View Post
    I had a nice telephone conversation with lat9. She is very knowledgeable, and helpful. Not too long into our investigation, we realized that the permissions on my zencart/zcadmin/includes/configure.php file were 444. I updated them to 644 and that appears to have solved the problem. I can now access the admin area. Lat9 is going planning some additional testing when time permits, to see if she can duplicate the issue and confirm this for us.

    Meanwhile - thank you!
    ... and I did that additional testing.

    The admin's /includes/configure.php permissions-setting was not, in and of itself, the root-cause of the issue. My best guess is that the originally-suggested changes to that file were not applied, due to its read-only status. I now believe that my attempt to get a define('NOTIFIER_TRACE', 'true'); injected into that file exposed the file's read-only permissions and subsequently applied those initial settings which resulted in a successful admin login.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v156 contact us redirect loop of death.
    By MrSpiffy in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 3 May 2020, 07:59 PM
  2. v156 Admin Login Loop of Death
    By royaldave in forum Upgrading to 1.5.x
    Replies: 9
    Last Post: 31 Oct 2019, 08:08 AM
  3. Admin login loop on IIS
    By rolo550 in forum Installing on a Windows Server
    Replies: 19
    Last Post: 7 Aug 2011, 09:22 PM
  4. Admin login loop in Firefox 4.0.1
    By gezuvor in forum Basic Configuration
    Replies: 1
    Last Post: 25 May 2011, 01:02 AM

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