Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin OK but no Store

    Note: one of the key settings is where you put the code ... you have it in the /Store/cart/ directory

    define('DIR_WS_ADMIN', 'Store/cart/admin/');
    define('DIR_WS_CATALOG', 'Store/cart/');
    define('DIR_WS_HTTPS_ADMIN', 'Store/cart/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'Store/cart');
    These need to reference that correctly:
    define('DIR_WS_ADMIN', '/Store/cart/admin/');
    define('DIR_WS_CATALOG', '/Store/cart/');
    define('DIR_WS_HTTPS_ADMIN', '/Store/cart/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/Store/cart');
    Note the missing / in front of Store ... also, it is a good idea to keep directory and filenames lowercase without space, special characters etc. otherwise humans may remember what they are ... but not remember how to type them ...

    Check the true path to your home directory on these:
    define('DIR_FS_ADMIN', 'http://www.rtswinc.com/Store/cart/admin/');
    define('DIR_FS_CATALOG', 'http://www.rtswinc.com/Store/cart/');
    And then the true path to your cache directory on:
    define('DIR_FS_SQL_CACHE', './../cache');
    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!

  2. #12
    Join Date
    Jan 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin OK but no Store

    Well that was the problem with the paths. However after testing it seemed that I couldn't get the application to work right with the switching from ssl to standard mode. It would switch from http to https and vice versa but the lock wouldn't show up. I set up everything as ssl and now it works but is super slow. Not that the site has every been fast at all. Now it's really just too slow. I hear this is a hosting problem which I may need to address later. Thanks for your help

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Disabling Store for all But Admin?
    By gabstero in forum General Questions
    Replies: 10
    Last Post: 30 May 2014, 08:07 PM
  2. No admin...but store shows up!
    By EC web in forum Installing on a Windows Server
    Replies: 15
    Last Post: 29 Jun 2013, 05:17 PM
  3. Store works but not admin
    By migzam in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 7 Dec 2007, 07:07 PM
  4. Admin accessible, but no store...
    By Triana in forum Installing on a Linux/Unix Server
    Replies: 12
    Last Post: 14 Dec 2006, 02:10 AM
  5. Admin works but cant access store
    By robendicott in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 6 Jun 2006, 11:51 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