Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 583 posts 1407 karma points
    Jul 05, 2023 @ 07:50
    Sebastian Dammark
    1

    How to install a local created package ?

    When you've created a package in Umbraco, how do you then install it ? enter image description here

  • Chriztian Steinmeier 2800 posts 8791 karma points MVP 8x admin c-trib
    Jul 05, 2023 @ 08:12
    Chriztian Steinmeier
    1

    You can no longer do that... (I know, it's weird).

    I guess the sole function of the "Create package" function is now for creating content to include in a Nuget package, which is a whole 'nother thing in itself...

    /Chriztian

  • Søren Kottal 713 posts 4571 karma points MVP 6x c-trib
    Jul 05, 2023 @ 08:32
    Søren Kottal
    102

    You can use Dragonfly Schema Importer to import "packages" created from the backoffice.

  • Chriztian Steinmeier 2800 posts 8791 karma points MVP 8x admin c-trib
    Jul 05, 2023 @ 08:47
    Chriztian Steinmeier
    0

    W000t! How have I never heard of that package?

    Thanks Søren 👍

    /Chriztian

  • mmaty 117 posts 311 karma points
    Feb 17, 2024 @ 06:37
    mmaty
    0

    I'm about upgrading an Umbraco 10 solution to Umbraco 13. Database migration fails with a lot of weird errors. So I thougt, I will start with a new Umbraco 13 database. I saved all Datatypes and Contenttypes with the "Create Package" function in Umbraco 10.

    Now in Umbraco 13 I can't import these files. And Dragonfly Schema Importer seems only to work with Umbraco 10.

    Does anybody have an idea of how I can proceed here?

  • mmaty 117 posts 311 karma points
    Feb 17, 2024 @ 07:26
    mmaty
    0

    There seems to be a solution. Following the description in the Umbraco Documentation I was able to import data types and document types. Watching the Document types I get an error window with the following exception text:

    System.IO.InvalidDataException, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e: Found invalid data while decoding. 
    
    at CSharpTest.Net.IO.TransactedCompoundFile.FileSection.Read(BlockRef& block, Boolean headerOnly, FGet fget)    
       at CSharpTest.Net.IO.TransactedCompoundFile.Read(UInt32 handle)    
       at CSharpTest.Net.Storage.BTreeFileStoreV2.OpenRoot(Boolean& isNew)    
       at CSharpTest.Net.Collections.BPlusTree`2.StorageCache.OpenRoot(Boolean& isNew)    
       at ....
    

    EDIT: This exception can be avoided with deleting the complete contents of the umbraco\Data\TEMP folder.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" button below.

    Continue discussion

Please Sign in or register to post replies