orchardcms - Simple Image Gallery on Orchard CMS -


i have created new orchard site on azure websites. add image gallery functionality home page.

this did:

  1. installed nwazet zengallery module
  2. created new content type , called 'zen gallery type'
  3. added zen gallery part 'zen gallery type'
  4. selected widgets orchard admin menu
  5. tried add 'zen gallery type' asidesecond zone

i presented following error message - can please let me know did wrong?

oops. went wrong ... sorry unhandled exception has occurred , request terminated. please refresh page. if error persists, go specified cast not valid. system.invalidcastexception: specified cast not valid. @ orchard.contentmanagement.contentcreateextensions.new[t](icontentmanager manager, string contenttype) in c:\orchard\src\orchard\contentmanagement\contentextensions.cs:line 19 @ orchard.widgets.controllers.admincontroller.addwidget(int32 layerid, string widgettype, string zone, string returnurl) @ lambda_method(closure , controllerbase , object[] ) @ system.web.mvc.actionmethoddispatcher.execute(controllerbase controller, object[] parameters) @ system.web.mvc.reflectedactiondescriptor.execute(controllercontext controllercontext, idictionary`2 parameters) @ system.web.mvc.controlleractioninvoker.invokeactionmethod(controllercontext controllercontext, actiondescriptor actiondescriptor, idictionary`2 parameters) @ system.web.mvc.controlleractioninvoker.<>c__displayclass13.<invokeactionmethodwithfilters>b__10() @ system.web.mvc.controlleractioninvoker.invokeactionmethodfilter(iactionfilter filter, actionexecutingcontext precontext, func`1 continuation) @ system.web.mvc.controlleractioninvoker.<>c__displayclass13.<>c__displayclass15.<invokeactionmethodwithfilters>b__12() @ system.web.mvc.controlleractioninvoker.invokeactionmethodfilter(iactionfilter filter, actionexecutingcontext precontext, func`1 continuation) @ system.web.mvc.controlleractioninvoker.<>c__displayclass13.<>c__displayclass15.<invokeactionmethodwithfilters>b__12() @ system.web.mvc.controlleractioninvoker.invokeactionmethodfilter(iactionfilter filter, actionexecutingcontext precontext, func`1 continuation) 

looks module not running on azure. please file bug here: https://bitbucket.org/bleroy/nwazet.zengallery/issues/new

with orchard 1.7 out however, recommend not using module @ all, , instead use built-in media library field configured multiple images.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -