You are not logged in.
Need some help here, not sure why I don't have the appropriate permissions.
I am running version 0.96.1, and opening the webpage using IE v8.0.6001.18702.
When opening the webpage I get the following error...
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0E)
Timestamp: Sun, 27 Jun 2010 15:40:30 UTC
Message: Permission denied
Line: 7130
Char: 3
Code: 0
URI: http://www.mysite.com/Xinha/XinhaCore.js
Message: Permission denied
Line: 7130
Char: 3
Code: 0
URI: http://www.mysite.com/Xinha/XinhaCore.js
Message: Permission denied
Line: 7130
Char: 3
Code: 0
URI: http://www.mysite.com/Xinha/XinhaCore.js
Please advise!
Thanks!
Offline
gogo, thanks for the response.
I should have "standard" permissions set. However, please help me identify which file(s) I should check the permissions on and what level of permissions (linux) they should have.
Thanks!
Offline
Use your web browser's debugging functions to locate which files are returning permission denied.
Example, use Chrome, press CTRL-SHIFT-J and go from there.
Or if your web browser does not have such a feature, look in your web server logs.
Also note: if it works in another browser, and not in IE8, then it's more likely to be a security problem in your IE8 options.
James Sleeman
Offline
I have attempted to open page in latest versions of FF and Chrome as well, with no success.
As mentioned in my initial post the file that is returning the error is the XinhaCore.js file on line 7130.
That line is trying to "open" something else, but looking through the code, i couldn't figure out what it was trying to open. So the issue isn't that i don't have permissions to the JS file mentioned above, but rather that i don't seem to have permissions to "open" whatever file the JS is calling.
So I guess a better question would be what file is line 7130 of XinhaCore.js trying to open?
Offline
Use your web browser's debugging functions to locate which files are returning permission denied.
Firefox has Firebug, Chrome has CTRL-SHIFT-J, and I think even the latest IE has debugging built in. Use the tools at your disposal.
James Sleeman
Offline
Error: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "http://www.mysite.com/Xinha/XinhaCore.js Line: 7130"]
Above is the result of the error console in FF.
Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101
this appears on line 7130 when viewed using the javascript debugger in Chrome.
This still doesn't mean anything to me so that i can attempt to fix it.
Offline