Re: Problems with multi-page reviews

2011-09-02 Thread David Dibben
I had a feeling it might be. Is there any way to export the db from sqlite and import into MySql? We only have a few users so apart from the multipage issue we have not really had any problems with the sqlite DB. Using MySql instead would be no problem but I would prefer not to loose all the dat

Re: Problems with multi-page reviews

2011-09-01 Thread Christian Hammond
Oh. SQLite. That's your problem. SQLite is not intended for any production use. Unlike other databases, it doesn't really support concurrent access. We don't provide any support for it except for development use. I strongly recommend migrating away from it. Christian On Thursday, September 1, 2

Re: Problems with multi-page reviews

2011-09-01 Thread David Dibben
On 01/09/2011 08:03, Paul Schulz wrote: Did you manage to get a solution to this problem? I am seeing something very similar with the locking issue and message, but the system will come good again after a short period. I am using Reviewboard 1.5.4, with Apache2 and SQlite database. Unfortunate

Re: Problems with multi-page reviews

2011-08-31 Thread Paul Schulz
Hi David, Did you manage to get a solution to this problem? I am seeing something very similar with the locking issue and message, but the system will come good again after a short period. I am using Reviewboard 1.5.4, with Apache2 and SQlite database. On Jan 31, 11:00 pm, David Dibben wrote:

Re: Problems with multi-page reviews

2011-01-31 Thread Christian Hammond
Hi David. Well that doesn't sound so good. Can't say I've seen that, but will see if I can repro it. What database are you using? Can you turn on logging and see what the last entries are when this happens? Christian On Monday, January 31, 2011, David Dibben wrote: > > Hi, > > First of all,

Problems with multi-page reviews

2011-01-31 Thread David Dibben
Hi, First of all, thanks for a great review tool. We have been using ReviewBoard for over a year now and it has become an invaluable tool for us. We recently got a new server and I took the opportunity to update our ReviewBoard installation to 1.5.2 (from a really ancient 1.0alpha version)