sober9800 Posted March 23, 2007 Posted March 23, 2007 I'm having problem editing my pages. Now I have this error on my page. Parse error: parse error, unexpected T_STRING in /home/tsdiscou/public_html/includes/languages/english/index.php on line 13. Help what did I do and how can I correct it?
bill110 Posted March 23, 2007 Posted March 23, 2007 can you post the first 15 lines of your catalog/includes/languages/english/index.php My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
chooch Posted March 24, 2007 Posted March 24, 2007 I'm having problem editing my pages. Now I have this error on my page. Parse error: parse error, unexpected T_STRING in /home/tsdiscou/public_html/includes/languages/english/index.php on line 13. Help what did I do and how can I correct it? You are asking a queston as though the fix will be presented to you in a flash. Sorry but the asnwer isn't easy to give so stay with us for a moment...... You need to explain what edits you made before you can expect some advice on how to fix errors you created. What exactly have you here: includes/languages/english/index.php on line 13 Copy and paste the line here Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back! Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you? There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere. CHOOCH
sober9800 Posted April 1, 2007 Author Posted April 1, 2007 You are asking a queston as though the fix will be presented to you in a flash. Sorry but the asnwer isn't easy to give so stay with us for a moment...... You need to explain what edits you made before you can expect some advice on how to fix errors you created. What exactly have you here: includes/languages/english/index.php on line 13 Copy and paste the line here I'm sorry I don't mean to say the answer is easy because I 'm sure it's not. I've been trying to get this page done for a couple of weeks and it seems everything I do is wrong. I've been trying to find the answer in a lot of places and was just hoping someone here could help me. Sorry for the way my question was put. I do appreicate any help I can get and hopefully I'll be able to help someone in return. Here is what I edited. <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', '<b>Welcome to T\'s Discounted Gifts! Want to save on gas? Stay home and spend time with the family? You have come to the right place. Stay home and shop anytime. We have all your gift needs for any ocassion. Gifts for birthdays of any age. Those special gifts for wedding or baby showers. We have gifts for your special person on your anniversary. Come back for those special holidays gifts. New items are adding each month. So sit back relax and enjoy shopping with us.<br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' </td><td class="main" valign="top"><b>background</span> color. FILENAME_DEFAULT . '</nobr><br><br>That file can be edited manually, or via the Administration Tool with the <nobr class="messageStackSuccess">Languages->' . ucfirst($language) . '->Define</nobr> or <nobr class="messageStackSuccess">Tools->File Manager</nobr> modules.<br><br>The text is set in the following manner:<br><br><nobr>define(\'TEXT_MAIN\', \'<span class="messageStackSuccess">This is a default setup of the osCommerce project...</span>\');</nobr><br><br>The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:<br><br><nobr>define(\'TEXT_MAIN\', \');</nobr><br><br>More information concerning the PHP define() function can be read <a href="http://www.php.net/define" target="_blank"><u>here</u></a>.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>Securing The Administration Tool</b><br><br>It is important to secure the Administration Tool as there is currently no security implementation available.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/4.gif') . '</td><td class="main" valign="top"><b>Online Documentation</b><br><br>Online documentation can be read at the <a href="http://www.oscommerce.info" target="_blank"><u>osCommerce Knowledge Base</u></a> site.<br><br>Community support is available at the <a href="http://www.oscommerce.com/forums" target="_blank"><u>osCommerce Community Support Forums</u></a> site.</td></tr></table><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href="http://www.oscommerce.com" target="_blank"><u>support site of osCommerce</u></a>. This shop is running on osCommerce version <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.