Hi guys, I have an installation problem in * Debian GNU/Linux 10* vps. So, I have followed the instructions in https://wiki.koha-community.org/wiki/Koha_on_Debian. After entering *$ sudo apt-get install koha-common*, there are a lot of errors about BDB::mysql, mostly about XXXXX table doesnt found. Here is a clip of the error: Upgrading database schema for testlibrary DBD::mysql::db do failed: Table 'koha_testlibrary.systempreferences' doesn't exist [for Statement " SELECT * FROM systempreferences WHERE 1 = 0 "] at /usr/share/koha/lib/Koha/Database.pm line 114. What can I do to eliminate the error and install and configure Koha in my vps? Thanks for your attention -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
As per the Koha wiki Debian 10 support is a work-in-progress. Debian 9 is the recommended supported version. Hope this helps Indranil Das Gupta L2C2 Technologies On Sat 14 Mar, 2020, 8:58 AM seatry1999, <yycyyc15138@gmail.com> wrote:
Hi guys, I have an installation problem in * Debian GNU/Linux 10* vps. So, I have followed the instructions in https://wiki.koha-community.org/wiki/Koha_on_Debian. After entering *$ sudo apt-get install koha-common*, there are a lot of errors about BDB::mysql, mostly about XXXXX table doesnt found.
Here is a clip of the error:
Upgrading database schema for testlibrary DBD::mysql::db do failed: Table 'koha_testlibrary.systempreferences' doesn't exist [for Statement " SELECT * FROM systempreferences WHERE 1 = 0 "] at /usr/share/koha/lib/Koha/Database.pm line 114.
What can I do to eliminate the error and install and configure Koha in my vps? Thanks for your attention
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Last week there was a similar problem but with debian 9. Short solution found: Increase apache timeout. You can take a look at that thead. Regards Alvaro |----------------------------------------------------------------------------------------| *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le ven. 13 mars 2020 à 23:15, Indranil Das Gupta <indradg@gmail.com> a écrit :
As per the Koha wiki Debian 10 support is a work-in-progress. Debian 9 is the recommended supported version.
Hope this helps Indranil Das Gupta L2C2 Technologies
On Sat 14 Mar, 2020, 8:58 AM seatry1999, <yycyyc15138@gmail.com> wrote:
Hi guys, I have an installation problem in * Debian GNU/Linux 10* vps. So, I have followed the instructions in https://wiki.koha-community.org/wiki/Koha_on_Debian. After entering *$ sudo apt-get install koha-common*, there are a lot of errors about BDB::mysql, mostly about XXXXX table doesnt found.
Here is a clip of the error:
Upgrading database schema for testlibrary DBD::mysql::db do failed: Table 'koha_testlibrary.systempreferences' doesn't exist [for Statement " SELECT * FROM systempreferences WHERE 1 = 0 "] at /usr/share/koha/lib/Koha/Database.pm line 114.
What can I do to eliminate the error and install and configure Koha in my vps? Thanks for your attention
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks all, I have installed Koha through docker. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
participants (3)
-
Alvaro Cornejo -
Indranil Das Gupta -
seatry1999