CMDBuild Forum

Upgrade 1.4 to 1.5

What is the proper way to upgrade? Reload the WAR file? I upgraded from 1.4 to 1.5, and now am getting JavaScript errors:

 

Webpage error details

 

User Agent: Mozilla/4.0 (compatible; MSIE 8.0, Windows NT 6.1; WOW64; Trident/4.0; SLCC2,. NET CLR 2.0.50727;. NET CLR 3.5.30729;. NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3,. NET4.0C,. NET4.0E)

Timestamp: Tue, February 7, 2012 00:41:05 UTC

 

 

Message: Expected identifier, string or number

Line: 46

Char: 2

Code: 0

URI:

 

 

Message: Object expected

Line: 174

Char: 3

Code: 0

URI: / CMDBuild / javascripts / CMDBuild / controller / management / classes / CMModCardController.js

 

Hi Matt,

 
probably you just have to clean your browser's cache (CTRL+SHIFT+DEL, check "Temporary Internet Files" and press "Delete"). The proper upgrade procedure was described in a previous post:

To upgrade CMDBuild you have to deploy the new war file to Tomcat, start the configuration wizart and select an "Existing" database and apply the pathes from the "Patch Manager" window that will be prompted.

Please note that the configuration will be reset to the default. You can save the old configuration from WEB-INF/conf but you won't be able to safely copy the files over the old configuration, since currently there is no automatic upgrade mechanism. Thus you would have to manually compare the files and copy the old options into the new configuration files.

I belive we should add a paragraph in the Tecnhical Manual.

Best regards,
Paolo

Yes, that fixed it. Thank you.

 
Matt