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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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' ?> |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin configuration | nas | osCommerce 2.2 Installation Help | 2 | 12-19-2004 03:05 PM |
| box configuration | samsin1 | osCMax v1.7 Installation | 0 | 09-14-2004 02:55 PM |
| Newbie with Configuration problem | onceupon | osCommerce 2.2 Installation Help | 8 | 04-27-2004 10:00 PM |
| problem with configuration file | galil | osCommerce 2.2 Installation Help | 2 | 03-04-2004 09:08 AM |
| Configuration set up ? | ozstar | osCommerce 2.2 Installation Help | 2 | 11-19-2002 02:58 PM |