Copied to clipboard

Flag this post as spam?

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


  • Chizzl 36 posts 107 karma points
    Jan 16, 2013 @ 16:26
    Chizzl
    0

    Umbraco v6 compatibility

    Hi,

    Do you have any idea when the package will be available for v6?

    At the moment I get a error at StandardWebsiteInstall.ascx.cs line 192 "No Document exists with id '0'" at install.

    Access.ProtectPage(false, clientArea.Id, Convert.ToInt32(loginPageId), Convert.ToInt32(errorPageId));

    The clientArea.ID seems to be 0.

    Kind regards

  • Chris Koiak 700 posts 2626 karma points
    Jan 16, 2013 @ 23:01
    Chris Koiak
    100

    Hi Chizzi,

    Once Umbraco 6 is released (non-beta) this this package will be updated to support it.

    Work has begun to upgrade the package, but there's no point releasing it until Umbraco 6 is stable/complete.

    Cheers,

    Chris

  • Chizzl 36 posts 107 karma points
    Jan 17, 2013 @ 10:22
    Chizzl
    0

    Ok, thanks!  If I can help, let me know. :)

  • Damian Green 452 posts 1433 karma points
    Jan 21, 2013 @ 18:45
    Damian Green
    0

    v6 RC is out! :) so should only be bug fixes if anything happenng going forwards.

    I've installed a fresh umbraco and when i add this package there is something amiss with the MNTP.  It breaks the content properry page and also the site.

    If i remove the SW Page properties the content property page loads ok.

    (I didn't get the error above)

     

  • Chizzl 36 posts 107 karma points
    Jan 24, 2013 @ 11:14
    Chizzl
    0

    There is a problem with the multi-node tree picker in v6 which makes it impossible to work with the picker on the home node in the Umbraco backend.

    When I specify to store the data in Umbraco as comma seperated (which is set by the MVC Starter Kit package by default) in the Multi-node tree picker settings, it fails to load the tree picker in the backend.

    Possible workaround : With XML it's able to load the picker, but the code in the master page can 't handle the XML (it expects CSV), so you have to update the code to handle the xml data) It's already reported at http://issues.umbraco.org/issue/U4-1466 ;

    I didn't get the error above anymore with the v6 RC.

  • Damian Green 452 posts 1433 karma points
    Jan 30, 2013 @ 13:17
    Damian Green
    0

    Chris,

    Came across this from Morten whilst trying to get to the bottom of the MNTP issues:

    @Kris The error you are seeing mostly has to do with the package not being updated to v6. When the package is installed there is a usercontrol that does some post install actions, but no .Save() is done for the updated content, so its not actually installed as intended. Thats why the MNTP has problems retrieving the items thats been picked, because they haven't been properly updated.
    I have change a tiny bit so the YSOD doesn't appear if there are problems retrieving picked items, but ultimately this package is not yet compatible with v6. But as far as I can tell it only requires a minor update from the package dev.

    http://issues.umbraco.org/issue/U4-1466

    Will have a look and see if i can see what hes referring to and try to fix it.

  • Chris Koiak 700 posts 2626 karma points
    Jan 30, 2013 @ 13:28
    Chris Koiak
    0

    Hi,

    RC is not the same as Released ;-)

    However, the relevant code updates have been made so I'll try and release a new version over the weekend.

    Cheers

     

  • Damian Green 452 posts 1433 karma points
    Jan 30, 2013 @ 13:39
    Damian Green
    0

    Sweet.

    I have just fixed up the package and it imports ok.

    Just needed the following line in the install

    root.Save();

    Also there are 2 templates that i needed to fix up - the master and left navigation.  <[email protected] needed a space after the li

    Only issue that i can see now is the logo isnt there and there are no items in the MNTP left box on any of the MNTPs. You only get items in the right box that have been selected. Not sure whats causing this!

    Ive tried creating a new property and having a new data type and get the same issue. Very odd.  Any ideas what could be causing this?

     

     

  • Chris Koiak 700 posts 2626 karma points
    Jan 30, 2013 @ 13:52
    Chris Koiak
    0

    Hold off testing this on v6 until I post a new version. I've rewritten the entire install ascx to use the new API and it should resolve all/most/some of your issues.

  • Damian Green 452 posts 1433 karma points
    Feb 01, 2013 @ 14:47
    Damian Green
    0

    V6 is out and there is also an updated uComponents release to fix up the MNTP

    http://ucomponents.codeplex.com/releases/view/100480

     

     

  • mellogrand 4 posts 25 karma points
    Feb 07, 2013 @ 13:31
    mellogrand
    0

    Hi Chris, 

    any news on V6 version?

    Thanks

  • Barry Fogarty 493 posts 1129 karma points
    Feb 07, 2013 @ 13:42
    Barry Fogarty
    0

    Hey Chris, thanks for your hard work with this package, it will be a very useful learning resource for those stating with MVC and Umbraco.  Do you know yet when you will be able to release a v6-compatible version?

  • Niels Lynggaard 190 posts 548 karma points
    Feb 08, 2013 @ 11:28
    Niels Lynggaard
    0

    Looking forward to next update.. I really want to use this package for learning some mvc/razor in Umbraco v.6..

     

  • David 32 posts 52 karma points
    Feb 11, 2013 @ 14:52
    David
    0

    Also very interested in the next update. (commenting for the email alerts :-) )

  • CelticHarp 12 posts 52 karma points
    Feb 13, 2013 @ 14:02
    CelticHarp
    0

    I'm also looking forward to the next update!

  • Chris Koiak 700 posts 2626 karma points
    Feb 17, 2013 @ 11:10
    Chris Koiak
    2

    Version 2.0 has now been released and supports Umbraco 6.0.

    Please give it a try and let me know if you have any issues. Please raise all issues as separate threads/topics so we can track them easily.

    Enjoy!

  • Duncan 1 post 21 karma points
    Feb 17, 2013 @ 11:11
    Duncan
    0

    Thanks!

  • Kim Bantz Rasmussen 81 posts 310 karma points
    Feb 22, 2013 @ 10:57
    Kim Bantz Rasmussen
    0

    Hi Chris,

    Thank you very much for a great package! The only issue is that the multi node picker doesn't work unless the uComponents package is installed as well - but that not a major one :)

    Best regards
    Kim

  • All Blonde 86 posts 138 karma points
    Feb 25, 2013 @ 18:03
    All Blonde
    0

    Hey guys,

    where can I get this V2 for Umbraco 6?

    Package which I got and installed on Umbraco 6 gives me one error after another.

    Do, good news it installs flawlessly...

     

    Errors such as:

    Compiler Error Message: CS1061: 'object' does not contain a definition for 'Split' and no extension method 'Split' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

    Source Error:

     
    Line 9:
        Line 10: @{
    Line 11: var nodeIds = Model.Content.GetPropertyValue("slideshow").Split(',');
      Line 12: List slides = new List(); Line 13:

     


    Source File: e:\UMBRACO\Umbraco6-test.tmp-cms.com\Views\Home.cshtml    Line: 11

     

    Any idea how to fix this?

    Umbraco 6

    Windows 2003 Entrerprise

    NET 4 and MVC installed as well as config changes done for MVC to be default in umbracoSettings.config.

    Thanks

  • Chris Koiak 700 posts 2626 karma points
    Feb 25, 2013 @ 18:05
    Chris Koiak
    1

    Make sure you download the package from http://our.umbraco.org/projects/starter-kits/standard-website-mvc and not the package repository in the developer section.

  • All Blonde 86 posts 138 karma points
    Feb 25, 2013 @ 21:45
    All Blonde
    0

    I got it.

    Load package proper for Umbraco version.

    Worked as I wish all does.

    By the way about Kim Rasmussen posting in regards of Ucomponents. I did not see that problem at all.

    Your package was working without Ucomponents and I do not see any difference after I installed, just in case, Ucomponents. Only one more package in installed packages list...

    Could that be related to package content/versioning difference?

    Thanks Chris.

Please Sign in or register to post replies

Write your reply to:

Draft