Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

I have an application developed in SA and using EXT4.2 library. I have upgraded SA to version 3.1 with lib being the same 4.2. When I publish, my webpage loads perfectly alright.

Now, I upgraded the library to ExtJS5.0.1 using SA3.1 (by right clicking Library and clicking Upgrade option.). Project archived and upgrade completed. Now when I publish my application, it does not load.

I get errors as below:
http://stackoverflow.com/questions/26266698/upgrading-from-extjs4-2-to-extjs5-0-1-using-sa3-1

I am not sure whats gone wrong. I have not changed or downloaded anything apart from SA3.1. The /lib folder in my application is still ext-4.2.1.883. The configs on my library look as below:

The contents on index.html are as below
http://stackoverflow.com/questions/26266698/upgrading-from-extjs4-2-to-extjs5-0-1-using-sa3-1

HTML
<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>AdvanceWebHO</title>
    <script>
        var Ext = Ext || {};
        Ext.theme = {
            name: ""
        };
    </script>
    <script src="lib/ext-4.2.1.883/ext-all-dev.js?_dc=1412739482301"></script>
    <script src="lib/ext-4.2.1.883/packages/ext-theme-classic/build/ext-theme-classic.js?_dc=1412739482301"></script>
    <link rel="stylesheet" href="lib/ext-4.2.1.883/packages/ext-theme-classic/build/resources/ext-theme-classic-all.css?_dc=1412739482301">
    <script src="config.js?_dc=1412739482301" id="arConfigSettings"></script>
    <link rel="stylesheet" href="customGrid.css?_dc=1412739482301" id="CustomGridCSS">
    <script type="text/javascript" src="app.js?_dc=1412739482301"></script>
</head>
<body></body>


Can somebody guide me with what I may be missing. Ideally would expect a 5.0.1 /lib folder locally in my application.
I never had to use Sencha CMD before. Also do I need to add the Compatibility code, if so where will that go?

Following are the version details of SA:

version:3.1.0.1903
channel:3.1-stable
platform:1.4.1.960
cmd:5.0.2.270
framework:Ext JS 5.0.x


Stuck for a while. Thanks Guys.
Posted
Comments
ShaikhM 9-Nov-14 18:44pm    
Thanks. i have a question posted on stack as well

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900