Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    image problem Just installed & no buttons, images, icons in admin or store

    Installed a new store as a sub domain of another store.

    Install went perfect. NO ERROR MESSAGES.

    Changed the admin name as recommended in the admin/includes/configure.php file and changed the admin directory name using FTP.

    image, button, icon folders permissions are 755 and files are 644

    - My admin shows only "x"s & alt tags w/o images for all buttons.
    - My store shows only "x"s and alt tags for buttons.
    - A test procduct w/image has the same problem "x" and no image.

    HELP PLEASE.

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just installed & no buttons, images, icons in admin or store

    We need the store url to check!
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: Just installed & no buttons, images, icons in admin or store

    Thanks for the quick reply.

    URL is www.sourceforherbs.com

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just installed & no buttons, images, icons in admin or store

    Can you also post the content in your configure.php file here, remember to take out all the username and password.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #5
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: Just installed & no buttons, images, icons in admin or store

    Here it is:

    */
    define('HTTP_SERVER', 'http://www.sourceforherbs.com');
    define('HTTPS_SERVER', 'https://www.sourceforherbs.com');
    define('HTTP_CATALOG_SERVER', 'http://www.sourceforherbs.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.sourceforherbs.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', '/control/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/control/');
    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/herbschi/public_html/sourceforherbs/control/');
    define('DIR_FS_CATALOG', '/home/herbschi/public_html/sourceforherbs/');

    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/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zen1_');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'xxxx');
    define('DB_SERVER_PASSWORD', 'xxxxx');
    define('DB_DATABASE', 'herbschi_zen1');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'database');
    define('DIR_FS_SQL_CACHE', '/home/herbschi/public_html/sourceforherbs/cache');

    ?>

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just installed & no buttons, images, icons in admin or store

    For some reason, I can't access:
    http://www.sourceforherbs.com/includ...utton_back.gif

    Even this link gives me an error:
    http://www.sourceforherbs.com/includes

    Since your site is located in a subfolder under root, check your virtualhost setting, it might be mis-configured somehow.

    (Or you can chmod includes folder to 777 (just for testing) and see what happens)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: Just installed & no buttons, images, icons in admin or store

    Thanks,

    Will contact my host - bluehost - and have them check it out.

 

 

Similar Threads

  1. Do I need to have an actual store? or just buy now buttons?
    By lavenderrose in forum General Questions
    Replies: 6
    Last Post: 18 Jun 2013, 09:53 AM
  2. Replies: 2
    Last Post: 24 May 2012, 02:42 PM
  3. Just Installed Zen Cart. Sample Images are Not Showing Up
    By clicknet in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 23 Jun 2009, 10:50 PM
  4. Just installed, but can't login to admin
    By Ange in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 25 Mar 2009, 03:22 PM

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