Jump to content

Recommended Posts

Posted

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.

Posted

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! :)

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...