I have a koha system 3.16.4 running on ubuntu. I am trying to setup "fine" function. When bin/cronjobs/fines.pl executed, I got the following error. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::st execute failed: Table 'kohadata.issues' doesn't exist at /usr/share/koha/lib/C4/Overdues.pm line 140. Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm line 2064. Does it mean something wrong with my database? Thanks, Justin
How did you install Koha? And what user are you running Koha with? It sounds like you have set some environmental variables that point to the wrong db. El jue., 8 de enero de 2015 0:03, justin <ccfang@gmail.com> escribió:
I have a koha system 3.16.4 running on ubuntu. I am trying to setup "fine" function. When bin/cronjobs/fines.pl executed, I got the following error.
DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::db selectrow_array failed: Table 'kohadata.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 563. DBD::mysql::st execute failed: Table 'kohadata.issues' doesn't exist at /usr/share/koha/lib/C4/Overdues.pm line 140. Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm line 2064.
Does it mean something wrong with my database?
Thanks, Justin
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Tomas Cohen Arazi <tomascohen@...> writes:
How did you install Koha? And what user are you running Koha with?
sounds like you have set some environmental variables that point to
It the
wrong db.
Thanks for you hints. The issue is caused by incorrect setting in koha- conf.xml. It's solved.
participants (2)
-
justin -
Tomas Cohen Arazi