Jump to content


Corporate Sponsors


Latest News: (loading..)

tessey

Member Since 04 Nov 2008
Offline Last Active Mar 13 2012, 21:13
-----

Topics I've Started

Parse error

10 March 2012, 00:49

I had someone who did some upgrading on my site today. I am now getting the following error and I cannot find the solution:
Parse: error syntax error, unexpected '<' in/home/****/public_html/product_info.php on line 266

Here is the product_info.php


<?php
/*
$Id: product_info.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright © 2002 osCommerce

Released under the GNU General Public License
*/

define('TEXT_PRODUCT_NOT_FOUND', 'Product not found!');
define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.');
define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');
define('TEXT_DATE_AVAILABLE', '<font color="#ff0000">This product will be in stock on %s.</font>');
define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased');
define('TEXT_PRODUCT_OPTIONS', 'Available Options:');
define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge');
/*** Begin Header Tags SEO ***/
define('TEXT_VIEWING', 'Currently viewing:');
/*** End Header Tags SEO ***/
?>

Any help, I am in trouble with this site down.