Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Nov 17, 2015 @ 20:26
    Rusty Swayne
    4

    Merchello 1.13.1 Release

    Merchello 1.13.1 contains a few bug fixes for the 1.13.0 release. It also publicizes some of the previously internal classes that prevented people from creating imports for IProductContent properties.

    Most notably, the majority of new code introduced into Merchello in this version came from the community pull requests!

    Special thanks to GitHub users: vonbv, rasmusjp, biapar, ProNotion and especially chris64digital (who added a completely new NoteService) for their awesome contributions!

    Umbraco Version

    Merchello tested against Umbraco 7.3.0 & 7.3.1.

    Upgrade Notes

    Upgrade your Umbraco installation to Umbraco 7.3.x before upgrading Merchello.

    Copy over Merchello binaries (dlls) in the bin directory. Copy over the App_Plugins/Merchello directory (note if you have made any configuration changes in the merchello.config make sure to retain those).

    Any previously Merchello merged language keys should be removed from /Umbraco/Config/[file].xml. Umbraco 7.3.1 reads these keys directly from the package App_Plugins folders.

    Change log

    http://issues.merchello.com/youtrack/rest/agile/Merchello-1/sprint/1.13.1

  • Chris Day 34 posts 107 karma points c-trib
    Dec 08, 2015 @ 08:28
    Chris Day
    0

    Hi Rusty,

    I am currently developing a site using Merchello 1.10.1.

    I attempted to upgrade to Umbraco 7.3 and Merchello 1.13.1 but it hasn't gone particularly well...

    Is it ok to upgrade from 1.10.1 -> 1.13 or do I need to step through each release?

    Many thanks for your help :)

  • Biagio Paruolo 1593 posts 1824 karma points c-trib
    Dec 08, 2015 @ 08:35
    Biagio Paruolo
    0

    +1

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 08, 2015 @ 16:26
    Rusty Swayne
    0

    Hi Chris,

    You should be able to go directly from 1.10.1 to 1.13.1, but if your having problems, it's going to be a something in the Migration code. What is the error you are getting?

  • Chris Day 34 posts 107 karma points c-trib
    Dec 09, 2015 @ 10:09
    Chris Day
    0

    Thanks Rusty,

    I am nearly there now (I posted the solution below).

    I do have one remaining issue though, the Merchello homepage in the backoffice shows no content and I can't access the store settings. No error messages are appearing. I can't see any errors in the console either.

    Everything else (products, orders, etc) seems to be working fine.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 09, 2015 @ 17:51
    Rusty Swayne
    1

    Chris,

    Check to see if the dashboard section is in the dashboard.config file (/Config/dashboard.config)

      <section alias="MerchelloDashboard" xdt:Transform="InsertIfMissing">
        <areas>
          <area>merchello</area>
        </areas>
        <tab caption="Welcome">
          <control showOnce="false" addPanel="true" panelCaption="">
                ~/App_Plugins/Merchello/BackOffice/Merchello/dashboard.html
              </control>
        </tab>
        <tab caption="Settings">
          <control showOnce="false" addPanel="true" panelCaption="">
                ~/App_Plugins/Merchello/BackOffice/Merchello/settings.html
              </control>
        </tab>
      </section>
    
  • Chris Day 34 posts 107 karma points c-trib
    Dec 11, 2015 @ 22:06
    Chris Day
    0

    That worked, thanks Rusty :)

  • TimMather 67 posts 78 karma points
    Dec 08, 2015 @ 12:17
    TimMather
    0

    +1

  • Chris Day 34 posts 107 karma points c-trib
    Dec 08, 2015 @ 14:07
    Chris Day
    100

    I have figured this out now... first I followed these instructions: http://merchello.com/documentation/getting-started/upgrade-merchello-package

    Then I noticed that the new tables weren't appearing in my database, so I tried setting this value in Web.Config to 1.10.1 and force the migration to run.

    <add key="merchelloConfigurationStatus" value="1.10.1" />
    

    That didn't work, but changing it to 1.11.1 did!

    Took me a while, but got there in the end :)

Please Sign in or register to post replies

Write your reply to:

Draft