I just updated our egw VM using apt. We are on the egroupware/egroupware:23.1 branch. The apt upgrade appears to have pulled in 23.1.20240930-2. After the upgrade, access to the web UI nets this long message in the browser:
Failed opening required ‘/usr/share/egroupware/vendor/egroupware/adodb-php/adodb-time.inc.php’ (include_path=’/usr/share/egroupware/vendor/pear/xml_util:/usr/share/egroupware/vendor/pear/structures_graph:/usr/share/egroupware/vendor/pear/console_getopt:/usr/share/egroupware/vendor/pear/archive_tar:/usr/share/egroupware/vendor/pear/pear_exception:/usr/share/egroupware/vendor/pear/auth_sasl:/usr/share/egroupware/vendor/pear/log:/usr/share/egroupware/vendor/pear/xml_feed_parser:/usr/share/egroupware/vendor/pear/pear:.:/usr/share/php’) (0)
I tried ‘apt install egroupware-docker --reinstall’, then a reboot. Same result.
I ran these commands, which I think ultimately did the same thing, and also made no difference.
cd /etc/egroupware-docker
docker-compose pull
docker-compose up -d
To get our calendars working I changed docker to the previous released version 23.1.20240905 by changing this line in /etc/egroupware-docker/docker-compose.override.yml:
image: egroupware/egroupware:23.1
to:
image: egroupware/egroupware:23.1.20240905
After the docker-compose pull and up commands, the system operated normally.
I’m happy to answer any questions. If you need information from me, please assume I know nothing about docker when you pose your request.
Thanks,
Steve