logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
judy at Web2Market  
#1 Posted : Wednesday, April 6, 2022 7:27:19 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
We have a site that is 9.0.4 and wants to upgrade to 9.0.6. 9.0.5 upgrade is the only one that shows as an available upgrade and we have no other way of getting the files. We have a couple of 9.0.5 sites in development, but the 9.0.6 doesn't show there, probably because they are using dev licences.
This client's license shows:
<orderdate>02/15/2022</orderdate>
</customer>
<issuedate>02/15/2022</issuedate>
<domains>
<domain primary="true">www.xxx.com</domain>
</domains>
<subscription>2023-03-04</subscription>

How do we get the upgrade files for this site?
Thanks

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Katie S  
#2 Posted : Wednesday, April 6, 2022 12:27:36 PM(UTC)
Katie S

Rank: Advanced Member

Groups: System, Administrators, Developers, Registered, HelpDesk
Joined: 10/29/2018(UTC)
Posts: 423

Thanks: 4 times
Was thanked: 34 time(s) in 33 post(s)
Thanks for pointing this out Judy. It looks like there is a bug in our custom Upgrade Manager. It only looks at the current version to determine the available version.

These are not downloads that I have setup in the store, so the quickest way to get both downloads is to make a change in the app_data/VersionInfo.xml file.

To view the 9.0.6 Download, the version and build can be changed to:

<VersionInfo>
<ReleaseLabel>[RELEASE_LABEL]</ReleaseLabel>
<MajorVersion>9</MajorVersion>
<MinorVersion>0</MinorVersion>
<BuildNumber>5</BuildNumber>
<Revision>6938</Revision>
</VersionInfo>

To view the 9.0.5 Download, the version and build can be temporarily changed to:

<VersionInfo>
<ReleaseLabel>[RELEASE_LABEL]</ReleaseLabel>
<MajorVersion>9</MajorVersion>
<MinorVersion>0</MinorVersion>
<BuildNumber>4</BuildNumber>
<Revision>6750</Revision>
</VersionInfo>

Please let me know if you have any trouble. After making the change, you may need to recycle the app pool.
Thanks for your support!

Katie
Secure eCommerce Software and Hosting
thanks 1 user thanked Katie S for this useful post.
judy at Web2Market on 4/7/2022(UTC)
shaharyar  
#3 Posted : Thursday, April 7, 2022 2:53:15 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
To upgrade from 9.0.4 to 9.0.6 there are two options:

1- Upgrade from 9.0.4 to 9.0.5 and then you will be able to see the 9.0.6 upgrade.
2- Download the full 9.0.6 build and initiate the install, attach the 9.0.4 database and use the Upgrade database option. (Just like we do when upgrade from Gold/AC7 to AC9)

Note: When using option#2, you will need to merge your customizations.

https://help.ablecommerc...o_AbleCommerce_9.0.6.htm
This link has more detailed information under the heading Other Upgrade Scenarios
thanks 1 user thanked shaharyar for this useful post.
judy at Web2Market on 4/7/2022(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.