Yea, I had the feeling this wouldn't work in 4.6, especially if you want to use SQL CE. It's on my list of things to look at, but my list is looking pretty long =) Really need to pull my finger out. I might try and knock a few things out this weekend.
we stumbled on the similar error on your media export package. Just changing umbraco.Singleton to umbraco.BusinessLogic.Utils.Singleton made it work fine. Thanks for publishing the source!
Not Working In 4.6
Just to let you know bud that this isn't working in 4.6, after package install you can't get into the Admin - And get the following error
Could not load type 'umbraco.Singleton`1' from assembly 'umbraco, Version=1.0.4029.25836, Culture=neutral, PublicKeyToken=null'.
Hey Lee,
Yea, I had the feeling this wouldn't work in 4.6, especially if you want to use SQL CE. It's on my list of things to look at, but my list is looking pretty long =) Really need to pull my finger out. I might try and knock a few things out this weekend.
I'll keep you posted though.
Matt
Hi Matt,
we stumbled on the similar error on your media export package. Just changing umbraco.Singleton to umbraco.BusinessLogic.Utils.Singleton made it work fine. Thanks for publishing the source!
Regards
Jonas
Cool,
Thanks Jonas. I've not had chance to look yet, but that should be a great starting point.
Matt
Hi
Any updates? Got the exact same issue.
Or any ways to undo, it broke my admin section (v4.6.1)?
Deleting the dll got the backend working again. Would really need this extension though...
Hi Daniel,
Unfortunatley no progress as of yet as I have way too much on at the moment, and it's just not high up on my priority list.
Best I could suggest would be to grab the source code and have a play yourself.
http://doctypeextensions.codeplex.com/
Many thanks
Matt
Cool I didn't realise it was on codeplex! I'll try and fix later today and submit the changes for you :)
Cheers Lee,
That would be a big help.
Matt
Ok, so thanks to Lee, there is now a 1.0.1 update that should work with 4.6.1.
Please test and see how you get on.
Cheers
Matt
Posted a detailed reply but it got lost.. :(
First of all, what a fantastic sharing community! :)
However, I cant get v1.0.1 to work on umbraco 4.6.1 with starter kit installed.
The new version does not break the backend. And swapping a doctype seems to work, you get the success message.
But, browsing this doctype only the tabs are inherited. No properties show up on the inherited tabs:
----
Tab: Site (inherited from Homepage)
No properties defined on this tab. Click on the "add a new property" link at the top to create a new property.
---
And opening a content node of this doctype throws an 'Object reference not set' error:
---
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +54
umbraco.controls.ContentControl.CreateChildControls() +561
---
Is it just my installation? Has anyone else tried?
Wonder if its anything to do with this issue in 4.6.1
http://umbraco.codeplex.com/workitem/29889
Hi Daniel,
What database are you using? SQL Server or SQL CE?
Cheers
Matt
I'm using SQL server.
I'm miffed, just tried it again and as you can see its working fine?
And then added a property
@Jonas thanks for your post here, fixed the media export for me too.
is working on a reply...