SATISH schreef op za 24-05-2014 om 11:06 [+0530]: > I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4 > LTS > (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and > successfully > upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was > able > to use koha staff client and opac without any problem. (while > upgrading, it > asked for - Rename the Apache Virtual hosts for koha Instance, the > default > was -"Yes", and I chose the same)
It's a bug in the 3.16 packages when running under apache 2.2. All it causes to happen is that it fails to re-enable the site after the change. You can fix this by running: sudo a2ensite library.conf (where library is your instance name.) Then: sudo service apache2 restart -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

