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.
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.
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.
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?
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.
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?
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 :)
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(',');
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?
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
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
Ok, thanks! If I can help, let me know. :)
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)
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.
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.
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
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?
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.
V6 is out and there is also an updated uComponents release to fix up the MNTP
http://ucomponents.codeplex.com/releases/view/100480
Hi Chris,
any news on V6 version?
Thanks
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?
Looking forward to next update.. I really want to use this package for learning some mvc/razor in Umbraco v.6..
Also very interested in the next update. (commenting for the email alerts :-) )
I'm also looking forward to the next update!
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!
Thanks!
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
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 10: @{
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
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.
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.
is working on a reply...