Error at line 259 when trying to view items in a folder in WebDocs
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: '[object]'
/displaydocuments.asp, line 259
[edit]
Solution:
Temporarily remove line 259 from displaydocuments.asp
<% response.write oDocument.Versions.Count %>
Then delete any doucments that are missing a file name.
Then re-add line 259:
<% response.write oDocument.Versions.Count %>
