Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CAN SOMEONE HELP ME PRODUCT_NEW.PHP


ukmobile786

Recommended Posts

Posted

can some 1 please help me as i am getting error on product new & pre order box on my website, the following errors accure

 

Parse error: parse error, unexpected T_LNUMBER in /homepages/41/d152592497/htdocs/ukmobile/products_new.php on line 79

www.uk-mobilestore.co.uk (1st error) New Products On view More

2nd error Pre order view more

 

on line 79

 

Lin 79 on Ftp://uk-mobilestore.co.uk/product_new.php

 

$products_new_query_raw = "select p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on (p.manufacturers_id = m.manufacturers_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = pd.products_id " . $sql_add_code . " and pd.language_id = '" . (int)$languages_id . "' order by p.products_date_added DESC, pd.products_name"; $products_new_split = new splitPageResults($products_new_query_raw, MAX_DISPLAY_PRODUCTS_NEW);

 

 

I am getting error on this Line Please someone help me

 

Thank you & waiting for reply

Posted

Most likely the true error is occurring one or more lines before line 79. That is the nature of parse errors: they can only tell you at what point the engine can't manage to make sense of the code. Post the 5 or so lines before line 79.

Contributions

 

Discount Coupon Codes

Donations

Archived

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

×
×
  • Create New...