Copied to clipboard

Flag this post as spam?

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


  • TimMather 67 posts 78 karma points
    Dec 07, 2015 @ 12:41
    TimMather
    0

    Am I going insane?

    I am picking up a Merchello build from another developer and the "Create" button has been removed, I can't create anything in the content tree? Am I missing something never used Merchello previously?

  • Comment author was deleted

    Dec 07, 2015 @ 12:51

    Have also seen that behaviour with Merchello in same cases, must be a bug... but clicking the 3 dots should still allow you to get to the create (as a temp workaround)

  • TimMather 67 posts 78 karma points
    Dec 07, 2015 @ 12:56
    TimMather
    0

    That worked, Merchello seems to have taken control of doctypes etc, i.e. I can't do anything from the very top content node? Is that normal? Surely I can still create normal Umbraco pages and doctypes within the Merchello build and then just have "Merchello" pages within those? I have had a brief skim and sounds like all the routing is now based around Merchello??? Seems crazy and removed a lot of what we do for a normal Umbraco build, i.e. the shop is only a very small part of the build but it seems to have taken over?

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

    @TimMather @TimGeyssens - It's a client side caching thing with either Angular or ClientDependency in rare cases that is difficult to reproduce. Typically clearing out the client dependency temp & restarting the browser does the trick.

    Also, I've not seen this on Umbraco 7.3.x -

  • TimMather 67 posts 78 karma points
    Dec 07, 2015 @ 16:19
    TimMather
    0

    We are using 7.3.X

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

    Did it help to clear your cache? Or did you wind up having to restart the AppPool?

  • Nathan Sleigh 109 posts 353 karma points
    Dec 08, 2015 @ 16:34
    Nathan Sleigh
    0

    I am seeing this issue on 7.3.2, 7.3.3, and 7.3.4, I have tried what you have said but still no luck.

    Nathan

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

    I am able to replicate this now and am trying to figure out what is going on. Standby ...

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

    @Nathan - In chrome, if you open up your development tools and click the setting "Disable cache (while DevTools is open)" and hit refresh it should clear the Angular cache and it works for me.

  • TimMather 67 posts 78 karma points
    Dec 08, 2015 @ 19:29
    TimMather
    0

    I have just done a clean install of 7.3.3 and Merchello.Bazaar.CombinedInstall_1.13.1 ran through checkout, after entering address I get

    Value cannot be null. Parameter name: task

    enter image description here

  • Owen Pattison 18 posts 39 karma points
    Dec 10, 2015 @ 13:35
  • TimMather 67 posts 78 karma points
    Dec 10, 2015 @ 13:51
    TimMather
    0

    Thanks, I actually ended up doing a quick nopCommerce build instead as was finding Merchello a little flaky for the turnaround I needed. Merchello definitely headed in the right direction but no time to sort out problems this time round.

  • Nathan Sleigh 109 posts 353 karma points
    Dec 09, 2015 @ 09:20
    Nathan Sleigh
    0

    @Rusty, I have now tried it on all 7.3 versions and non seem to work. I have also tried bazaar on a couple of them but still no luck in fixing the issue.

    Nathan

  • Kerri Mallinson 113 posts 497 karma points
    Dec 09, 2015 @ 14:14
    Kerri Mallinson
    0

    Hi,

    Not sure if this is the same issue or not but I've just done a new install of 7.3.4 and installed 1.13.1 through the Umbraco package installer on the developer tab.

    I can't create any content on the site, i've created a document Type for my homepage and ticked Allow at root but when I right click on content I get this:

    enter image description here

    when i click the 3 dots i get this: enter image description here

    My "Disable cache (while DevTools is open)" is off, i've also tried in IE and Firefox

    Thanks, Kerri

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

    @Kerri,

    It is the same issue - aggressive browser caching. In you web.config change the compilation debug setting to true, open the dev tools and click refresh.

    Once it clears the cache, you can change the debug setting back to false.

  • Tito 313 posts 622 karma points
    Dec 10, 2015 @ 16:10
    Tito
    0

    Sorry @Rusty but i guess it is nothing about the cache, i have tried this things:

    • Set web.config debug=true
    • Disable cache on devtools
    • Clearing the cache on chrome

    And the create content is not showing anymore.

    Also, i have tried opening IE -first time use since installing windows 10 :) and on IE it is not showing. So it is not about caché.

    The only thing i have checked is a solution is uninstalling Merchello and installing it again. It must be a bug on the first time install. It happens on 7.3.0-7.3.4

  • Nathan Sleigh 109 posts 353 karma points
    Dec 10, 2015 @ 16:26
    Nathan Sleigh
    0

    Hi Guys,

    What I find that works is if you go to App_Data and just delete the Cache folder. This fixes the problem for me. It may come back but then i just delete the cache folder again.

    Nathan

  • Tito 313 posts 622 karma points
    Dec 10, 2015 @ 16:52
    Tito
    0

    not for me :(

    i have deleted cache (i think this folder is only for imageprocessor cache?) and logs and temp folder, but the bug continues...

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

    Tito - in App_Data there is a TEMP/ClientDependency. You could try deleting everything that contains.

  • Tito 313 posts 622 karma points
    Dec 10, 2015 @ 17:45
    Tito
    0

    yes i deleted cache, logs and temp folders..

  • Kerri Mallinson 113 posts 497 karma points
    Dec 11, 2015 @ 09:33
    Kerri Mallinson
    0

    @Rusty - my debug setting was already set to true. I'm running in debug from Visual Studio. I uninstalled Merchello then re-installed it - it's now working fine

  • Tito 313 posts 622 karma points
    Dec 14, 2015 @ 12:49
    Tito
    0

    My installations is Merchello 1.13.1 and I have installed latest version 1.13.2 (through the umbraco package manager) and afterwards i can see the create button again. But after a while it happens again, i dont know if it is a issue of session expiring or app refresh...

  • Nathan Sleigh 109 posts 353 karma points
    Dec 16, 2015 @ 14:46
    Nathan Sleigh
    0

    Rusty,

    Just so you know this problem is still around with 7.3.1 and 1.13.2.

    I am having real issues with it now, whatever i managed to do before is no longer working.

    Nathan

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 17, 2015 @ 17:22
    Rusty Swayne
    0

    I saw it yesterday as well on 7.3.4 albeit there were no errors in the console and I was able to resolve the problem by restarting the application. It's really odd that only the content tree is affected ... I'll keep looking

  • Tito 313 posts 622 karma points
    Dec 18, 2015 @ 15:52
    Tito
    0

    I have the problem in a 7.3.4 project. I have tried the following:

    • Stop IIS and start again
    • Install Merchello 1.13.2 again
    • Change from chrome to IE
    • Delete app_data/temp folder

    I still cant see the create button. What more can i try?

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 19, 2015 @ 00:11
    Rusty Swayne
    0

    I'm still working on this one ... it's really weird because once it goes away, it is difficult to get it happening again - but then when it happens, I agree it is difficult to get cleared up.

    My guess is that things are loading in different orders when Umbraco loads the trees from one app restart to another. Sometimes it loads in the correct order and sometimes it does not and between the runtime cache, the Angular cache and normal browser cache something it's hard to test.

    It's strange that only the "create" button is omitted and only in the Umbraco content tree. Also there are no JS console errors and I there don't appear to be any errors in the Umbraco log file.

    Is this consistent with what you are experiencing?

    Can we continue with on the issue in the Merchello issue tracker:

    http://issues.merchello.com/youtrack/issue/M-874

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 28, 2015 @ 23:21
    Rusty Swayne
    0

    I figured it out and wrote up what I had to change to get it fixed here: http://issues.merchello.com/youtrack/issue/M-874

    I will release 1.13.3 this week even though it only fixes this issue - I see it as a critical fix.

Please Sign in or register to post replies

Write your reply to:

Draft