Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jasZ

Archived
  • Posts

    18
  • Joined

  • Last visited

Posts posted by jasZ

  1. You need to do a little extra checking. However I'm pretty sure that one or more of you category names contains letters that need special attention. See my previous post on apostrophes.

     

    - Use IE and try to view you osCommerce site.

    - Note down the line number and Char number of the error.

    - Close the error window that you described.

    - In IE select the menu item View / Source. Notepad will open and you will see the resulting html that the osCommerce PHP code generates.

    - Select View / Status bar to see the line number where the cursor is located at the bottom of Notepad.

    - Scroll down until you are on the line number causing the error.

    - You should see the line starte with oCMenu.makeMenu(

    - The third single quoted parameter after oCMenu.makeMenu( is your category name with the offending character.

    - The Char number you jotted down is the position from the left on that line where the offending character is located.

    - If you have an apostrophe in you category name see my previous post for the solution.

    - Other characters may cause such an error in Javascript. If you cannot identify the character post offending line to this forum.

     

    JR

     

     

     

     

    THANK YOU SO MUCH!!! :thumbsup:

×
×
  • Create New...