Error at line 259 when trying to view items in a folder in WebDocs - Support

Error at line 259 when trying to view items in a folder in WebDocs

From Support

Jump to: navigation, search
If you have a question or seek clarification, please call Technical Support.

Problem:

Error Type:

Microsoft VBScript runtime (0x800A01A8)

Object required: '[object]'

/displaydocuments.asp, line 259

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 %>

Personal tools