Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Missing Icons in Admin

    This is a minor problem but rather annoying.

    My icons have disappeared from admin.

    This only happens when using the English language, but in Finnish language, all the icons appear.

    I have compared files between the admin->languages folders and do not see any differences.

    The files english.php and finnish.php are the same (except language difference).

    Any ideas where to look for a solution? I have tried re-uploading all icon images to the correct folder but nothing has changed.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Missing Icons in Admin

    Have you looked specifically at the admin/includes/languages/english/images/buttons folder?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Missing Icons in Admin

    Quote Originally Posted by kuroi View Post
    Have you looked specifically at the admin/includes/languages/english/images/buttons folder?
    Yup, everything is there.

    Only thing that looks weird is there are two areas for icons.

    /zencart2/admin/includes/languages/english/images/buttons/

    /zencart2/admin/includes/languages/english/images/buttons/buttons/english

  4. #4
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Missing Icons in Admin

    sorry, to clarify...

    Everything is there, but the icons are still not appearing.

    Ideas where to start?

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Missing Icons in Admin

    Taking an overview of the issue. Icons are language independent, so the same code is used to display the same images whether you're using Finnish or English.

    Buttons are language dependent, but that involves simply inserting the right language name into the file path. That's more likely (athough the chances are small) to have a language-related problem, but you've confirmed that the files are in the right place (though the suggestion that there are two sets for English is a bit worrying) and that it's the icons with the problem anyway.

    The way I would seek to debug this is to find the zen_image function that is inserting one of the missing icons and echo out the path to the image file. Then, I'd follow the trail to that specific image to see if I can find a reason for its absence.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Jun 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Missing Icons in Admin

    Version 1.3.8a
    No upgrades, addition, changes, etc.

    I have the same problem with the missing images in admin, but it has only been going on for the past hour since got my SSL certificate and made changes to the configure.php files as follows:

    ADMIN/INCLUDES:
    define('HTTP_SERVER', 'https://court-doctor.com');
    define('HTTPS_SERVER', 'https://court-doctor.com');
    define('HTTP_CATALOG_SERVER', 'https://court-doctor.com');
    define('HTTPS_CATALOG_SERVER', 'https://court-doctor.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    SHOP/INCLUDES:
    define('HTTP_SERVER', 'https://court-doctor.com');
    define('HTTPS_SERVER', 'https://court-doctor.com');

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

    My cPanel Hotlinks Protection has these allowed referers:
    http://court-doctor.com
    http://www.court-doctor.com
    https://court-doctor.com

    At first, my images were gone in *both* my shop online and the admin, but the images for the shop came back when I noticed the URL address for the shop started as "http" and I added "http://court-doctor.com" to the hotlinks protection list.

    It's gotta be something simple I've put in/not put in configure.php files.

 

 

Similar Threads

  1. v154 Missing Icons
    By adb34 in forum General Questions
    Replies: 11
    Last Post: 14 May 2015, 02:00 PM
  2. v139h Missing icons in admin after changing from Windows to Linux?
    By Swingin' Sparrow in forum Installing on a Linux/Unix Server
    Replies: 24
    Last Post: 14 Feb 2013, 08:37 PM
  3. Icons missing in the ADMIN backend...
    By lazschu in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 26 Sep 2008, 07:29 AM
  4. Missing icons (I think??)
    By JillC in forum General Questions
    Replies: 1
    Last Post: 28 Feb 2008, 09:12 AM
  5. Step 1 Icons Missing
    By johnga in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 12 Nov 2007, 07:15 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