Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Admin values not updating

    I'm new to zen cart. I just installed it to day. I've spent most of the day working on redirecting http to https. Now, when I try to update in value through admin, it just leaves the value blank.

    This is what I've done so far:
    1. used a .htaccess redirector
    2. changed the false to true in includes/config.php and admin/includes/config.php.

    Site: www.72hourgear.com

    Any help would be greatly appreciated.

  2. #2
    Join Date
    Oct 2006
    Posts
    625
    Plugin Contributions
    0

    Default Re: Admin values not updating

    Although what I suggest may not solve your problem immediately, it seems like you haven't updated your configure.php files to reflect the change from non-www to www.

    Try the following changes to your configure.php files first:

    /includes/configure.php
    PHP Code:
    define('HTTP_SERVER''http://www.72hourgear.com');
    define('HTTPS_SERVER''https://www.72hourgear.com'); 
    /admin/includes/configure.php
    PHP Code:
    define('HTTP_SERVER''http://www.72hourgear.com');
    define('HTTPS_SERVER''https://www.72hourgear.com');
    define('HTTP_CATALOG_SERVER''http://www.72hourgear.com');
    define('HTTPS_CATALOG_SERVER''https://www.72hourgear.com'); 
    Goh Koon Hoek, author of "e-Start Your Web Store with Zen Cart".
    Printed book: www.lulu.com/content/10576284
    Electronic book and Errata: www.cucumbermedia.com/store

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,044
    Plugin Contributions
    1

    Default Re: Admin values not updating

    Your whole site seems to be under https now.

    Generally, only the login/create account page and the checkout pages are secured, and Zencart does this automatically if your SSL cert is installed and the two configure.php files are edited correctly.

  4. #4
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin values not updating

    ok, so if the config files are updated, then I don't need a redirecter .htaccess?

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,044
    Plugin Contributions
    1

    Default Re: Admin values not updating

    That should be the case, unless your host does some offbeat things.

    I'd try it without the redirect after you edit the config files. Should work.

  6. #6
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin values not updating

    do I want to change the false to true in this statement?
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false);

    on both config files?

  7. #7
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Admin values not updating

    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. Updating admin/index.php
    By socalpatch in forum Managing Customers and Orders
    Replies: 0
    Last Post: 14 Sep 2006, 02:51 AM
  2. admin not updating emails for cc transactions
    By bobdog in forum Managing Customers and Orders
    Replies: 2
    Last Post: 14 Sep 2006, 02:40 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
  •