I'm no longer able (dunno since when..) to enable or disable apps. Even though i click the correct buttons, a sucessful done message appears, but neither the enabled apps get disabled, nor get the disabled apps enabled.
Nothing special in the logs about this. Also not in the Developer tools of the client browsers. tested with firefox/chrome
click on active column icons. nothing changes except the sucess message appear
Are you refreshing after enabling/disabling? It requires a page refresh to show up.
please let us know if what elf said helped you. thanks
no, refresh doesn't help. Cache cleaning, 3 browser brands tested
can you take a video of this happening?
sure, can i send you a onedrive link privately?
causefx at me dot com
Sent from my iPhone
On Dec 12, 2020, at 6:57 AM, mamema notifications@github.com wrote:

sure, can i send you a onedrive link privately?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
latest docker image from yesterday.... nothing change. I can still not enable or disable icons
Was this installed from swizzin?
Edit: nvm - i see this docker.
Hello ! I have the same problem here. Running on Docker, master branch, V. 2.1.120. I recorded an animated Screenshot and dropped it here in my self-hosted CryptPad.
https://notes.dunst.be/file/#/2/file/9OUGz2yV5gU5jbstnHkrE9hs/
do either of you have opcache installed?
Thank you for your rocket-fast reply. The host hasn't even PHP installed, so there is no opcache (I guess). The docker container is invoked with:
docker run -d --restart always --name=organizr -v /home/dockervolumes/organizr:/config -p 8090:80 -e fpm=true organizr/organizr
lemme test on the container further.
Can you also check the permission of database?
Check - there you go :)

I have also no opcache installed
Here's my compose file
version: "3"
services:
organizr:
container_name: organizr
cpu_shares: 50
entrypoint:
- /init
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- S6_REL=2.1.0.2
- S6_ARCH=amd64
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
- TZ=Etc/UTC
- 'PS1=$(whoami)@$(hostname):$(pwd)$ '
- HOME=/root
- TERM=xterm
- fpm=true
- branch=v2-master
- PUID=1024
- PGID=100
hostname: organizr
image: organizr/organizr:latest
ipc: shareable
labels:
base.maintainer: christronyxyocum,Roxedus
base.s6.arch: amd64
base.s6.rel: 2.1.0.2
maintainer: christronyxyocum,Roxedus
org.label-schema.description: 'Baseimage for Organizr'
org.label-schema.name: organizr/base
org.label-schema.schema-version: 1.0
org.label-schema.url: https://organizr.app/
org.label-schema.vcs-url: https://github.com/organizr/docker-base
org.opencontainers.image.created: 2020-12-24_23
org.opencontainers.image.source: https://github.com/Organizr/docker-organizr/tree/master
org.opencontainers.image.title: organizr/base
org.opencontainers.image.url: https://github.com/Organizr/docker-organizr/blob/master/README.md
logging:
driver: db
options: {}
mac_address: 02:42:ac:11:00:13
networks:
bridge:
aliases:
ports:
- 0.0.0.0:3000:80/tcp
stdin_open: true
tty: true
volumes:
- /volume1/docker/organizr/config:/config:rw
networks:
bridge:
external: true
My permissions are as you can see like the coresponding user on the host. this user has rw rights (PGID,PUID)

So it allows you to add tabs - just not update them?
partly it's just not possible to enable/disable. Other changes are possible.
Perhaps important: Clicking on Enable/Disable sets the entry as homepage default entry instead of enable/disable
what the hell? can you setup another instance of organizr and give me access?
Same like @mamema here ! Will (hopefully) set up an instance for you in the next hour. Thank you for your efforts !
you've got mail @causefx
I think I have a clue - I could reproduce the error in the test instance with the plex-theme. When I switch back to organizr-theme all runs smooth. Will test it now in my prod-instance.
@causefx you've got mail
@mamema are you using the plex theme too ?
I can confirm - the issue is caused by the theme. See attached screenshot gif of my prod-instance.

Thanks guys, you all were correct, it was the Plex theme...
For a temp fix: goto Settings > Appearance > Theme Css and paste this:
input[type="radio"] {
min-width: 20px !important;
}
Most helpful comment
Thanks guys, you all were correct, it was the Plex theme...
For a temp fix: goto Settings > Appearance > Theme Css and paste this: