Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    Nottinghamshire
    Posts
    2
    Plugin Contributions
    0

    Default Re: Problem accessing my Admin area

    Yes I did install using zc_install which was under my Catalog folder but has now been deleted as per instruction on the Congratulations page, please note the Catalog folder starts with Capital 'C' I gather Linux system is case sensitive so important to foll ow that point, however, even using Catalog with capital C in URL still comes up with 404 not found error.
    You mention you can see another shopping cart but it is not Zen, a bit puzzled as to were you saw this unless you are referring to the page I have added www.anthonyjhall.co.uk/shopping-15-htm which is simply the page where I finally inted my Zen shopping cart to appear.

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Problem accessing my Admin area

    No, the page I saw was at http://www.anthonyjhall.co.uk/, which is a photography and graphic imagery site.

    But, I did try both lower case and upper case on the 'C' 'c'.

    Now, you mentioned that you changed the permissions on the configure.php files................did you make the other changes to reflect the path of your store?

    Since it's in a folder called Catalog, then find these lines in Catalog/includes/configure.php (if they don't match these settings, you should change them)

    Code:
      define('HTTP_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_SERVER', 'https://www.anthonyjhall.co.uk');
    
      define('DIR_WS_CATALOG', '/Catalog/');
      define('DIR_WS_HTTPS_CATALOG', '/Catalog/');
    
    Then next 2, change the x's to your server path if not already correct:
    
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxxxx/public_html/Catalog/');
    define('DIR_FS_SQL_CACHE', '/xxxxx/xxxxxxxx/public_html/Catalog/cache');
    Then, in Catalog/YourAdmin(what ever you named it)/includes/configure.php:

    Code:
      define('HTTP_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_SERVER', 'https://www.anthonyjhall.co.uk');
      define('HTTP_CATALOG_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_CATALOG_SERVER', 'https://www.anthonyjhall.co.uk');
    
    The next 2, change "YourAdmin" to what ever you renamed your admin folder to:
    
      define('DIR_WS_ADMIN', '/Catalog/YourAdmin/');
      define('DIR_WS_CATALOG', '/Catalog/');
      define('DIR_WS_HTTPS_ADMIN', '/Catalog/YourAdmin/');
      define('DIR_WS_HTTPS_CATALOG', '/Catalog/');
    
    Then next 3, change the x's to your server path if not already correct:
    
      define('DIR_FS_ADMIN', '/xxxxx/xxxxxxx/public_html/Catalog/YourAdmin/');
      define('DIR_FS_CATALOG', '/xxxxxx/xxxxx/public_html/Catalog/');
    
    
      define('DIR_FS_SQL_CACHE', '/xxxxxx/xxxxx/public_html/Catalog/cache');
    Last edited by Get Em Fast; 3 Mar 2011 at 01:39 PM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Problem Accessing the Admin Area after DNS Change
    By jamadri in forum General Questions
    Replies: 9
    Last Post: 29 Aug 2013, 09:31 PM
  2. v151 Http error 500 when accessing the admin area
    By lsb57 in forum General Questions
    Replies: 1
    Last Post: 19 Oct 2012, 08:01 AM
  3. error 500 when accessing admin area
    By linkerjpatrick in forum Basic Configuration
    Replies: 3
    Last Post: 16 Mar 2012, 11:46 PM
  4. Trouble Accessing Admin Area
    By MillenniumJim in forum General Questions
    Replies: 1
    Last Post: 19 Jan 2011, 09:11 PM
  5. bad gateway when accessing admin area
    By algegifts in forum Installing on a Windows Server
    Replies: 1
    Last Post: 22 Jul 2006, 10:14 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