osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 07-03-2003, 09:24 AM
New Member
 
Join Date: Jun 2003
Location: Sanibel, Florida USA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
MeGaHeRtZ
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'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 07-03-2003, 11:33 PM
Lurker
 
Join Date: Jul 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nrapt
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 05:02 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax