• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[HELPED] Upgrade to 3.2 from 3.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [HELPED] Upgrade to 3.2 from 3.1

    We installed 3.2 and used the included program to migrate our data from 3.1. All seemed to go well, so we went live on 3.2. When other users logged on, and opened any program, the program loads and data comes in. The problem is that the loading and spinning circle never goes away. You can't use the program, as it's in the background, and all menus stop working. The only way out is to close the browser. Did we miss something?

    Thanks,
    Chris

  • #2
    Chris,

    Could you update your Hook.js so that settingsapplied looks like below. Then clear your cache and try again. Let me know if that fixes the issue.

    Code:
               settingsapplied : function(){
                    Ext.apply(Portal.config.Settings,{
                        maskDuringLoad : false
                    });
                }
    Thanks

    Comment

    Working...
    X