Zen Cart Logo
Forums / General Questions / Images are not showing in Admin area

Images are not showing in Admin area

Locked

Views: 1,944

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
19 Oct 2007, 5:49 PM
#2
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

Re: Images are not showing in Admin area

Can someone help me ASAP. I need this done.

20 Oct 2007, 2:53 PM
#3
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

Re: Images are not showing in Admin area

I guess no one is going to help me.

20 Oct 2007, 3:07 PM
#4
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

Re: Images are not showing in Admin area

ok here is my admin path https://www.mtechama.com/gift_shop/admin/includes/configure.php

// 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 https://www.mtechama.com/images/ in there is no folder that exists

20 Oct 2007, 4:28 PM
#5
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,682
Plugin Contributions:
0

Re: Images are not showing in Admin area

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

5 Mar 2009, 8:53 AM
#6
crawlina avatar

crawlina

New Zenner

Join Date:
Aug 2007
Posts:
23
Plugin Contributions:
0

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/modern/modern/includes/languages/english/images/icon.gif

It should read as follows: http://www.championmustang.com/modern/includes/languages/english/images/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.