This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
How to enable plugin. I try adjust in koha-conf.xml not working. #7
Comments
Have you tried flushing the memcached cache (if you use one) and restarting the intranet container ? |
I restart the memcached and intranet container but still cannot. When I
type UseKohaplugins in Global System Preferences no menu UseKohaplugins
appear
…On Fri, 10 Mar 2023, 15:18 Julian Maurice, ***@***.***> wrote:
Have you tried flushing the memcached cache (if you use one) and
restarting the intranet container ?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEF2GAPBROBNQYGEPBTNB4DW3LIURANCNFSM6AAAAAAVV2ACXY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is docker compose file
version: '3.8'
services:
koha-intranet:
image: julianmaurice/koha:latest
ports:
- "3000:3000"
environment:
- MYSQL_HOST=db
- MYSQL_PORT=3306
- MYSQL_DATABASE=koha
- MYSQL_USER=koha
- MYSQL_PASSWORD=koha
- MEMCACHED_SERVER=memcached:11211
- MEMCACHED_NAMESPACE=KOHA
- ELASTICSEARCH_SERVER=elasticsearch:9200
- ELASTICSEARCH_INDEX_NAME=koha
koha-opac:
image: julianmaurice/koha:latest
command: "bin/opac prefork"
ports:
- "3002:3000"
environment:
- MYSQL_HOST=db
- MYSQL_PORT=3306
- MYSQL_DATABASE=koha
- MYSQL_USER=koha
- MYSQL_PASSWORD=koha
- MEMCACHED_SERVER=memcached:11211
- MEMCACHED_NAMESPACE=KOHA
- ELASTICSEARCH_SERVER=elasticsearch:9200
- ELASTICSEARCH_INDEX_NAME=koha
db:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=koha
- MYSQL_USER=koha
- MYSQL_PASSWORD=koha
elasticsearch:
image: koha/elasticsearch-icu:6.x
environment:
- discovery.type=single-node
memcached:
image: memcached
…On Fri, 10 Mar 2023, 15:31 mohamad zahili ramly, ***@***.***> wrote:
I restart the memcached and intranet container but still cannot. When I
type UseKohaplugins in Global System Preferences no menu UseKohaplugins
appear
On Fri, 10 Mar 2023, 15:18 Julian Maurice, ***@***.***>
wrote:
> Have you tried flushing the memcached cache (if you use one) and
> restarting the intranet container ?
>
> —
> Reply to this email directly, view it on GitHub
> <#7 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AEF2GAPBROBNQYGEPBTNB4DW3LIURANCNFSM6AAAAAAVV2ACXY>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hai julian, I have problem to enable plugin. I adjust koha-conf.xml. But the menu not appear. Can u help me
The text was updated successfully, but these errors were encountered: