Can't add items on Koha 3.18.03 built from .tar
When I try to add an item on Koha 3.18.03 built from the .tar file, I get a "Can't call "fields" on undefined value at ... additem.pl line 683. It works on Debian based systems installed as a package. See bug 13711 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13711 I can't use Debian because it fails the vulnerability checks and the Ubuntu based systems kept locking up hard. I really would like to know the difference between the Debian/Ubuntu packages and building it from a .tar file. -- Bob Ewart Stonewall National Museum & Archives http://stonewall.dnsalias.org
Koha's Perl scripts and libraries are exactly the same. The only difference could be environmental: Perl version, dependencies versions. Have you ran ./koha_perl_deps.pl -m -y -c ? What distro/release are yo using? El sáb., 14 de febrero de 2015 12:52, Bob Ewart <bob-ewart@bobsown.com> escribió:
When I try to add an item on Koha 3.18.03 built from the .tar file, I get a "Can't call "fields" on undefined value at ... additem.pl line 683.
It works on Debian based systems installed as a package.
See bug 13711 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id= 13711
I can't use Debian because it fails the vulnerability checks and the Ubuntu based systems kept locking up hard.
I really would like to know the difference between the Debian/Ubuntu packages and building it from a .tar file.
-- Bob Ewart Stonewall National Museum & Archives http://stonewall.dnsalias.org
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hello Bob, Have a look at bug 13523, same issue as yours. Regards, Jonathan 2015-02-14 16:49 GMT+01:00 Bob Ewart <bob-ewart@bobsown.com>:
When I try to add an item on Koha 3.18.03 built from the .tar file, I get a "Can't call "fields" on undefined value at ... additem.pl line 683.
It works on Debian based systems installed as a package.
See bug 13711 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13711
I can't use Debian because it fails the vulnerability checks and the Ubuntu based systems kept locking up hard.
I really would like to know the difference between the Debian/Ubuntu packages and building it from a .tar file.
-- Bob Ewart Stonewall National Museum & Archives http://stonewall.dnsalias.org
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi, The difference between installing from packages and from tar is basically that the process of installing from package checks for dependencies, it puts things in specific directories, and runs any after-the-fact scripts to make changes to things. But packages only work on systems that are the cookie-cutter systems. When you install via tarball, you personally are responsible for everything. If you make a typo, or if the system you are installing onto is not capable of running it, you are the one who needs to figure it out. It is possible to unpack the tarball onto something that has all the wrong versions of perl, that does not have zebra installed, or something like that. At the same time, you may get a newer version of the software if you are installing from git or the tarball. Packages are not always kept up-to-date. - Tim Young On 2/14/2015 9:49 AM, Bob Ewart wrote:
When I try to add an item on Koha 3.18.03 built from the .tar file, I get a "Can't call "fields" on undefined value at ... additem.pl line 683.
It works on Debian based systems installed as a package.
See bug 13711 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13711
I can't use Debian because it fails the vulnerability checks and the Ubuntu based systems kept locking up hard.
I really would like to know the difference between the Debian/Ubuntu packages and building it from a .tar file.
participants (5)
-
Bob Ewart -
Jonathan Druart -
Robin Sheat -
Tim Young -
Tomas Cohen Arazi