Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product error


atlantis

Recommended Posts

when you click a product at www.zeppelinhc.com you get the below error

// ADDED BY CLEMENT for design define('HEADING_IMAGE_FILE', 'table_background_default.gif'); require(DIR_WS_INCLUDES . FILENAME_DESIGN); //** $product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product_check = tep_db_fetch_array($product_check_query); ?> HEAD_TAGS BODY_TAG

 

any ideas

Link to comment
Share on other sites

I would try and search for that 'text' in the php files you got and see if there is a wrong coding there.

Wrong coding as in your code is being published as html output if I understand you right.

 

In that case change the coding so it reads as code and not as html output

 

Richard

 

:unsure:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...