Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 53
  1. #41
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin Page Won't Display.

    Rather than fooling with permissions and guessing ...

    How about delete the files that it says cannot be found and reload them from a clean copy of Zen Cart to their default permissions ...
    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: v1.5.5]
    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. #42
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin Page Won't Display.

    NOTE: your shop is loading ... your admin is not ...

    Download the file /admin/includes/configure.php

    Rename the directory /admin to /admin_old

    Now reload the /admin in entirety and then upload the /admin/includes/configure.php that you saved from your site ...

    NOTE: check that this is the Admin configure.php and not an accidental copy of the Catalog configure.php
    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: v1.5.5]
    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. #43
    Join Date
    Jun 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Admin Page Won't Display.

    All done. Same problem

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

    Default Re: Admin Page Won't Display.

    Who are you hosting with?
    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: v1.5.5]
    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!

  5. #45
    Join Date
    Jun 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Admin Page Won't Display.

    hosting with www.trimcomputers.com

    The host is a friend of mine and has all the lates stuff running on his server

  6. #46
    Join Date
    May 2006
    Location
    Philippines
    Posts
    24
    Plugin Contributions
    0

    Default Re: Admin Page Won't Display.

    well, i also did the same. its still the same...

    wat if i re-install it again? would it work?

  7. #47
    Join Date
    Jun 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Admin Page Won't Display.

    I've tried that few times with no avail

  8. #48
    Join Date
    May 2006
    Location
    Philippines
    Posts
    24
    Plugin Contributions
    0

    Default Re: Admin Page Won't Display.

    is there any other solutions to this problem? cause it's kinda bothering me for some time now. still i cant find the reason why it won't work. Or maybe it's like u said, the hosting might not be compatible with the Zen Cart.

  9. #49
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Admin Page Won't Display.


    Or maybe it's like u said, the hosting might not be compatible with the Zen Cart.
    In that case, I'd send a support ticket to the web hosting service you're related with and ask for an inspection of your folder permissions settings. If they cannot handle it - run and ring the bell on some doors who can really host Zen Cart properly. In the mean time, you can always visit the ' certified hosting plans ' section from this site.

  10. #50
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Admin Page Won't Display.

    alias101....

    You said your admin/includes/configure.php says:
    PHP Code:
      define('HTTP_SERVER''http://localhost');
      
    define('HTTPS_SERVER''https://127.0.0.1');
      
    define('HTTP_CATALOG_SERVER''http://localhost');
      
    define('HTTPS_CATALOG_SERVER''https://localhost');

      
    define('DIR_WS_ADMIN''/store/admin/');
      
    define('DIR_WS_CATALOG''/store/');
      
    define('DIR_WS_HTTPS_ADMIN''/store/admin/');
      
    define('DIR_WS_HTTPS_CATALOG''/store/');

      
    define('DIR_FS_ADMIN''/admin/');
      
    define('DIR_FS_CATALOG''/');

      
    define('DIR_FS_SQL_CACHE''/s101/cache'); 
    but your /includes/configure.php says:
    PHP Code:
    define('HTTP_SERVER''http://www.costaricapharmacyonline.com');
      
    define('HTTPS_SERVER''https://www.costaricapharmacyonline.com');

      
    define('ENABLE_SSL''true');

      
    define('DIR_WS_CATALOG''/store/');
      
    define('DIR_WS_HTTPS_CATALOG''/store/');

      
    define('DIR_FS_CATALOG''/kunden/homepages/13/d161596823/htdocs/costarica/store/');

      
    define('SQL_CACHE_METHOD''file'); 
      
    define('DIR_FS_SQL_CACHE''/kunden/homepages/13/d161596823/htdocs/costarica/store/cache'); 
    and you're running on a live server, not a standalone test server?
    Thus, your admin/includes/configure.php needs to have your real info:
    PHP Code:
      define('HTTP_SERVER''http://www.costaricapharmacyonline.com');
      
    define('HTTPS_SERVER''https://www.costaricapharmacyonline.com');
      
    define('HTTP_CATALOG_SERVER''http://www.costaricapharmacyonline.com');
      
    define('HTTPS_CATALOG_SERVER''https://www.costaricapharmacyonline.com');

      
    define('ENABLE_SSL''true');
      
    define('ENABLE_SSL_ADMIN''true');

      
    define('DIR_FS_ADMIN''/kunden/homepages/13/d161596823/htdocs/costarica/store/admin/');
      
    define('DIR_FS_CATALOG''/kunden/homepages/13/d161596823/htdocs/costarica/store/');

      
    define('SQL_CACHE_METHOD''none'); 
      
    define('DIR_FS_SQL_CACHE''/kunden/homepages/13/d161596823/htdocs/costarica/store/cache'); 
    I would also suggest that you change your /includes/configure.php setting for this to none:
    PHP Code:
      define('SQL_CACHE_METHOD''none'); 
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. Fresh install - won't display Admin
    By 4thwave in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 3 Dec 2010, 11:15 PM
  2. About Us Page won't display
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 13 Jun 2010, 02:41 AM
  3. Shop won't display & can't get into admin
    By wobble in forum General Questions
    Replies: 6
    Last Post: 31 Jan 2010, 07:24 PM
  4. Login page won't display.
    By Jman9912 in forum General Questions
    Replies: 18
    Last Post: 11 Jul 2009, 02:15 PM
  5. admin window won't display too
    By ericpeng in forum Customization from the Admin
    Replies: 1
    Last Post: 20 Jun 2006, 05:55 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR