Artistan
20 Jan 2012, 1:43 PM
http://visits.benint.net/visits/touch-model/designer.html
it is trying to load from folder "app" when clearly defined with a different name and appFolder.
Ext.application({
appFolder: 'BenAdmin',
autoCreateViewport: true,
defaultUrl: 'http://visits.brokerbin.com/visits/touch/',
name: 'BenAdmin',
models: [
'Visit',
'VisitsStats',
'VisitsSites',
'VisitsList',
'AllCompanies',
'AllReps'
],
stores: [
'Visit',
'VisitsStats',
'VisitsSites',
'VisitsList',
'AllCompanies',
'AllReps'
],
controllers: [
'Visits'
],
launch: function() {
}
});
GET http://visits.benint.net/visits/touch-model/app/model/Visit.js?_dc=1327095196940 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/Visit.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/VisitsStats.js?_dc=1327095196949 404 (Not Found)
GET http://visits.benint.net/visits/touch-model/app/model/VisitsSites.js?_dc=1327095196955 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsStats.js', please verify that the file exists
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsSites.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/VisitsList.js?_dc=1327095196959 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsList.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/AllCompanies.js?_dc=1327095196964 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/AllCompanies.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/AllReps.js?_dc=1327095196969 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/AllReps.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/controller/Visits.js?_dc=1327095196973 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/controller/Visits.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/Visit.js?_dc=1327095196977 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/Visit.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsStats.js?_dc=1327095196982 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsStats.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsSites.js?_dc=1327095196986 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsSites.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsList.js?_dc=1327095196991 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsList.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/AllCompanies.js?_dc=1327095196996 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/AllCompanies.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/AllReps.js?_dc=1327095197000 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/AllReps.js', please verify that the file exists
it is trying to load from folder "app" when clearly defined with a different name and appFolder.
Ext.application({
appFolder: 'BenAdmin',
autoCreateViewport: true,
defaultUrl: 'http://visits.brokerbin.com/visits/touch/',
name: 'BenAdmin',
models: [
'Visit',
'VisitsStats',
'VisitsSites',
'VisitsList',
'AllCompanies',
'AllReps'
],
stores: [
'Visit',
'VisitsStats',
'VisitsSites',
'VisitsList',
'AllCompanies',
'AllReps'
],
controllers: [
'Visits'
],
launch: function() {
}
});
GET http://visits.benint.net/visits/touch-model/app/model/Visit.js?_dc=1327095196940 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/Visit.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/VisitsStats.js?_dc=1327095196949 404 (Not Found)
GET http://visits.benint.net/visits/touch-model/app/model/VisitsSites.js?_dc=1327095196955 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsStats.js', please verify that the file exists
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsSites.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/VisitsList.js?_dc=1327095196959 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/VisitsList.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/AllCompanies.js?_dc=1327095196964 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/AllCompanies.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/model/AllReps.js?_dc=1327095196969 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/model/AllReps.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/controller/Visits.js?_dc=1327095196973 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/controller/Visits.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/Visit.js?_dc=1327095196977 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/Visit.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsStats.js?_dc=1327095196982 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsStats.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsSites.js?_dc=1327095196986 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsSites.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/VisitsList.js?_dc=1327095196991 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/VisitsList.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/AllCompanies.js?_dc=1327095196996 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/AllCompanies.js', please verify that the file exists
GET http://visits.benint.net/visits/touch-model/app/store/AllReps.js?_dc=1327095197000 404 (Not Found)
sencha-touch-all-debug.js:4897 (http://extjs.cachefly.net/touch/sencha-touch-designer-edition/sencha-touch-all-debug.js)Uncaught Error: [Ext.Loader] Failed loading 'app/store/AllReps.js', please verify that the file exists