Page 1 of 1

Errors

PostPosted:Thu Aug 03, 2017 5:31 am
by praneeth
Hi Can any one help me out in resolving this issue.

I see the attached error message very regularly, can any one let me know what is this issue related to any how can i resolve thisImage

Re: Errors

PostPosted:Sat Aug 05, 2017 4:57 pm
by jllort
Usually these errors happens after some update caused by dashboard log activity. I suggest delete all dashboard activity.
1- Go to Administration > Database query
2- Choose jdbc from bottom right list.
3- Execute the queties:
Code: Select all
delete from OKM_DASHBOARD;
delete from OKM_DASHBOARD_ACTIVITY;
4- Go to Administration > Tools > Cache stats and clean all all ( I'm not sure if your version have it, because you have not said on what version it happens the issue, in last version 6.3.4 you have it. Clean cache it's an optional step at the end ).

Re: Errors

PostPosted:Sun Aug 06, 2017 11:24 am
by praneeth
Thanks, here is the version i am using 6.3.2 (build: 8289) please suggest the changes.

Re: Errors

PostPosted:Sun Aug 06, 2017 3:41 pm
by jllort
I suggest upgrade to 6.3.4 ( follow the steps described in the migration guide https://docs.openkm.com/kcenter/view/ok ... guide.html ). And then execute the sql scripts I wrote before.

Re: Errors

PostPosted:Wed Aug 16, 2017 8:29 am
by praneeth
Jllort,

do my customization remain same after upgrading to 6.3.4 or do i need to do all the customization again after upgrading to 6.3.4

Thanks
praneeth

Re: Errors

PostPosted:Thu Aug 17, 2017 8:10 pm
by jllort
You should fork the project. Apply your changes there and each time we release a new version you should merge our branch with your. Usually in community version when we are releasing minor version, we apply small changes, almost are corrections of bugs, that means your code in high percentage should be merged without problems with the code of the new branch.