Copied to clipboard

Flag this post as spam?

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


  • Rik Helsen 670 posts 873 karma points
    Jul 22, 2010 @ 15:30
    Rik Helsen
    0

    Umbraco 4.5.1 -> doesn't migrate templates, macro's

    I've just updated a test installation to 4.5.1 and wanted to migrate content from another 4.5.1 installation (upgraded from 4.5, not a clean install) and i wasn't able to migrate a lot...

    This all the stuff I select to be included in the package

     

    When i check my target installation where i install the package, i can only find:

    * xslt files

    * macro's

    * manually included files (robots.txt and languageredirectcontrol.Ascx)

    Things that weren't installed:

    * languages

    * dictionary items

    * stylesheet

    * content nodes

     

     

  • Rik Helsen 670 posts 873 karma points
    Jul 22, 2010 @ 15:53
    Rik Helsen
    0

    now, when i exclude everything from the package,except two doctypes, i get this error:

  • Rik Helsen 670 posts 873 karma points
    Jul 22, 2010 @ 15:53
    Rik Helsen
    0

    double post

  • Rik Helsen 670 posts 873 karma points
    Jul 23, 2010 @ 14:15
    Rik Helsen
    0

    Issue partly resolved, because i was only working in the backend (frontend doesn't exist yet) i didn't notice that i still had to run an updater script after overwriting the files with the new 4.5.1 version.

    Some installation guidelines on this page could help prevent this: http://umbraco.codeplex.com/releases/view/48015

    creating several small packages now worked, a big one with all my site content throws this error:

    CreatedPackage.cs System.ArgumentException: 
    No Document exists with Version '00000000-0000-0000-0000-000000000000'
    at umbraco.cms.businesslogic.web.Document.setupNode()
    at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id)
    at umbraco.cms.businesslogic.Content..ctor(Int32 id)
    at umbraco.cms.businesslogic.web.Document..ctor(Int32 id)
    at umbraco.cms.businesslogic.packager.CreatedPackage.Publish()
  • Rik Helsen 670 posts 873 karma points
    Jul 23, 2010 @ 14:21
    Rik Helsen
    0

    It appears i get this error because i select the top content node, when i select the first child i do get a package created.

    now when i import this package i get this error:

    Could not upload file
    System.Exception: Error
    unpacking extension... ---> System.IndexOutOfRangeException: Index
    was outside the bounds of the array.
    at System.String.get_Chars(Int32 index)
    at umbraco.cms.businesslogic.packager.Installer.getFileName(String
    path, String fileName)
    at umbraco.cms.businesslogic.packager.Installer.LoadConfig(String
    tempDir)
    at umbraco.cms.businesslogic.packager.Installer.Import(String
    InputFile)
    --- End of inner exception stack trace ---
    at umbraco.cms.businesslogic.packager.Installer.Import(String
    InputFile)
    at
    umbraco.presentation.developer.packages.Installer.uploadFile(Object
    sender, EventArgs e)
  • 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" link below.

Please Sign in or register to post replies