osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Error Messages in IE

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 05-04-2007, 01:44 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 124
Thanks: 10
Thanked 0 Times in 0 Posts
Rep Power: 6
ozstar is on a distinguished road
Default Error Messages in IE

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 . "'";
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-04-2007, 02:20 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,329
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Error Messages in IE

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


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to michael_s For This Useful Post:
ozstar (05-04-2007)
  #3  
Old 05-04-2007, 03:40 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 124
Thanks: 10
Thanked 0 Times in 0 Posts
Rep Power: 6
ozstar is on a distinguished road
Default Re: Error Messages in IE

Wow Michael 'King of the kids!!'

Thanks a mil' 'Thought I'd be losing my weekend fixing it!

oz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-07-2007, 08:59 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default Re: Error Messages in IE

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 09:20 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax