[Koha] 'timeout' changed

Michael Kuhn mik at adminkuhn.ch
Tue Aug 14 01:35:39 NZST 2018


Hi

 >> I guess I've made a stupid mistake and now cannot correct it.
 >>
 >> While fixing settings in the Global systems preferences under
 >> Administration I've changed in the 'timeout' line the '1d' to '1h',
 >> hoping that this will reduce the timeout from one day to one hour.
 >> However, it seems to have reduced it to one second! And I can do
 >> nothing in the system because of such short time.
 >> While now trying to change it back - as soon as I try to save the
 >> change it says, Error, change possibly not saved. I guess I'm simply
 >> not quick enough to do it all in one second!
 >> Please help me to fix it back to 1d.
 >
 > I would assume you should be able to change parameter "timeout" back
 > to the old value using this SQL statement in your database:
 >
 > UPDATE systempreferences SET timeout="1d";

I'm sorry, forget my suggestion... Owen's syntax is the correct one:

UPDATE systempreferences SET value = '1d' WHERE variable = 'timeout';

Best wishes: Michael
-- 
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E mik at adminkuhn.ch · W www.adminkuhn.ch


More information about the Koha mailing list