I do most of my browsing in FF but chech every now and then in IE.
In IE I noticed the Eror on Page in status bar here.
Is it obvious what it may be?
Below are the error messages and relative code
Thanks
oz
-------------------
On Front Page
Line 168 index.php
Object Expected
Char 1
URL index.php
// show the products in a given categorie
if (isset($HTTP_GET_VARS['filter_id']) && tep_not_null($HTTP_GET_VARS['filter_id'])) {
-----------------
At Shopping Cart
Line 168 (There is no 168 in shopping_cart but above is the 168 code line in index.php)
Object Expected
Char 1
URL shopping_cart.php
---------------------------------
At Checkout to Login Login.php
Line 173 (There is no 173 in login but below is the 173 code line in index.php)
Object Expected
Char 1
URL login.php
$listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, tmp_pp.products_price, p.products_tax_class_id, IF(tmp_pp.status, tmp_pp.specials_new_products_price, NULL) as specials_new_products_price, IF(tmp_pp.status, tmp_pp.specials_new_products_price, tmp_pp.products_price) as final_price from " . TABLE_PRODUCTS . " p left join " . $product_prices_table . " as tmp_pp using(products_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_MANUFACTURERS . " m, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '" . (int)$HTTP_GET_VARS['filter_id'] . "' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "' and p2c.categories_id = '" . (int)$current_category_id . "'";
------------------------------------------------------
At Contact Us
Line 168 (There is no 168 in contact_us but above is the 168 code line in index.php)
Object Expected
Char 1
URL contact_us.php
-----------------------------------------------------
At What's New Product - product_info.php
Line 173 (There is no 173 in product_info but below is the 173 code line in index.php)
Object Expected
Char 1
URL product_info.php
$listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, tmp_pp.products_price, p.products_tax_class_id, IF(tmp_pp.status, tmp_pp.specials_new_products_price, NULL) as specials_new_products_price, IF(tmp_pp.status, tmp_pp.specials_new_products_price, tmp_pp.products_price) as final_price from " . TABLE_PRODUCTS . " p left join " . $product_prices_table . " as tmp_pp using(products_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_MANUFACTURERS . " m, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '" . (int)$HTTP_GET_VARS['filter_id'] . "' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "' and p2c.categories_id = '" . (int)$current_category_id . "'";




LinkBack URL
About LinkBacks












Bookmarks