行者

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
Community Server是一个很好的开源项目,它把博客,相册,论坛很好的集成在一起,用户可以定制自己的显示风格。
相关下载

Download Community Server 2.0 (Web Install)

Download Community Server 2.0 (MSI)

Download Community Server 2.0 SDK (source

汉化包:http://communityserver.cn/forums/thread/7010.aspx

皮肤界面:http://communityserver.org/files/folders/themes_and_skins/default.aspx
关于Community Server的博客的一个错误解决办法

错误信息:
[NullReferenceException: Object reference not set to an instance of an object.]
   CommunityServer.Data.WeblogSqlDataProvider.GetWeblogs() +239
   CommunityServer.Blogs.Components.Weblogs.GetWeblogs(CSContext csContext, Boolean ignorePermissions, Boolean cacheable, Boolean flush) +319
   CommunityServer.Blogs.Components.Weblogs.GetWeblogs(Boolean cacheable, Boolean ignorePermissions, Boolean flush) +87
   CommunityServer.Blogs.Controls.AggregatePostList.OnLoad(EventArgs e) +991
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
解决方法:打开数据库,然后执行select * from cs_sections,查看ApplicationKey 列的值信息.如果有值为null的,将他修改为一个字符串值如( /blogs/my_app_key)
posted on 2006-07-05 15:47  汪洋怡舟  阅读(398)  评论(1)    收藏  举报