Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Bug navigation URL in admin page (edit content)
ella
#1 Posted : Friday, February 17, 2012 4:02:19 PM(UTC)
Rank: Advanced Member
ella
Groups: Registered

Joined: 6/30/2011(UTC)
Posts: 57
Location: Russia
I upgrade my KooBoo site to version 3.1.0.38849.

I get error on edit content page if I navigate from new admin panel "Content Manager".

I try to show it on screens:

(Sample 1) This work fine If I click on some content folder from "Site manager" panel: (If I made only two clicks)


(http://imageshack.us/photo/my-images/528/koobooadminmenu1.png/)

(Sample 2) This don't work If I click first on "Contents" menu (and go to panel "Content Manager") and then I do that two clicks from sample 1, I get the error when I click "Edit content".


(http://imageshack.us/photo/my-images/46/koobooadminmenu2.png/)

I think it is URL problem with parameter - siteName=SampleSite.

Error text: "Exception Details: System.NullReferenceException: Object reference not set to an instance of an object."
jifeng
#2 Posted : Saturday, February 18, 2012 11:07:49 AM(UTC)
Rank: Administration
Groups: Administrators, Registered

Joined: 9/3/2009(UTC)
Posts: 1,555
Location: Xiamen China
HI

The images are not available for me, I do not know what happened.

Can you copy the stack trace of the exception at here?
Regards,

Jifeng Huang

Kooboo Team

Microsoft ASP.NET MVP
ella
#3 Posted : Saturday, February 18, 2012 12:04:46 PM(UTC)
Rank: Advanced Member
ella
Groups: Registered

Joined: 6/30/2011(UTC)
Posts: 57
Location: Russia
Ok. I changed the image URL in first post. (It's difficult to understand the problem without them.)
This is error text:
[NullReferenceException: Object reference not set to an instance of an object.]
Kooboo.CMS.Sites.Models.DataFilePath..ctor(User user) +21
Kooboo.CMS.Sites.Models.User.get_DataFile() +34
Kooboo.CMS.Sites.Persistence.FileSystem.ObjectFileProvider`1.Get(T dummy) +57
Kooboo.CMS.Sites.Services.UserManager.Get(Site site, String name) +121
Kooboo.CMS.Sites.Services.ContentWorkflowManager.GetRoles(String userName) +72
Kooboo.CMS.Content.Services.WorkflowManager.GetPendingWorkflowItems(Repository repository, String userName) +72
Kooboo.CMS.Content.Services.WorkflowManager.GetPendWorkflowItemForContents(Repository repository, TextContent[] contents, String userName) +81
Kooboo.CMS.Content.Services.WorkflowManager.GetPendWorkflowItemForContent(Repository repository, TextContent textContent, String userName) +71
Kooboo.CMS.Web.Areas.Contents.Controllers.TextContentController.Edit(String folderName, String parentFolder, String uuid) +473
lambda_method(Closure , ControllerBase , Object[] ) +237
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +247
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +38
System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +124
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +640
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +312
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +691
System.Web.Mvc.Controller.ExecuteCore() +162
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +305
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375
jifeng
#4 Posted : Sunday, February 19, 2012 2:45:09 AM(UTC)
Rank: Administration
Groups: Administrators, Registered

Joined: 9/3/2009(UTC)
Posts: 1,555
Location: Xiamen China
Ok, it seems the user is not exists or does not added into the site, please have a check.
Regards,

Jifeng Huang

Kooboo Team

Microsoft ASP.NET MVP
ella
#5 Posted : Sunday, February 19, 2012 6:05:55 AM(UTC)
Rank: Advanced Member
ella
Groups: Registered

Joined: 6/30/2011(UTC)
Posts: 57
Location: Russia
Oh, no, I use site only as admin (only one user). Can you see the pictures?
sbrickey
#6 Posted : Sunday, February 19, 2012 2:04:44 PM(UTC)
Rank: Advanced Member
Groups: Registered

Joined: 12/16/2011(UTC)
Posts: 35
Location: Ohio, USA
The pictures appear fine for me.
jifeng
#7 Posted : Monday, February 20, 2012 5:31:53 AM(UTC)
Rank: Administration
Groups: Administrators, Registered

Joined: 9/3/2009(UTC)
Posts: 1,555
Location: Xiamen China
Yes, I have met the issue before, but I think it was fixed. I can not reproduce it now.

How did you upgrade the Koobo CMS? Can you download a fresh version to try if it works?
Regards,

Jifeng Huang

Kooboo Team

Microsoft ASP.NET MVP
ella
#8 Posted : Monday, February 20, 2012 6:27:49 AM(UTC)
Rank: Advanced Member
ella
Groups: Registered

Joined: 6/30/2011(UTC)
Posts: 57
Location: Russia
jifeng;5702 wrote:
How did you upgrade the Koobo CMS?

I rewrite kooboo folders except folder CMS_DATA, as usually :)

jifeng;5702 wrote:
Can you download a fresh version to try if it works?

Ok, I'll try.
jifeng
#9 Posted : Monday, February 20, 2012 9:10:11 AM(UTC)
Rank: Administration
Groups: Administrators, Registered

Joined: 9/3/2009(UTC)
Posts: 1,555
Location: Xiamen China
ella;5704 wrote:
jifeng;5702 wrote:
How did you upgrade the Koobo CMS?

I rewrite kooboo folders except folder CMS_DATA, as usually :)

jifeng;5702 wrote:
Can you download a fresh version to try if it works?

Ok, I'll try.


It is recommended to copy the Cms_Data to another Kooboo CMS folder.
Regards,

Jifeng Huang

Kooboo Team

Microsoft ASP.NET MVP
jifeng
#10 Posted : Monday, February 20, 2012 11:11:17 AM(UTC)
Rank: Administration
Groups: Administrators, Registered

Joined: 9/3/2009(UTC)
Posts: 1,555
Location: Xiamen China
http://wiki.kooboo.com/?wiki=Upgrading
Regards,

Jifeng Huang

Kooboo Team

Microsoft ASP.NET MVP
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.318 seconds.