I don't understand the error

I cannot explain what this error is or why it is doing it. If you go to http://costwonder.com/mm5/merchant.mvc?Screen=SFNT&Store_Code=M (using explorer…the error doesn’t show in firefox). If you look at the bottom left of the browser window you will see a little yellow triangle with an exclamation point.

Not only that, there is another error!! Click on a category from the category tree and then click on a product and you see a pop up error message. This is talking about a name not matching or something. I don’t understand how to fix this or why it is happening. I tried to talk to my host and they told me to match the common name.

What is a common name? How do I fix that? Where is it located? My host hasn’t written me back and it has been 4 hours. I don’t think they know. I also have not received a response from comodo help form that I filled out yet. I don’t mean to be impatient, but we want to push the site live today and can’t without the ssl certificate working properly.

I appreciate any genious advice I can get.

Thank you so much for your help and patience!

When i validate your page i get these errors.

line 14 column 2 - Warning: missing <!DOCTYPE> declaration
line 82 column 1 - Warning: discarding unexpected
line 83 column 1 - Warning: discarding unexpected
line 84 column 1 - Warning: missing
line 84 column 1 - Warning: discarding unexpected
line 85 column 1 - Warning: missing
line 95 column 1 - Warning: missing
line 95 column 209 - Warning: unescaped & or unknown entity “&Store_Code”
line 95 column 585 - Warning: unescaped & or unknown entity “&Store_Code”
line 95 column 1258 - Warning: unescaped & or unknown entity “&Screen”
line 95 column 1270 - Warning: unescaped & or unknown entity “&Order”
line 95 column 1278 - Warning: unescaped & or unknown entity “&Store_Code”
line 95 column 1166 - Warning: missing before
line 107 column 42 - Warning: missing before


line 86 column 1 - Warning: missing

line 87 column 1 - Warning: missing
line 92 column 6 - Error: discarding unexpected
line 93 column 236 - Warning: unescaped & or unknown entity “&Screen”
line 93 column 248 - Warning: unescaped & or unknown entity “&Order”
line 93 column 256 - Warning: unescaped & or unknown entity “&Store_Code”
line 93 column 66 - Warning: missing
line 94 column 6 - Error: discarding unexpected
line 94 column 12 - Error: discarding unexpected

line 115 column 1 - Warning: inserting implicit
line 115 column 1 - Warning: missing before

    line 117 column 5 - Warning: missing

  • line 118 column 1 - Warning: inserting implicit
    line 118 column 1 - Warning: missing before

  • line 118 column 5 - Warning: inserting implicit
    line 118 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
    line 118 column 5 - Warning: missing before

      line 120 column 5 - Warning: inserting implicit
      line 122 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 134 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 143 column 1 - Error: discarding unexpected
      line 145 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 155 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 162 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 169 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 177 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 186 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 188 column 78 - Warning: unescaped & or unknown entity “&Store_Code”
      line 188 column 91 - Warning: unescaped & or unknown entity “&Category_Code”
      line 190 column 78 - Warning: unescaped & or unknown entity “&Store_Code”
      line 190 column 91 - Warning: unescaped & or unknown entity “&Category_Code”
      line 191 column 78 - Warning: unescaped & or unknown entity “&Store_Code”
      line 191 column 91 - Warning: unescaped & or unknown entity “&Category_Code”
      line 196 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 208 column 78 - Warning: unescaped & or unknown entity “&Category_Code”
      line 210 column 1 - Error: discarding unexpected
      line 211 column 1 - Error: discarding unexpected

    Too many errors. Not all warnings/errors were shown.
    14 errors / 149 warnings

Not only that, there is another error!! Click on a category from the category tree and then click on a product and you see a pop up error message. This is talking about a name not matching or something. I don't understand how to fix this or why it is happening. I tried to talk to my host and they told me to match the common name.

Your security certificate belongs to www.costwonder.com, but your links to your different products just say costwonder.com.
You probably have to add www in front of costwonder when you link to the products.

You also is missing the dokument name. put in this in the top of page if it’s a XHTML page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

or

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

Or if it’s HTML doc you can use this.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

or

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

The one you use should be above the
They are the first lines you put in a document.
There was an issue since you have use both html and xml in the same documents.
There are also some issues with browsersupport…
Good luck. Hope it helps

I don’t know about the rest of the errors, but AOwl is definitely right about the following:
“Your security certificate belongs to www.costwonder.com, but your links to your different products just say costwonder.com.
You probably have to add www in front of costwonder when you link to the products.”
Change the links to anything that points to a secure page to the full domain name www.costwonder.com and you shouldn’t see that error pop up.
Regards,
Rich
Comodo Support