Copied to clipboard

Flag this post as spam?

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


  • Petr Snobelt 923 posts 1535 karma points
    Mar 13, 2011 @ 15:56
    Petr Snobelt
    0

    Error when try install v 1.4 into umbraco 4.6.1

    When I press install button this error occured:

    Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
    
    Stack Trace: 
    
    [MissingMethodException: Method not found: 'Void umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.]
       Gecko.Uploadify.Installer.Install(Object sender, EventArgs e) +0
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691
    

    Petr

    BTW: I downloaded v 1.4 but when installation starts it looks like 1.3

  • Peter Nielsen 159 posts 257 karma points
    Mar 25, 2011 @ 12:29
    Peter Nielsen
    0

    Yep..

    I got the same error. Im running ver. 4.7

     

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Mar 25, 2011 @ 13:30
    Jeroen Breuer
    0

    This is a know bug. It's because some of the Umbraco api namespaces changed in 4.6 and 4.7. This needs to be updated by the gecko uploadify package, but in the mean time you can still install it by doing it manually.

    Jeroen

  • Peter Nielsen 159 posts 257 karma points
    Mar 25, 2011 @ 13:33
    Peter Nielsen
    0

    Yeah i just figured that out.

    I had it installed on another umbraco installation and just took installed it manually step by step :-)

    /Peter

  • Fredrik Esseen 608 posts 904 karma points
    Apr 12, 2011 @ 11:21
    Fredrik Esseen
    0

    Hi!

    How do I manually install this package?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Apr 12, 2011 @ 11:22
    Jeroen Breuer
    1

    Just install the package like with any normal package and if you do that you'll get a screen where you can choose how to install it manually.

    Jeroen

  • aqemoller 2 posts 22 karma points
    Jun 01, 2011 @ 19:19
    aqemoller
    0

    Problems with the Gecko package due to urlscan.ini - that does not allow "." in path names (default setting).

    After changing urlscan.ini (in ..\system32\inetsrv\urlscan) to allow dots. The package works again.

    AllowDotInPath=0

    changed to 

    AllowDotInPath=1

Please Sign in or register to post replies

Write your reply to:

Draft