On Wed, 18 Mar 2015, Genis Musulmanbekov wrote: > We are trying to test invenio v.1.2. After successful installation we > get an interface error:
Invenio v1.2 uses Redis to store sessions. Have you installed Redis and do you have it running? For example: $ sudo apt-get install redis-server $ sudo /usr/sbin/service redis-server restart $ ps aux | grep redis Alternatively, you can also store sessions in MySQL, as was the case with Invenio v1.1. See configuration variable CFG_WEBSESSION_STORAGE. Best regards -- Tibor Simko

