https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32677
--- Comment #14 from Victor Zuniga <[email protected]> --- (In reply to Jonathan Druart from comment #13) > koha-translate has a 'print_installed' routine that is used by the script to > know if the language is already installed (and block you with the error you > get). > > It is doing > > print_installed() > { > ( ls -1 $KOHA_HOME/$OPAC_TMPL/bootstrap/ ; \ > ls -1 $KOHA_HOME/$OPAC_TMPL/prog/ 2> /dev/null ) | \ > sort | uniq | \ > grep -v -e images -e itemtypeimg -x -e en -e css -e js -e less -e > lib > } > > Can you list the 2 directory and confirm that you have es-ES in there? > Then call remove and ls again. What's left? Hi Jonathan, Here's the output I'm getting: vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ ls es-ES vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ cd es-ES/ vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog/es-ES$ ls vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog/es-ES$ cd .. vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ rm -rf es-ES/ vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ ls vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ Somehow the only thing left inside the prog folder was an empty es-ES folder. Per your suggestion, I removed and tried to install the Spanish package again. Here is the output I am getting: vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ sudo koha-translate --install es-ES [sudo] password for vzuniga: /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. 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 vzuniga@SJDS:/usr/share/koha/opac/htdocs/opac-tmpl/prog$ Victor -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
