Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

parse error, unexpected T_STRING - Help please!


Guest

Recommended Posts

Posted

Long story short - one of the companies we have a partnership with has closed, so I removed their link & graphic from our catalog/includes/languages/english/index.php

 

I thought I simply deleted their info - but now, when I refresh the page, I get the following error:

 

Parse error: parse error, unexpected T_STRING in /home/thegals/public_html/catalog/includes/languages/english/index.php on line 21

 

Here is the content of the file, down to a few lines after 21:

 

<?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', '<h3><font color=green>2 Gals Scrappin\' is pleased to provide you with our monthly subscription club for scrapbooking supplies!</h3>

</br></br>

<h3>Please vote for us to become the number one kit club on the internet!! Click on the link below!</h3><p><p>

<a href="http://www.scrapbookingtop50.com.au/top50kits/">

<img src="http://www.scrapbookingtop50.com.au/top50kits/button.php?u=2Gals" alt="Top50 Scrapbooking Kits" border="0" />

</a>

 

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

 

Help please!! What did I accidentally delete???

Posted
<?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', '<h3><font color=green>2 Gals Scrappin\' is pleased to provide you with our monthly subscription club for scrapbooking supplies!</h3>
</br></br>
<h3>Please vote for us to become the number one kit club on the internet!! Click on the link below!</h3><p><p>
<a href="http://www.scrapbookingtop50.com.au/top50kits/">
<img src="http://www.scrapbookingtop50.com.au/top50kits/button.php?u=2Gals" alt="Top50 Scrapbooking Kits" border="0" />
</a>');


define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
?>

Posted

THANKS!!

 

I knew it had to be some little thing - I'd tried ' ; and ) separately, and in a few different combos, but not all together.

 

Whew!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...