Results 1 to 4 of 4

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

      
  1. #1
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    239
    Rep Power
    10


    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 . "'";

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    239
    Rep Power
    10


    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

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    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.

Similar Threads

  1. Authorize.net Cryptic Error messages
    By Christy in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 12-21-2006, 02:37 PM
  2. Error Messages from Authroize.net not displaying!
    By ErnieZ in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-24-2005, 08:16 AM
  3. error messages session.php
    By ozcsys in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-12-2004, 07:58 AM
  4. Error Messages
    By Morty in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 08-26-2003, 05:48 PM
  5. How can I disable error messages?
    By mogul in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 07-24-2003, 02:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •