Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > adding Groups (community) to website View modes: 
User avatar
Member
Member
eagleag - 11/1/2010 10:41:14 AM
   
adding Groups (community) to website
Hi,
I'm trying to add Groups functionality to my website (portal engine).
Is there anything special I need to do to make it work?
I followed the "Kentico CMS Community Site Guide" on adding Groups to site.
I added the structure and all needed webparts.

thanks :)


User avatar
Member
Member
eagleag - 11/2/2010 3:10:47 AM
   
RE:adding Groups (community) to website
this is how a link to a group on my GROUPS.ASPX looks:
http://localhost:2100/CMSTransformations/b71beb21-f9f7-46a1-8ef0-28fe41eed776/community/transformations/~.aspx

What am I missing?

and this is the error:

Server Error in '/' Application.

The file '/CMSTransformations/b71beb21-f9f7-46a1-8ef0-28fe41eed776/community/transformations/~.aspx' does not exist.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The file '/CMSTransformations/b71beb21-f9f7-46a1-8ef0-28fe41eed776/community/transformations/~.aspx' does not exist.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The file '/CMSTransformations/b71beb21-f9f7-46a1-8ef0-28fe41eed776/community/transformations/~.aspx' does not exist.]
System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +8736189
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +113
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +101
System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +126
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +62
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

User avatar
Member
Member
eagleag - 11/2/2010 3:57:27 AM
   
PLEASE DELETETHIS THREAD
I should get some sleep. I totally forgot to set up Site manager -> settings -> community.

THANKS :-)

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/4/2010 9:36:13 AM
   
RE:PLEASE DELETETHIS THREAD
Hello.

Yes, these settings are necessary to make group functionality running properly. You can see more info here.

I general, I would recommend you to read whole Modules -> Groups chapter in our Developer´s guide. I believe it will provide all necessary informations so you can use group functionality on your site with no further problem.

Best Regards,
Radek Macalik