Copied to clipboard

Flag this post as spam?

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


  • Lee 1130 posts 3088 karma points
    Jan 19, 2011 @ 07:23
    Lee
    0

    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'.

     

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Jan 19, 2011 @ 09:54
    Matt Brailsford
    0

    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

  • Jonas Eriksson 930 posts 1825 karma points
    Jan 21, 2011 @ 10:32
    Jonas Eriksson
    1

    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

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Jan 21, 2011 @ 10:38
    Matt Brailsford
    0

    Cool,

    Thanks Jonas. I've not had chance to look yet, but that should be a great starting point.

    Matt

  • Daniel Lindstrom 454 posts 271 karma points
    Feb 23, 2011 @ 21:00
    Daniel Lindstrom
    0

    Hi

    Any updates? Got the exact same issue.

    Or any ways to undo, it broke my admin section (v4.6.1)?

  • Daniel Lindstrom 454 posts 271 karma points
    Feb 23, 2011 @ 21:06
    Daniel Lindstrom
    0

    Deleting the dll got the backend working again. Would really need this extension though...

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Feb 24, 2011 @ 08:37
    Matt Brailsford
    0

    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

  • Lee 1130 posts 3088 karma points
    Feb 24, 2011 @ 10:17
    Lee
    1

    Cool I didn't realise it was on codeplex! I'll try and fix later today and submit the changes for you :)

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Feb 24, 2011 @ 10:37
    Matt Brailsford
    0

    Cheers Lee,

    That would be a big help.

    Matt

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Feb 24, 2011 @ 11:33
    Matt Brailsford
    1

    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

  • Daniel Lindstrom 454 posts 271 karma points
    Feb 24, 2011 @ 12:56
    Daniel Lindstrom
    0

    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?

  • Lee 1130 posts 3088 karma points
    Feb 24, 2011 @ 12:59
    Lee
    0

    Wonder if its anything to do with this issue in 4.6.1

    http://umbraco.codeplex.com/workitem/29889

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Feb 24, 2011 @ 13:30
    Matt Brailsford
    0

    Hi Daniel,

    What database are you using? SQL Server or SQL CE?

    Cheers

    Matt

  • Daniel Lindstrom 454 posts 271 karma points
    Feb 24, 2011 @ 14:18
    Daniel Lindstrom
    0

    I'm using SQL server.

  • Lee 1130 posts 3088 karma points
    Feb 24, 2011 @ 14:34
    Lee
    0

    I'm miffed, just tried it again and as you can see its working fine? 

    And then added a property

  • Rich Green 2246 posts 4008 karma points
    Aug 01, 2011 @ 15:02
    Rich Green
    0

    @Jonas thanks for your post here, fixed the media export for me too.

Please Sign in or register to post replies

Write your reply to:

Draft