Hybrid View
-
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!
-
6 May 2010 6:14 AM #4
-
6 May 2010 8:52 AM #5
-
7 May 2010 3:10 AM #6
-
2 Mar 2010 10:50 AM #7
-
2 Mar 2010 12:25 PM #8
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 #9
Hai I am Tamil!
Can u pls tell me how did u solve this problem


Reply With Quote
