[horde] Horde Container white screen
redhat
redhat at techspace.nl
Mon Dec 15 18:52:14 UTC 2025
thank you for you answer.
It runs in a docker container with apache and php7.2.
some how i stil have problems to get Horde6 to run with ldap.
i tried some days ago on a new fmware system and it now complains thad
the class ldap module is not found.
Basic install yust the framework.
tried composer require horde/ldap^3 but does not met minimum-stability.
The wiki is down so i cant get more installation info.
greetings jasper
Op 15-12-2025 om 18:19 schreef Ralf Lang:
> Horde 5 won't run on PHP 8. You need horde 6.
>
> redhat <redhat at techspace.nl <mailto:redhat at techspace.nl>> schrieb am
> Mo., 15. Dez. 2025, 18:04:
>
> I tried to install a old docker container with horde5.
>
> cheewai/horde-docker
> <https://registry.hub.docker.com/r/cheewai/horde-docker
> <https://registry.hub.docker.com/r/cheewai/horde-docker>>
>
> my composer file:
> version: '3.0'
> services:
> horde:
> image: cheewai/horde-docker
> container_name: ts_horde
> restart: unless-stopped
>
> ports:
> - "8081:80"
>
> volumes:
> - /etc/docker/horde/data:/etc/horde
> - /var/run/mysqld/mysqld.sock:/var/run/mysqld/mysqld.sock:ro
> environment:
> - TZ=Europe/Amsterdam
> HORDE_TEST_DISABLE: "true"
>
> HTTP_X_FORWARDED_FOR: "172.21.0.41"
> HTTP_X_FORWARDED_PROTO: "https"
>
> DB_HOST: "172.22.0.1"
> DB_PORT: "3306"
> DB_NAME: "horde"
> DB_USER: "horde"
> DB_PASS: "horde"
> DB_PROTOCOL: "SOCKET"
> DB_DRIVER: "mysqli"
>
> security_opt:
> - apparmor:unconfined
>
>
> the problem i get if i connect to the container wit 8081
> i get i white screen with letters no gui the db connection works
> an the db is made.
> Hope some one has experience with this to solve th eproblem
>
> greetings Jasper
>
>
--
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door DarkEagle scanners en lijkt schoon te zijn.
More information about the horde
mailing list