Hi everyone,
I hope I am in the right forum here. I am currently using ExtJs with Ext.ux.FileTreeMenu / Panel
I am "routing" the connection to the actual server via a localhost:port.
This gives me Ajax request failure "Communication failure". I think this might be because of the different "urls" on the server and client? I do see the Ajax request posted to the sever as the .php files is giving output to the console via firephp. So serverside it looks to work fine, there just no request captured on the client side.
So at the point where I print the json as a returnvalue it simply seems not to go to the client at all.
I am currently trying to debug this, but I am not so happy messing around in the core files of ExtJs.
Maybe anyone of you had such an issue already and can point me in the right direction?
Thanks a lot for your support