everton_fc Posted March 25, 2005 Posted March 25, 2005 Hi, i've got a problem with my shop. It is saying this Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_VARIABLE or '$' in /home/maccas00/public_html/osCommerce/includes/languages/english/index.php on line 19 I tried and change the text on the front page but i think i have deleted some code. Could anyone please give me the oringal code that we started off with. So i can start from strach again. Thanks a lot.
3DoorsUp Posted March 25, 2005 Posted March 25, 2005 Hi, i've got a problem with my shop. It is saying this Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_VARIABLE or '$' in /home/maccas00/public_html/osCommerce/includes/languages/english/index.php on line 19 I tried and change the text on the front page but i think i have deleted some code. Could anyone please give me the oringal code that we started off with. So i can start from strach again. Thanks a lot. <{POST_SNAPBACK}> What were you trying to change? The opening text of your site? Check your ('TEXT_MAIN', 'put your text here'); define('TEXT_MAIN', ''); define('TABLE_HEADING_NEW_PRODUCTS', 'New Gift Selections For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); We help each other, to help ourselves! Aloha Allison! Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance. Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.
everton_fc Posted March 25, 2005 Author Posted March 25, 2005 Here's the code <?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', 'Test'); 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'); } ?> Its saying that there is something wrong with line 19 This is line 18 and 19 if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS, 'manufacturers_id'])) ) { Whats wrong with it
Recommended Posts
Archived
This topic is now archived and is closed to further replies.