-
22 Sep 2010 4:05 PM #1
Ext JS not working on freehosting.com
Ext JS not working on freehosting.com
I have a CMS that works with ext js and i upload it to a free page and it doesn't work. You can chek it out on http://www.techzonestudios.com/newsi...ages/main.html. it should load three rows from a jsonstore from http://www.techzonestudios.com/newsi...ages/query.php
Any idea?
-
22 Sep 2010 4:53 PM #2
This is what the response looks like. It appears that this script tag is being appended and because of this the reader is bombing out. From what I can tell at least. I took the JSON data and just manually setup in your store as the "data" and it rendered and displayed the rows just fine. Try taking the Google script out.
HTML Code:{"pages":[{"0":"1","id":"1","1":"test","category":"test","2":"1asdf","name":"1asdf","3":"1","displaymenu":"1","4":"1","active":"1","5":"0","visits":"0","6":"1285095471","creation_date":"1285095471","date":"Sep 21st, 2010"},{"0":"2","id":"2","1":"test","category":"test","2":"2","name":"2","3":"1","displaymenu":"1","4":"1","active":"1","5":"0","visits":"0","6":"1285100767","creation_date":"1285100767","date":"Sep 22nd, 2010"},{"0":"3","id":"3","1":"test","category":"test","2":"3","name":"3","3":"1","displaymenu":"1","4":"1","active":"1","5":"0","visits":"0","6":"1285100775","creation_date":"1285100775","date":"Sep 22nd, 2010"}]}<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-12514117-12");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();} catch(err) {}</script>
-
2 Oct 2010 7:23 PM #3
The problem is The script as you. Thanks a lot. I change the hosting and now it's working great
Similar Threads
-
Ext.data.Connection.prototype.handleResponse not working after upgrading to ext 3
By edfilo in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 2 Feb 2010, 4:04 PM -
Meta form with monitorValid and formBind fails in ext 2.2x but it's working in ext 3
By danutungureanu.dgs in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 4 Jan 2010, 4:25 AM -
Working with Ext.form and Ext.template, best practice?
By Joche in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 22 Mar 2007, 11:24 PM -
[SOLVED][ext ver 1 a2]Ext.util.JSON.decode not working in IE
By kimu in forum Ext 1.x: BugsReplies: 2Last Post: 6 Mar 2007, 12:33 PM


Reply With Quote