HAP v8.4.1 MyFiles not loading
Hi, We've got Home Access 8.4 and have also done the patch to 8.4.1 but now when we click on the MyFiles button we get the following error:-
"Index and count must refer to a location within the string. Parameter name: count"
Source Error:
Code:
Line 119: if (window.location.href.split('#')[1] != "" && window.location.href.split('#')[1]) {
Line 120: curpath = window.location.href.split("#")[1];
Line 121: if (typeof (window.FileReader) != 'undefined') $("#MyFiles").attr("dropzone", "copy<%=DropZoneAccepted %>");
Line 122: if (viewMode == 1) { $("#MyFiles").addClass("details"); $("#MyFilesHeaddings").show(); }
Line 123: else if (viewMode == 2) $("#MyFiles").addClass("small");
The error is on line 121 within the file in this location: C:\inetpub\wwwroot\HAP\MyFiles\Default.aspx.
Thanks in advance.