Page 1 of 1

negative repository size

PostPosted:Mon Dec 17, 2012 8:26 pm
by gijsh
I use OpenKM 6.2.1. Community. in the GUI, left below the repository size is shown. But for all users, this a negative number, something like -38130527 Bytes. At the same timesomething like 3500 documents are in the database. Any idea what is going on?

Re: negative repository size

PostPosted:Tue Dec 18, 2012 7:20 pm
by jllort
Do you have imported data ? migrated from 5.x to 6.x or was a fresh installation ?

Re: negative repository size

PostPosted:Thu Dec 20, 2012 3:51 pm
by gijsh
I did import the repository from 5.1.11 into a fresh install of 6.2.1.

Re: negative repository size

PostPosted:Sat Dec 22, 2012 10:02 pm
by pavila
Upgrade to last nightbuild and after that, execute this code from Administration > Scripting:
Code: Select all
import com.openkm.cache.*;
 
UserItemsManager.refreshDbUserItems();

Re: negative repository size

PostPosted:Sun Dec 23, 2012 4:07 pm
by gijsh
Yes! It works now.
Thank you very much.