-
11 May 2009 11:17 AM #1
Help! Access Denied Error in ext-base.js
Help! Access Denied Error in ext-base.js
Hi everyone,
Sorry to be an annoyance to all you seasoned veterans, but I literally ran across Ext JS today when I was searching for a solution for a livesearch option. The solution listed in the Ext JS Tutorial on http://extjs.com/learn/Tutorial:Buil...orm--chapter-1 seems pretty viable so I went ahead and downloaded Ext JS 2.2.1 SDK along with the files from the tutorial and tried it on my website. It seems to display ok, but when I attempt to do any sort of a query it gives me an "Access is Denied" error in the adapter/ext/ext-base.js file on line 18711.
When I comment out the ds.load commands, I do not get the error (but I also don't get a query).
Can anyone give me a clue as to what is going on? (Please be gentle, this is my first time!)
-
11 May 2009 11:51 AM #2
InterTrade -
When using an HttpProxy you must be connected to the same domain and port number. My guess is that you are trying to connect to a domain that the app is not hosted on. Is this the case?Aaron Conran
@aconran
Sencha Architect Development Team
-
11 May 2009 12:21 PM #3
Thank You, Thank You! You Saved The Day!!!
Thank You, Thank You! You Saved The Day!!!
Thank you aconran! I can't express my appreciation to your quick and most helpful reply. Guys like you are a credit to programmers everywhere!
Your solution worked like a charm!
-
2 Mar 2010 10:50 AM #4
-
2 Mar 2010 12:25 PM #5
You probably should start a new thread for a new question... though this has been covered several times before.
There is plenty of info about this:
1. See the documentation for Ext.data.ScriptTagProxy.
2. Search the forums!
3. Use the Search function here: http://www.extjs.com/learn/Main_Page
4. Looks at the Examples. See: http://www.extjs.com/deploy/ext/exam...id/paging.htmlLast edited by fay; 2 Mar 2010 at 12:34 PM. Reason: Clarification
-
6 May 2010 5:54 AM #6
Hai I am Tamil!
Can u pls tell me how did u solve this problem
-
6 May 2010 6:14 AM #7
-
6 May 2010 8:52 AM #8
-
7 May 2010 3:10 AM #9
-
30 Dec 2010 7:45 PM #10
Guy, I have a similar problem. If someone can help it would be much appreciated.
I am trying to set up http://dev.sencha.com/deploy/dev/exa...tabs/tabs.html on my website. Everytime on every browser when I try to load it first thing in the morning, the tabs just dont load up. If i leave let it load for about 1 minute and refresh the page couple of time, it starts working. This happened on mozilla , chrome and ie latest versions. But I noticed one thing today, that is on IE, is says Javascipt error at the bottom status bar, it says ext-base.js access denied. What am i doing wrong? Sould i give ext-base.js full permission like 777 eventhough its a security risk or is there another way round to fix this?
I am new to js and web dev too.
Many thanks in advance


Reply With Quote
