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 telling me "it works". When I add the :8080 it returns what's in the picture ( https://drive.google.com/file/d/1w8Eac9RsqcKbFaxOF1I5oFgXaf6gItt7/view?usp=s... ). I am at my wits end. Let me know what questions you have in order to help me. Thank you! Bill Kingsley
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/master/Koha.pm#L32 There's a `$VERSION` variable on line 32. Best, ERIC PHETTEPLACE Systems Librarian, Libraries (he/him) ephetteplace@cca.edu *CCA is situated on the traditional unceded lands of the **Chochenyo and Ramaytush Ohlone** peoples.* Black-owned bookstores in Oakland: Ashay by the Bay <https://ashaybythebay.com/>, Marcus Books <https://www.facebook.com/marcus.books/> :(){ :|: & };: On Fri, Sep 29, 2023 at 6:50 AM RACS IT Department <itdept@racsonline.org> wrote:
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 telling me "it works". When I add the :8080 it returns what's in the picture (
https://drive.google.com/file/d/1w8Eac9RsqcKbFaxOF1I5oFgXaf6gItt7/view?usp=s... ).
I am at my wits end.
Let me know what questions you have in order to help me.
Thank you! Bill Kingsley _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
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, RACS IT Department <itdept@racsonline.org> wrote:
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 telling me "it works". When I add the :8080 it returns what's in the picture (
https://drive.google.com/file/d/1w8Eac9RsqcKbFaxOF1I5oFgXaf6gItt7/view?usp=s... ).
I am at my wits end.
Let me know what questions you have in order to help me.
Thank you! Bill Kingsley _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
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 errors: ls -l /etc/apache2/sites-enabled/ cat /etc/apache2/sites-enabled/INSTANCENAME.conf | less Regards, David Liddle System Administrator david.liddle@wycliff.de (but not for this list) Wycliff e.V., https://wycliff.de Seminar für Sprache und Kultur, https://spracheundkultur.org Internationales Tagungszentrum Karimu, https://karimu.de
participants (4)
-
David Liddle -
David Nind -
Eric Phetteplace -
RACS IT Department