Results 1 to 2 of 2

Please help configuration problem

This is a discussion on Please help configuration problem within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I think I know what my problem is I don't know how to fix it. The words HEADING_TITLE come up ...

      
  1. #1
    New Member
    Join Date
    Jun 2003
    Location
    Sanibel, Florida USA
    Posts
    7
    Rep Power
    0


    Default Please help configuration problem

    I think I know what my problem is I don't know how to fix it. The words HEADING_TITLE come up on every page. the words TABLE_HEADING_????come up also. Does this mean oscommerce can't find the files in catalog/admin/includes/language/english . How do I tell the program where it is. How do i modify admin/includes/configure.php . Or is that the file that tells oscommerce where to find these files. attached is configure.php

    <?php
    /*
    osCommerce, Open Source E-Commerce Solutions
    http://www.oscommerce.com

    Copyright (c) 2003 osCommerce

    Released under the GNU General Public License
    */

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost or - https://localhost should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'http://localhost');
    define('HTTPS_CATALOG_SERVER', 'https://localhost');
    define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', 'C:/XITAMI/webpages'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
    define('DIR_FS_ADMIN', 'C:/XITAMI/webpages/catalog/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
    define('DIR_FS_CATALOG', 'C:/XITAMI/webpages/catalog/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    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', DIR_WS_CATALOG . 'includes/languages/');
    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_BACKUP', DIR_FS_ADMIN . 'backups/');

    // define our database connection
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
    define('DB_SERVER_USERNAME', 'Jim Thomas');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'islandgifts');
    define('USE_PCONNECT', 'false'); // use persisstent connections?
    define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
    ?>

  2. #2
    Lurker
    Join Date
    Jul 2003
    Posts
    4
    Rep Power
    0


    Default

    HEADING_TITLE is defined on each of the pages in their text file. I would check the different files where they are linked.
    First stop, if it is the Privacy Notice page, check:
    catalog/includes/languages/english/privacy.php

    You would define the HEADING_TITLE between the single quotes.
    http://wiki.oscommerce.com/helpModsAddBoxLinks
    The document above lists the different files linked within the boxes and perhaps you could track it from there.
    Jenn

Similar Threads

  1. Admin configuration
    By nas in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 12-19-2004, 04:05 PM
  2. box configuration
    By samsin1 in forum osCMax v1.7 Installation
    Replies: 0
    Last Post: 09-14-2004, 03:55 PM
  3. Newbie with Configuration problem
    By onceupon in forum osCommerce 2.2 Installation Help
    Replies: 8
    Last Post: 04-27-2004, 11:00 PM
  4. problem with configuration file
    By galil in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 03-04-2004, 10:08 AM
  5. Configuration set up ?
    By ozstar in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 11-19-2002, 03:58 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
  •