When clicking the sitemap from the left menu this error appears:
The page cannot be displayed |
| There is a problem with the page you are trying to reach and it cannot be displayed. |
Please try the following:
- Click the Refresh button, or try again later.
- Open the
bigorange home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
Technical Information (for support personnel)
- Error Type:
Microsoft VBScript runtime (0x800A000D) Type mismatch: 'UBound' /q-shop3/sitemap.asp, line 69
- Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
- Page:
GET /q-shop3/sitemap.asp
- Time:
Sunday, August 07, 2005, 12:27:47 AM
- More information:
Microsoft Support |
This appears when a category is marked as having subcategories but none has been defined. Make sure this isn't the case or marked the category as not having subcategories.
Alternatively, you can edit sitemap.asp and in Sub DisplayCategoryList(CatId, path) under the line:
aRootCats = GetRootCategories(CatId)
Add the new lines:
'If no data is returned then don't display anything
If NOT IsArray(aRootCats) Then Exit Sub