Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Images are not showing in Admin area

    Please help!!!!!

    Images are not showing in admin area

    my store web address is http://www.mtechama.com/gift_shop/index.php

    but the admin area images is tries to pull off of http://www.mtecham.com/includes/images/

    Why is it doing that

  2. #2
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Images are not showing in Admin area

    Can someone help me ASAP. I need this done.

  3. #3
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Images are not showing in Admin area

    I guess no one is going to help me.

  4. #4
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Images are not showing in Admin area

    ok here is my admin path http://www.mtechama.com/gift_shop/ad.../configure.php

    Code:
    // Define the webserver and path parameters
    
      // Main webserver: eg, http://localhost - should not be empty for productive servers
    
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    
      // HTTP_CATALOG_SERVER is your Main webserver: eg, http://www.yourdomain.com
    
      // HTTPS_CATALOG_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    
      /* 
    
       * URLs for your site will be built via:  
    
       *     HTTP_SERVER plus DIR_WS_ADMIN or
    
       *     HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or 
    
       *     HTTP_SERVER plus DIR_WS_CATALOG or 
    
       *     HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
    
       * ...depending on your system configuration settings
    
       */
    
      define('HTTP_SERVER', 'http://www.mtechama.com/gift_shop');
    
      define('HTTPS_SERVER', 'https://www.mtechama.com/gift_shop');
    
      define('HTTP_CATALOG_SERVER', 'http://www.mtechama.com');
    
      define('HTTPS_CATALOG_SERVER', 'https://www.mtechama.com');
    
    
    
      // Use secure webserver for catalog module and/or admin areas?
    
      define('ENABLE_SSL_CATALOG', 'false');
    
      define('ENABLE_SSL_ADMIN', '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_ADMIN', '/admin/');
    
      define('DIR_WS_CATALOG', '/');
    
      define('DIR_WS_HTTPS_ADMIN', '/admin/');
    
      define('DIR_WS_HTTPS_CATALOG', '/');
    
    
    
      define('DIR_WS_IMAGES', 'images/');
    
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    
      define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    
      define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    
      define('DIR_WS_INCLUDES', 'includes/');
    
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    
      define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    
      define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
    
    
    
    // * DIR_FS_* = Filesystem directories (local/physical)
    
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    
      define('DIR_FS_ADMIN', '/home/content/m/o/r/morristech/html/gift_shop/admin/');
    
      define('DIR_FS_CATALOG', '/home/content/m/o/r/morristech/html/gift_shop/');
    
    
    
      define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    
      define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    
      define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    images in admin area are trying to pull from www.mtechama.com/images/ in there is no folder that exists

  5. #5
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,504
    Plugin Contributions
    0

    Default Re: Images are not showing in Admin area

    nevermind I have fixed the problem......

  6. #6
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    red flag Re: Images are not showing in Admin area

    I have the same problem. My images aren't showing up in the admin controls but will show on the website. When in the admin I can see where the image failed to load. When I right click to open image in new window I see a the problem. The link shows the following: http://www.championmustang.com/moder...mages/icon.gif

    It should read as follows: http://www.championmustang.com/moder...mages/icon.gif

    It has placed an additional directory of modern that doesn't exist. How do I fix this? Any help would be great! You can click on the links above to see what I'm talking about.

    J.D.
    Last edited by crawlina; 5 Mar 2009 at 09:55 AM. Reason: adding more information.

 

 

Similar Threads

  1. v151 Images are not showing up on product page in admin
    By cvandijk in forum Basic Configuration
    Replies: 7
    Last Post: 16 Nov 2019, 07:45 PM
  2. v154 Icons or images are not showing in admin dashboard
    By Annie_zaz in forum General Questions
    Replies: 2
    Last Post: 21 Jan 2016, 03:57 PM
  3. My Orders are not appearing in my admin area
    By aphrodisia in forum Managing Customers and Orders
    Replies: 3
    Last Post: 25 Feb 2008, 09:10 PM
  4. Froggle listings are working but images are not showing up
    By dealbyethan.com in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Aug 2006, 12:49 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