Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Location
    Tx gulf coast
    Posts
    126
    Plugin Contributions
    0

    Default Cannot Edit Modules - https issue

    I am not able to edit my modules...here is the message:

    ALERT: For security reasons, Editing of this module is disabled until your Admin is configured for SSL.
    Remove Module

    I have looked at my admin->configure.php and my other configure.php and they both appear to be okay...

    I have a dedicated SSL...what am I missing?

    Here is a clip from my admin->includes/configure.php:

    define('HTTP_SERVER', 'http://mysite.com');
    define('HTTPS_SERVER', 'https://mysite.com');
    define('HTTP_CATALOG_SERVER', 'http://mysite.com');
    define('HTTPS_CATALOG_SERVER', 'https://mysite.com');

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'true');

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');

    Here is a clip from my other includes/configure.php file:

    // 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://mysite.com');
    define('HTTPS_SERVER', 'https://mysite.com');

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

    Everything else seems to work fine. I just can't do any edits in the modules if SSL is needed...it is not recognized as installed.

    Thx

    Keith

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Cannot Edit Modules - https issue

    Try setting all of these to https:
    Code:
    define('HTTP_SERVER', 'http://mysite.com');
      define('HTTPS_SERVER', 'https://mysite.com');
      define('HTTP_CATALOG_SERVER', 'http://mysite.com');
      define('HTTPS_CATALOG_SERVER', 'https://mysite.com');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2008
    Location
    Tx gulf coast
    Posts
    126
    Plugin Contributions
    0

    Default Re: Cannot Edit Modules - https issue

    Well, that seems to do it...what was the issue...? I don't get it...

    Thanks,

    Keith

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Cannot Edit Modules - https issue

    You did not have the Admin set to fully SSL so it would not let you edit the settings when not secure ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. HTTPS Issue
    By cjackson111 in forum General Questions
    Replies: 1
    Last Post: 2 Feb 2012, 05:25 AM
  2. Can't update modules after switching to https
    By kamelda in forum Basic Configuration
    Replies: 2
    Last Post: 3 Apr 2010, 04:37 PM
  3. Cannot edit payment modules
    By kkluczynski in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 29 Sep 2007, 02:12 PM
  4. customers cannot login after https is defined
    By janda3178 in forum General Questions
    Replies: 5
    Last Post: 30 Mar 2007, 03:37 AM
  5. Replies: 2
    Last Post: 19 Aug 2006, 09:01 PM

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