Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Oct 2012
    Posts
    7
    Plugin Contributions
    0

    Default AdminPage Not showing graphical HUD

    Howdy,

    Just set up my web site with zen 1.51 today, went pretty smoothly, but when I log into my "admin" page. I cannot configure stuff because all my graphical buttons are missing.

    I have a picture showing what I mean. Only the text links are visible to me.
    Anyone experienced this and know whats up? I read through quite a few FAQ's without seeing anything.



    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: AdminPage Not showing graphical HUD

    Check your admin/includes for stylesheet.css file
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: AdminPage Not showing graphical HUD

    Alrighty will do

  4. #4
    Join Date
    Oct 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: AdminPage Not showing graphical HUD

    Alrighty, stylesheet.css is in the correct place.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: AdminPage Not showing graphical HUD

    Did that help??
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Oct 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: AdminPage Not showing graphical HUD

    No, I mean it was in the correct spot the entire time, no change.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: AdminPage Not showing graphical HUD

    Try reloading all admin files
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: AdminPage Not showing graphical HUD

    Some additional things to check if uploading a clean copy of the admin files (and of course fixing permissions) does not fix the problem:

    Double check to make sure there are no spaces, &, #, or % in your renamed "admin" folder. These can and will cause problems.

    Double check /admin/includes/configure.php especially the 'HTTP_SERVER' and 'HTTPS_SERVER' defines. Make sure there is a trailing slash and the server name is correct (for example: 'http://www.zen-cart.com/').

    The "magic" in this file usually takes care of configuring the next two settings automatically for you, but you may also have to change 'DIR_WS_ADMIN' and 'DIR_WS_HTTPS_ADMIN' to be the name you changed your "admin" folder to (for example: '/Wea42gc1/').
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  9. #9
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: AdminPage Not showing graphical HUD

    Quote Originally Posted by lhungil View Post
    Double check /admin/includes/configure.php especially the 'HTTP_SERVER' and 'HTTPS_SERVER' defines. Make sure there is a trailing slash and the server name is correct (for example: 'http://www.zen-cart.com/').
    Correct me if I am wrong, but the last time I checked, there should be NO trailing slash in the url, see the comments in the config files.

    PHP Code:
    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
    define('HTTP_SERVER''http://localhost');
    define('HTTPS_SERVER''https://localhost');

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

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG''/');
    define('DIR_WS_HTTPS_CATALOG''/'); 

  10. #10
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: AdminPage Not showing graphical HUD

    .

    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 1 of 2 12 LastLast

Similar Threads

  1. How to print Graphical report?
    By Baljeet in forum General Questions
    Replies: 4
    Last Post: 17 Nov 2007, 09:49 AM
  2. for adminpage; Reports searched words statistic exists?
    By dedj in forum General Questions
    Replies: 4
    Last Post: 23 Jul 2007, 07:50 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