Copied to clipboard

Flag this post as spam?

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


  • Remko 118 posts 283 karma points
    Jul 14, 2016 @ 13:46
    Remko
    0

    Reports not fully working

    Hi there,

    I've installed the latest Umbraco 7 in combination with latest version of Merchello and Bazaar.

    Now, when I go to the Reports section of Merchello, the graphics don't render. It's just a blank area, with a table containing the data underneath.

    There seem to happen some js errors:

    js errors

    Can anyone help me with this one?

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Jul 14, 2016 @ 21:30
    Rusty Swayne
    0

    This is probably JS caching. Can you open your developer tools and give that a try. Also, as an extra kick, you can put the site in debug mode (in cache ClientDependency is caching things).

  • Remko 118 posts 283 karma points
    Jul 15, 2016 @ 11:09
    Remko
    0

    Thanks Rusty,

    When putting the application in debug mode, the graphs are shown just fine, but when turning debug off, the same js error appears..

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Jul 15, 2016 @ 15:53
    Rusty Swayne
    0

    That indeed sounds like caching. Did you clear your client dependency cache?

  • Remko 118 posts 283 karma points
    Jul 15, 2016 @ 20:35
    Remko
    0

    Yes, also did that. That didnt solve the problem..

  • Remko 118 posts 283 karma points
    Aug 10, 2016 @ 08:51
    Remko
    0

    Too bad ther isn't a solution to this... I've installed Merchello on different sites now. On every site reports isn't working.. :(

  • Samco 1 post 23 karma points
    Sep 15, 2016 @ 03:18
    Samco
    2

    Hey Remko,

    The reason for the charts breaking is because of double minification.

    If you can swap out the two minified resource in the package.manifest (app_plugins/merchello/lib/package.manifest) as the image below to an unminified version, that will resolve your issue.

    enter image description here

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Oct 27, 2016 @ 14:19
    Simon Dingley
    0

    Exactly that - thanks @Samco!

    I've created an issue on the tracker and will try and put together a pull request to fix this for a future version.

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Oct 31, 2016 @ 11:03
    Simon Dingley
    0

    Pull request submitted to fix this in the next release:

    https://github.com/Merchello/Merchello/pull/1843

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Oct 31, 2016 @ 14:48
    Rusty Swayne
    0

    Thanks Simon!

Please Sign in or register to post replies

Write your reply to:

Draft