Organizr icon indicating copy to clipboard operation
Organizr copied to clipboard

Organizr failed to load after upgrade - Composer dependencies require a PHP version ">= 7.4.0".

Open jacekglebocki opened this issue 2 years ago • 11 comments

Organizr Version: 2.1.0.2
Branch: Master
WebServer: Nginx
Operating System: CentOS7 - Docker version 1.13.1, build 64e9980/1.13.1

Problem Description:

Interface not loading


Reproduction Steps:

Just


Errors on screen? If so paste here:

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0".

jacekglebocki avatar Jun 02 '22 08:06 jacekglebocki

Are you using a container? in that case what image

Roxedus avatar Jun 02 '22 09:06 Roxedus

[
    {
        "Id": "sha256:33cebd54b9ce3cad884a1cdb8805d971709ddcda08b7a9501637101b66eccc07",
        "RepoTags": [
            "docker.io/organizr/organizr:latest"
        ],
        "RepoDigests": [
            "docker.io/organizr/organizr@sha256:27ae19afad35b562724b22bd0bd1d893f61ae4fea10518ef0d6124a9241f4f44"
        ],
        "Parent": "",
        "Comment": "buildkit.dockerfile.v0",
        "Created": "2020-12-24T23:24:12.545399481Z",
        "Container": "",
        "ContainerConfig": {
            "Hostname": "",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": null,
            "Cmd": null,
            "Image": "",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": null,
            "OnBuild": null,
            "Labels": null
        },
        "DockerVersion": "",
        "Author": "",
        "Config": {
            "Hostname": "",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "443/tcp": {},
                "80/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "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=false",
                "branch=v2-master"
            ],
            "Cmd": null,
            "Healthcheck": {
                "Test": [
                    "CMD-SHELL",
                    "curl -ILfSs http://localhost:8080/nginx_status > /dev/null && curl -ILfkSs http://localhost:8080/php_status > /dev/null || exit 1"
                ]
            },
            "Image": "",
            "Volumes": {
                "/config": {}
            },
            "WorkingDir": "",
            "Entrypoint": [
                "/init"
            ],
            "OnBuild": null,
            "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"
            }
        },
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 67613159,
        "VirtualSize": 67613159,
        "GraphDriver": {
            "Name": "overlay2",
            "Data": {
                "LowerDir": "/var/lib/docker/overlay2/6e6fa3360c45c87dc3a84f10d16f4de3d12c0afb5d6e4b9dc7d6bc7194b6199c/diff:/var/lib/docker/overlay2/f24fe8b2862590a897881b2c68a09365ffbda456d99fb96c851c801a3517321f/diff:/var/lib/docker/overlay2/3e5bfc86478af3fff1a0b537553ff7e112c564b4e1a61017b90b3d0effcb66e5/diff",
                "MergedDir": "/var/lib/docker/overlay2/12ce35d8e1584aec8d0999cc027c2a3434dd870ff8815e8a626e136a9aeda094/merged",
                "UpperDir": "/var/lib/docker/overlay2/12ce35d8e1584aec8d0999cc027c2a3434dd870ff8815e8a626e136a9aeda094/diff",
                "WorkDir": "/var/lib/docker/overlay2/12ce35d8e1584aec8d0999cc027c2a3434dd870ff8815e8a626e136a9aeda094/work"
            }
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:777b2c648970480f50f5b4d0af8f9a8ea798eea43dbcf40ce4a8c7118736bdcf",
                "sha256:0a61b820f51567f9aca633d2a7dcb73c607651797351ee32df86dde317918025",
                "sha256:527db5318e162d09b5d77e6d4d7deaed48b7107f484b3bccdb0f6b24e1b8227d",
                "sha256:934fb29171293ec0050423b08aa279b7ff22d1ffd7bf20adc003ee7a9d3b53ba"
            ]
        }
    }
]

jacekglebocki avatar Jun 06 '22 17:06 jacekglebocki

run the cmd: docker pull docker.io/organizr/organizr

causefx avatar Jun 06 '22 17:06 causefx

Please bear with me as i have no internet. Once it will be back ill run the command.

jacekglebocki avatar Jun 07 '22 17:06 jacekglebocki

same
recreated and pulled latest image
organizr/organizr:arm@sha256:076e982101a2e5e8f27e8885147cae917edf7acbfd3246d05f2ee01658679387

reloxx13 avatar Jun 10 '22 10:06 reloxx13

pi4b, i was on arm tag which didnt get updated since two years.
switched to organizr/organizr:linux-arm-v7 and it worked again.

but login isnt working anymore, it shows login successfull welcome toast msg, but still shows the login page.

reloxx13 avatar Jun 10 '22 11:06 reloxx13

still unuseable.

how to reset the login now without loosing my settings?

it says plex oauth login succesfull but wont continue. no proxy in use like the other api error issue.

reloxx13 avatar Jun 14 '22 15:06 reloxx13

@causefx ???

reloxx13 avatar Jun 17 '22 19:06 reloxx13

do you have SSO services enabled? The header size may be too small....

for now try editing data/config.php and disable sso services...

causefx avatar Jun 17 '22 19:06 causefx

fixed by option 2

https://docs.linuxserver.io/faq#libseccomp

thank you again docker repo for a heavy and old unfixed bug https://github.com/moby/moby/issues/40734

container had no internet due an old bug in docker/unix package which does not get pushed to my older rasbian OS buster installation.

reloxx13 avatar Jun 17 '22 22:06 reloxx13

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] avatar Jul 03 '22 03:07 github-actions[bot]