Re: [Koha] Broken Install

2023-09-29 Thread David Liddle
Hello, Bill, have you tried one or both of the following to get your Koha version? apt list koha-common dpkg -l koha-common Review your site settings to double-check that you're accessing it correctly: cat /etc/koha/koha-sites.conf | less Review the Apache configuration to look for any obvious

Re: [Koha] Broken Install

2023-09-29 Thread David Nind
I can understand the frustration! You need to disable the default Apache site configuration (something like: a2dissite 000-default.conf - sites available and enabled are listed under /etc/apache2/sites-available and sites-enabled from memory). David Nind New Zealand On Sat, 30 Sept 2023 at 02:50

Re: [Koha] Broken Install

2023-09-29 Thread Eric Phetteplace
Hi Bill, I can't troubleshoot why your site isn't working, probably an Apache configuration issue, but you should be able to find the version of Koha by viewing the Koha.pm file in the root of the Koha code directory. Here's the file on the Koha GitHub: https://github.com/Koha-Community/Koha/blob/

[Koha] Broken Install

2023-09-29 Thread RACS IT Department
I have an old install of Ubuntu Server 14.04.6 with KOHA installed. I am not sure how to find out the KOHA version using the command line. It would be the stable version from around that time. I cannot get the UI to come up. When I put in the ip of the server I only get the Apache2 default page te