Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
Yep..
I got the same error. Im running ver. 4.7
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
Yeah i just figured that out.
I had it installed on another umbraco installation and just took installed it manually step by step :-)
/Peter
Hi!
How do I manually install this package?
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.
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error when try install v 1.4 into umbraco 4.6.1
When I press install button this error occured:
Petr
BTW: I downloaded v 1.4 but when installation starts it looks like 1.3
Yep..
I got the same error. Im running ver. 4.7
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
Yeah i just figured that out.
I had it installed on another umbraco installation and just took installed it manually step by step :-)
/Peter
Hi!
How do I manually install this package?
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
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
is working on a reply...