thesk8rjesus Posted November 28, 2012 Posted November 28, 2012 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: 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.
d0pefish Posted November 28, 2012 Posted November 28, 2012 I believe that might be the same as my error. It turned out to be in the app_data/hapconfig.xml Look for this line: and remove the last semi-colon so it reads: If it's not that, I'm out! 1
thesk8rjesus Posted November 28, 2012 Author Posted November 28, 2012 Thanks that worked!! Had some issues with permissions on that particular file but changed what you said and can now get on it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now