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
    Apr 30, 2015 @ 23:18
    Rusty Swayne
    0

    Merchello 1.8.2 Release

    The 1.8.2 release focuses on bug fixes and minor feature enhancements. A list of the issues is available on the agile board for this sprint - http://issues.merchello.com/youtrack/rest/agile/Merchello-1/sprint/1.8.2

    1.8.2 does address and corrects the "An item with the same key has already been added." issue discussed in this thread: https://our.umbraco.org/projects/collaboration/merchello/merchello/63583-An-item-with-the-same-key-has-already-been-added

    Umbraco 7.2.4 tested and works

    Upgrade Notes:

    There is a hotfix package that contains the upgrade files on the Our.Umbraco Merchello project page.

    You no longer need to manually edit the "merchelloConfigurationStatus" app setting. Database changes moving forward from 1.8.0 will no longer require the execution of external SQL Scripts.

    If you have questions or issues with this suggested process, please post on the our.umbraco forum.

    New Language Keys

    Make sure to diff the languages files at /Umbraco/Config/Lang with the files in /AppPlugins/Merchello/config/lang. Remember while the new items are in the /AppPlugins/Merchello/config/lang files, they need to carefully be placed in the /Umbraco/Config/Lang files.

    Hopefully this is the last time we need to ask you to do this http://issues.umbraco.org/issue/U4-5777 =)

    No breaking changes

    1.8.2 programatically adds a new store setting to the database and has no breaking changes to the API..

  • Jakob Pless 20 posts 60 karma points
    May 01, 2015 @ 09:16
    Jakob Pless
    0

    I get this YSOD when I tried upgrading: enter image description here

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    May 01, 2015 @ 15:32
    Rusty Swayne
    0

    Couple of questions:

    What version of Merchello are you starting with?

    Do you have the AppSetting "merchelloConfigurationStatus"? If not, please add one and give it the value "1.7.0" (or later, not 1.8.2).

      <add key="merchelloConfigurationStatus" value="1.8.0" />
    
  • Jakob Pless 20 posts 60 karma points
    May 01, 2015 @ 17:22
    Jakob Pless
    0

    I had

    <add key="merchelloConfigurationStatus" value="1.7.0,1.8.0,1.8.1" />
    

    Changed to

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

    No YSOD but now when I go to a sale item I get this enter image description here

    No shipping address and keeps showing the spinner

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    May 01, 2015 @ 17:34
    Rusty Swayne
    0

    Ah - try rebuilding the InvoiceIndex from the Examine Management Console in the developer section.

  • Jakob Pless 20 posts 60 karma points
    May 01, 2015 @ 18:20
    Jakob Pless
    0

    Both before and after rebuild it says: Documents in index 0 Fields in index 0 Has deletions? false (0) Optimized? false

Please Sign in or register to post replies

Write your reply to:

Draft