This is a discussion on Error Messages in IE within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I do most of my browsing in FF but chech every now and then in IE. In IE I noticed ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 . "'"; |
|
#2
| ||||
| ||||
| Check the bugtracker. 191: dhtml menu gone because of java errors and coolmenu not located under categories but to the left - Bug Tracker - open source Commerce Maximized :: osCMax
__________________ Michael Sasek osCMax Developer
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
ozstar (05-04-2007) | ||
|
#3
| |||
| |||
| Wow Michael 'King of the kids!!' Thanks a mil' 'Thought I'd be losing my weekend fixing it! oz |
|
#4
| ||||
| ||||
| Just to note - WHEN IE states an ERROR - the LINE NUMBER is of the HTML OUTPUT not the PHP code as IE/FX/Opera etc. and all other browsers WILL NEVER SEE THE RAW PHP CODE! So line numbers listed by IE/FX is not the line number in the php code - however when the website it self states error and list the line number - that is the real php line of code. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Authorize.net Cryptic Error messages | Christy | osCMax v2 Installation issues | 1 | 12-21-2006 02:37 PM |
| Error Messages from Authroize.net not displaying! | ErnieZ | osCMax v1.7 Discussion | 0 | 11-24-2005 08:16 AM |
| error messages session.php | ozcsys | osCommerce 2.2 Modification Help | 1 | 01-12-2004 07:58 AM |
| Error Messages | Morty | osCommerce 2.2 Modification Help | 4 | 08-26-2003 04:48 PM |
| How can I disable error messages? | mogul | osCommerce 2.2 Installation Help | 4 | 07-24-2003 01:06 AM |