Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2025
    Location
    Petrolia, ON
    Posts
    4
    Plugin Contributions
    0

    Default Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome, Et

    We are Using Zencart V 1.5.7d , PHP V 7.4.33, SSL Certificate Installed, hosted in a GoDaddy VPS with CENTOS 7 (Plesk).

    URL Structure: https://www.MYDOMAIN.ca/Store/ADMIN-....php?cmd=login



    The installation works well with my Apple Safari Web Browser.
    Further, I have added about 45 Items and installed, tested & verified BOTH PayPal and SQUARE Payments.

    ALSO Working on Apple with Firefox

    ALSO Working on Apple with Google CHROME

    We have Tried WINDOWS 10 and WINDOWS 11 with Both M/S Edge and Firefox - both Browsers Give a FILE 404 - Not Found ERROR Message.

    With brand new laptop with Windows 11 with EDGE Browser - we get the same Page Not Found Error.

    I'm wondering if anyone else has seen this & what can be done to fix the problem.

    Thanks!

    Bryan

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,640
    Plugin Contributions
    11

    Default Re: Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome

    One thing that comes to mind is that GoneDaddy may have slipped a newer PHP in on you without telling you. Where you can access the admin, make sure that the Version option reflects a PHP level of 7.4 and not something else.

    Another is a case error in entering the data. Entering Admin vs admin, etc.

    If you can reach the store but not the admin on the windows machines, I'd verify the YOUR_ADMIN/includes/configure.php for accuracy as well. Does the admin setting for https match the store.

    Just thoughts thrown out there to maybe shed some light on what's really going on.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Apr 2025
    Location
    Petrolia, ON
    Posts
    4
    Plugin Contributions
    0

    Default Re: Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome

    Thank You dbltoe for your quick response!

    Yes we are able to Browse the Store using either Apple or Windows Browsers.

    The issue is that we are unable to get the Admin Login Page when using the Windows Based Browsers.

    I've re-checked the GoDaddy Admin - the PHP Version is 7.4.33 - there are Several Available ranging from V 5.2.17 up to V 8.3.28

    I've also checked the YOUR ADMIN/includes/configure.php file

    The following "define" statements appear to be correct:

    define('HTTP_SERVER', 'https://www.growatthepros.ca');

    define('HTTP_CATALOG_SERVER', 'https://www.growatthepros.ca');
    define('HTTPS_CATALOG_SERVER', 'https://www.growatthepros.ca');

    define('DIR_WS_CATALOG', '/Store/');
    define('DIR_WS_HTTPS_CATALOG', '/Store/');

    The next one showing the path to the Store is also correct, as there is an existing CMSMS web site.
    The Store directory is inside the CMSMS-2-2-16 directory.

    define('DIR_FS_CATALOG', '/var/www/vhosts/growatthepros.ca/httpdocs/CMSMS-2-2-16/Store/');

    The server also allows me to define the Document Root as:

    httpdocs/CMSMS-2-2-16

    Is it possible that I need to Add the part " CMSMS-2-2-16 " to:

    define('HTTP_CATALOG_SERVER', 'https://www.growatthepros.ca');

    and to:

    define('HTTPS_CATALOG_SERVER', 'https://www.growatthepros.ca');

    Any more thoughts?

    Again, Thanks!

    Bryan

  4. #4
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    301
    Plugin Contributions
    7

    Default Re: Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome

    I think you might be in the case mentioned here:
    Code:
    /**
     /**
     * 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.
     */
    Adding this line might solve your problem:
    Code:
    define('DIR_WS_ADMIN', '/Store/YOUR_ADMIN/');
    Or without 'Store' perhaps...
    Last edited by pilou2; 31 Dec 2025 at 07:26 AM.

  5. #5
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    356
    Plugin Contributions
    0

    Default Re: Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome

    If your site is under CMSMS-2-2-16/Store/ and your webserver is configured to deliver CMSMS-2-2-16/Store/ then you should configure your site to CMSMS-2-2-16/Store/ too.

    At least it would be one straight method to setup the webserver to deliver CMSMS-2-2-16/Store/
    Last edited by Shop Suey; 1 Jan 2026 at 10:29 AM.

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,244
    Plugin Contributions
    58

    Default Re: Admin Login Page works with Apple Safari but NOT with Windows 10 M/S Edge, Chrome

    See below, your security might be an issue with edge. I am however, able to view it in edge.... So clear your cache, network cache too and see if it is resolved.

    Name:  Scan-results-for-https-www-growatthepros-ca-Store--01-01-2026_05_28_AM.jpg
Views: 57
Size:  19.5 KB

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. v151 Larger window scroller is fine on Chrome, Edge, but not Firefox
    By mrcastle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2018, 05:23 AM
  2. Replies: 3
    Last Post: 30 Oct 2016, 12:23 PM
  3. v151 Am able to get full page pop-up with IE, Chrome, but not Firefox
    By mrcastle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Nov 2015, 03:43 AM
  4. Upgrade from 1.51 to 1.54, Admin Works OK but store does NOT work with php >5.4
    By SignaGen2 in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 31 Aug 2015, 07:11 PM
  5. Can't login to admin with google-chrome.. works fine on IE!
    By DXBLouie in forum General Questions
    Replies: 15
    Last Post: 4 Dec 2010, 12:37 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