[horde] IMP - Error on attachment download
Torben Dannhauer
torben at dannhauer.info
Wed Jul 8 21:03:10 UTC 2026
Zitat von Angel Parra <angel at parranet.com>:
> Hello,
>
> I just test with the following update steps:
>
>
> # sudo -u www-data composer update -W
> # sudo -u www-data composer update -W horde/horde:6.x-dev
> # sudo -u www-data composer update -W horde/imp:7.x-dev
> # sudo -u www-data composer update -W horde/core:3.x-dev
> # wget
> https://github.com/horde/Core/archive/refs/heads/test/imp88-readonly-download-auth.zip
> # unzip imp88-readonly-download-auth.zip
> # cp -rf Core-test-imp88-readonly-download-auth/* vendor/horde/core/
> # chown www-data:www-data -R vendor/horde/core/*
>
> Problem is still there.
>
> Best regards
>
> Angel
>
>
Thanks for the fast test!
i think we need to collect more data. I prepared
https://github.com/horde/imp/tree/test/imp88-debug-logging for
collecting the data.
Please set $conf['log']['priority'] = 'DEBUG'; in your conf.php
(default is NOTICE, which would silently filter this out), then
trigger the download again. It should log a line like:
imp#88 debug: download() auth failure. getAuth=... auth_app/imp=...
sessionActive=...
Please paste that exact line back to us (from wherever your Horde log
is configured, default /tmp/horde.log). You can revert the priority
setting afterwards.
thanks!
More information about the horde
mailing list