"Variable is undefined" error in course menus.
Date: December 16, 2002
Version affected: v1.61
Symptoms:
If a course is created with more than 41 lessons or blocks at the root level (immediately beneath the course in the course structure) then the following error message occurs:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'nLevel'
/wbtmanager/asp/crsmenuxml.asp, line 496
Cause:
A programming bug in the script causes
this error when an array must
be resized to contain more than 41 lessons. Note: this is
the same problem as described in patch160_8.
Correction:
A new version of the course menu asp file has
been provided to correct the problem.
asp/crsmenuxml.asp dated:12/16/2002 11:33 AM
After unzipping the patch file to a temporary directory, copy crsmenuxml.asp to the asp directory of your WBT Manager web installation.
It is not necessary to re-start the web-server.