Copied to clipboard

Flag this post as spam?

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


  • Hafiz 12 posts 84 karma points
    Sep 15, 2017 @ 15:25
    Hafiz
    0

    Umbraco umazel with PureLive mode

    Hi, is it possible to run Umazel Starter Kit with ModelsBuilder mode set to PureLive?

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 17, 2017 @ 22:10
    Alex Skrypnyk
    0

    Hi Hafiz

    Yes, it's possible, Umazel starter kit should work with all Model Builder settings

    Thanks,

    Alex

  • Hafiz 12 posts 84 karma points
    Sep 19, 2017 @ 08:10
    Hafiz
    0

    Sorry, I forgot to mention that I got an error (when viewing the page) when I change the model to PureLive.

    enter image description here

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 19, 2017 @ 08:12
    Alex Skrypnyk
    0

    Hi Hafiz

    Did you push /bin/Umbraco.Web.PublishedContentModels.dll file to Umbraco cloud?

    Please, remove it if you run with PureLive setting.

    Thanks,

    Alex

  • Hafiz 12 posts 84 karma points
    Sep 19, 2017 @ 08:28
    Hafiz
    0

    Nope, this is in my localhost. Sometimes I also got this error

    enter image description here

    Maybe you can try to simulate my condition by installing a fresh copy of Umbraco and install Umazel Starter Kit from the Package. Lastly, change the mode from Dll to PureLive and try to view the Umazel page.

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 19, 2017 @ 08:33
    Alex Skrypnyk
    0

    Do you have " /bin/Umbraco.Web.PublishedContentModels.dll " locally?

  • Hafiz 12 posts 84 karma points
    Sep 19, 2017 @ 08:51
    Hafiz
    0

    Yup but when I deleted it. Got another error

    enter image description here

  • Hafiz 12 posts 84 karma points
    Sep 19, 2017 @ 08:55
    Hafiz
    0

    Yup. When I delete it. Got another error

    enter image description here

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 19, 2017 @ 09:12
    Alex Skrypnyk
    0

    Are you sure that local IIS supports PureLive mode?

    It looks like you have to use Dll mode.

    Thanks,

    Alex

  • Hafiz 12 posts 84 karma points
    Sep 19, 2017 @ 09:39
    Hafiz
    0

    Yup because I can use the PureLive mode when using FastTrack (Merchello Starter Kit). Actually my main objective is to install two Starter Kits that is Umazel and FastTrack Starter Kit. When I use Dll mode, the Umazel works but the Merchello did not. When I use PureLive mode, it's the other way around. Both errors are about the ModelsBuilder, I have tried to use Dll mode on the FastTrack and Regenerate the Models in the backoffice but failed.

  • Hafiz 12 posts 84 karma points
    Sep 20, 2017 @ 12:31
    Hafiz
    0

    Help please...

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 20, 2017 @ 13:26
    Alex Skrypnyk
    100

    Hi Hafiz

    It looks like you have to use Dll mode.

    Thanks,

    Alex

  • Hafiz 12 posts 84 karma points
    Sep 20, 2017 @ 13:31
    Hafiz
    0

    Oh bummer. I have to look for another Starter Kit then, too bad I really like Umazel. Anyway, thanks for your help Alex

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 20, 2017 @ 13:39
    Alex Skrypnyk
    0

    You are welcome, Hafiz.

    What starterkit did you choose?

    Alex

  • Hafiz 12 posts 84 karma points
    Sep 20, 2017 @ 13:46
    Hafiz
    0

    Still looking. Can you recommend me which CMS Starter Kit (free or paid version) to choose that's compatible with Merchello FastTrack Starter Kit?

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 20, 2017 @ 13:50
    Alex Skrypnyk
    0

    I don't know, I know that "The Starter Kit" is working with latest Umbraco perfectly -

    https://our.umbraco.org/projects/starter-kits/the-starter-kit/

  • Hafiz 12 posts 84 karma points
    Sep 20, 2017 @ 14:05
    Hafiz
    0

    I think I'm gonna buy one in uSkinned since it's Contents Nodes are almost the same structure as Umazel. "The Starter Kit" is good but the structure is very basic. Thanks again

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 20, 2017 @ 15:27
    Alex Skrypnyk
    0

    You are welcome, Hafiz

    Have a great evening!

  • Marc Love (uSkinned.net) 430 posts 1668 karma points
    Sep 20, 2017 @ 15:01
    Marc Love (uSkinned.net)
    0

    Hi Hafiz,

    If you have any questions regarding uSkinned please contact us via:

    https://uskinned.net/contact/

    and we will be happy to answer your queries.

    Cheers,

    Marc

  • Francis Benyah 35 posts 111 karma points
    Dec 22, 2020 @ 22:38
    Francis Benyah
    0

    So this is an old post but I got this working on Umbraco 8.9.1 with any of the models builder modes as Alex mentioned.

    After installing the starter kit just make sure you have the following settings in the app settings section you web.config

    <add key="Umbraco.Core.LocalTempStorage" value="EnvironmentTemp" />
    <add key="Umbraco.Examine.LuceneDirectoryFactory" value="Examine.LuceneEngine.Directories.SyncTempEnvDirectoryFactory, Examine" />
    

    Clean and rebuild the solution.

    Ensure you delete everything in the TEMP folder under AppData otherwise you might just get some sql lock request exceptions

    If you are on azure sql database then you need to include this as well in app settings

    <add key="Umbraco.Core.MainDom.Lock" value="SqlMainDomLock" />
    

    Then you should be good

Please Sign in or register to post replies

Write your reply to:

Draft