Bug 22606 - Memcached Issues after Upgrade
Summary: Memcached Issues after Upgrade
Status: RESOLVED DUPLICATE of bug 22217
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 18.11
Hardware: PC Linux
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-29 07:50 UTC by Mehmet Faruk Akgül
Modified: 2020-06-08 12:18 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mehmet Faruk Akgül 2019-03-29 07:50:46 UTC
After either upgrading to or directly installing Koha ver. 18.xx

anytime I try to install a language pack, I get the following error: 

Connection to the memcached servers '_MEMCACHED_SERVERS_' failed. Are the unix socket permissions set properly? Is the host reachable?
If you ignore this warning, you will face performance issues.

Use of uninitialized value $pref_name in concatenation (.) or string at /usr/share/koha/misc/translator/LangInstaller.pm line 197.
Use of uninitialized value $pref_name in concatenation (.) or string at /usr/share/koha/misc/translator/LangInstaller.pm line 239.

On my /etc/apache2/sites-enabled/koha.conf I have set the following lines to opac and intranet, and on the about page it says memcached is running

SetEnv MEMCACHED_SERVERS "127.0.0.1:11211"
SetEnv MEMCACHED_NAMESPACE "koha"

SetEnv MEMCACHED_SERVERS "127.0.0.1:11211"
SetEnv MEMCACHED_NAMESPACE "koha-yonetim"


I also can not use most of management module and opac module after the upgrade, like borrowing. Below is one such issue.

Template process failed: undef error - DBIx::Class::Storage::DBI::_dbh_execute(): Table 'koha_koha.club_enrollments' doesn't exist at /usr/share/koha/lib/Koha/Objects.pm line 269

I had none of these issues in the previous versions.
Comment 1 Guillaume 2019-05-12 19:00:33 UTC
Same problem on Fresh Install
on Debian 9.9

whith version koha 18.11 

Koha version: 	18.11.05.000
OS version ('uname -a'): 	Linux kohaDebian9 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64
Memcached: 	Servers: 127.0.0.1:11211 | Namespace: koha_kohadebian9 | Status: running. | Config read from: koha-conf.xml
Comment 2 Jonathan Druart 2020-06-08 12:18:18 UTC

*** This bug has been marked as a duplicate of bug 22217 ***