Koha Harley - no items available
Hello; I installed Koha Harley on a new machine (latest Debian) everything nice. Backed up my old mysql from Koha 3.0, and restored on new machine. Everything looks great in the intranet, nothing in the OPAC when searching. On intranet side, I do a search and then limit to available items and nothing shows there, most likely why OPAC doesn't show. Cannot edit items either, probably because they aren't available. What am I missing? The onloan, damaged, etc... fields all have 0 in them. I may try re-indexing my zebra. I have rebuilt zebra with rebuild_zebra.pl a few times and no joy. I am: Paul Davis Network Administrator StarTouch Broadband Services and helper-outer with my local private school library (was Technology Director there for 20 years) Thank you in advance - I am hoping it is a simple fix. :-)
You'll want to go with one of the official releases. These are found at: http://koha-community.org/download-koha/ Harley is a code bundle made available by Liblime from a site that used to be where Koha lived. -reed 2010/7/27 Paul Davis <ped811@gmail.com>:
Hello;
I installed Koha Harley on a new machine (latest Debian) everything nice. Backed up my old mysql from Koha 3.0, and restored on new machine. Everything looks great in the intranet, nothing in the OPAC when searching. On intranet side, I do a search and then limit to available items and nothing shows there, most likely why OPAC doesn't show. Cannot edit items either, probably because they aren't available. What am I missing?
The onloan, damaged, etc... fields all have 0 in them. I may try re-indexing my zebra. I have rebuilt zebra with rebuild_zebra.pl a few times and no joy.
I am:
Paul Davis Network Administrator StarTouch Broadband Services and helper-outer with my local private school library (was Technology Director there for 20 years)
Thank you in advance - I am hoping it is a simple fix. :-)
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks. Thought I was getting the latest and greatest. I was out of the Koha loop for a while at my new job. Does the backing up of the koha database in mysql and restoring it on the new machine sound OK or am I going to run into issues there? I have the original backup of the database and it should be no problem installing the latest from the koha community site. Thank you. Paul On Mon, Jul 26, 2010 at 3:17 PM, Reed Wade <reed@catalyst.net.nz> wrote:
You'll want to go with one of the official releases. These are found at:
http://koha-community.org/download-koha/
Harley is a code bundle made available by Liblime from a site that used to be where Koha lived.
-reed
2010/7/27 Paul Davis <ped811@gmail.com>:
Hello;
I installed Koha Harley on a new machine (latest Debian) everything nice. Backed up my old mysql from Koha 3.0, and restored on new machine. Everything looks great in the intranet, nothing in the OPAC when searching. On intranet side, I do a search and then limit to available items and nothing shows there, most likely why OPAC doesn't show. Cannot edit items either, probably because they aren't available. What am I missing?
The onloan, damaged, etc... fields all have 0 in them. I may try re-indexing my zebra. I have rebuilt zebra with rebuild_zebra.pl a few times and no joy.
I am:
Paul Davis Network Administrator StarTouch Broadband Services and helper-outer with my local private school library (was Technology Director there for 20 years)
Thank you in advance - I am hoping it is a simple fix. :-)
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Paul
Paul, I'd say that yes, doing a full Zebra reindex would be a good idea. Sounds like that may well be the culprit. As for the database restore: normally, if you have a backup from an older version of Koha 3.0, and you restore it into an installation of a higher version of Koha 3.0, the system will automatically detect this and upgrade the database as appropriate. With Harley, I'm sure the same kind of system is in place, but what you're updating the database to be not the same as what you'd get upgrading to a newer version of Koha. While we hope to have Harley merged back into Koha soon, as of now there is no converging upgrade path (you couldn't easily go from Harley to Koha 3.2, for example). You can grab the latest version of Koha from http://download.koha-community.org (either 3.0.6 or 3.2 beta, your choice), or from the Git repository at git://git.koha-community.org/koha.git. Hope this helps! -Ian 2010/7/26 Paul Davis <ped811@gmail.com>
Thanks.
Thought I was getting the latest and greatest. I was out of the Koha loop for a while at my new job.
Does the backing up of the koha database in mysql and restoring it on the new machine sound OK or am I going to run into issues there?
I have the original backup of the database and it should be no problem installing the latest from the koha community site.
Thank you.
Paul
On Mon, Jul 26, 2010 at 3:17 PM, Reed Wade <reed@catalyst.net.nz> wrote:
You'll want to go with one of the official releases. These are found at:
http://koha-community.org/download-koha/
Harley is a code bundle made available by Liblime from a site that used to be where Koha lived.
-reed
2010/7/27 Paul Davis <ped811@gmail.com>:
Hello;
I installed Koha Harley on a new machine (latest Debian) everything nice. Backed up my old mysql from Koha 3.0, and restored on new machine. Everything looks great in the intranet, nothing in the OPAC when searching. On intranet side, I do a search and then limit to available items and nothing shows there, most likely why OPAC doesn't show. Cannot edit items either, probably because they aren't available. What am I missing?
The onloan, damaged, etc... fields all have 0 in them. I may try re-indexing my zebra. I have rebuilt zebra with rebuild_zebra.pl a few times and no joy.
I am:
Paul Davis Network Administrator StarTouch Broadband Services and helper-outer with my local private school library (was Technology Director there for 20 years)
Thank you in advance - I am hoping it is a simple fix. :-)
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Paul
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ian Walls Lead Development Specialist ByWater Solutions Phone # (888) 900-8944 http://bywatersolutions.com ian.walls@bywatersolutions.com Twitter: @sekjal
Thank you all! Amazing the response for my question. Like I said I had been out of the KOHA loop for a while and forgot what a great group all y'all are. going to try the update the zebra index. If no go then going to roll back to the latest from the Koha community site and dump harley. thanks again for all the help. Paul On Mon, Jul 26, 2010 at 5:14 PM, Ian Walls <ian.walls@bywatersolutions.com>wrote:
Paul,
I'd say that yes, doing a full Zebra reindex would be a good idea. Sounds like that may well be the culprit.
As for the database restore: normally, if you have a backup from an older version of Koha 3.0, and you restore it into an installation of a higher version of Koha 3.0, the system will automatically detect this and upgrade the database as appropriate. With Harley, I'm sure the same kind of system is in place, but what you're updating the database to be not the same as what you'd get upgrading to a newer version of Koha. While we hope to have Harley merged back into Koha soon, as of now there is no converging upgrade path (you couldn't easily go from Harley to Koha 3.2, for example).
You can grab the latest version of Koha from http://download.koha-community.org (either 3.0.6 or 3.2 beta, your choice), or from the Git repository at git:// git.koha-community.org/koha.git.
Hope this helps!
-Ian
2010/7/26 Paul Davis <ped811@gmail.com>
Thanks.
Thought I was getting the latest and greatest. I was out of the Koha loop for a while at my new job.
Does the backing up of the koha database in mysql and restoring it on the new machine sound OK or am I going to run into issues there?
I have the original backup of the database and it should be no problem installing the latest from the koha community site.
Thank you.
Paul
On Mon, Jul 26, 2010 at 3:17 PM, Reed Wade <reed@catalyst.net.nz> wrote:
You'll want to go with one of the official releases. These are found at:
http://koha-community.org/download-koha/
Harley is a code bundle made available by Liblime from a site that used to be where Koha lived.
-reed
2010/7/27 Paul Davis <ped811@gmail.com>:
Hello;
I installed Koha Harley on a new machine (latest Debian) everything nice. Backed up my old mysql from Koha 3.0, and restored on new machine. Everything looks great in the intranet, nothing in the OPAC when searching. On intranet side, I do a search and then limit to available items and nothing shows there, most likely why OPAC doesn't show. Cannot edit items either, probably because they aren't available. What am I missing?
The onloan, damaged, etc... fields all have 0 in them. I may try re-indexing my zebra. I have rebuilt zebra with rebuild_zebra.pl a few times and no joy.
I am:
Paul Davis Network Administrator StarTouch Broadband Services and helper-outer with my local private school library (was Technology Director there for 20 years)
Thank you in advance - I am hoping it is a simple fix. :-)
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Paul
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ian Walls Lead Development Specialist ByWater Solutions Phone # (888) 900-8944 http://bywatersolutions.com ian.walls@bywatersolutions.com Twitter: @sekjal
-- Paul
Op maandag 26-07-2010 om 15:46 uur [tijdzone -0700], schreef Paul Davis:
Does the backing up of the koha database in mysql and restoring it on the new machine sound OK or am I going to run into issues there?
If you go from 3.0 to 3.0.6, the updater should see that your database is out of date and upgrade it for you. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (4)
-
Ian Walls -
Paul Davis -
Reed Wade -
Robin Sheat