[ZendTo] New install browser downloads file instead of showingZendto page

Adam Thorn alt36 at cam.ac.uk
Thu Aug 15 18:22:04 BST 2024


On 14/08/2024 07:56, Jose M. Sanchez wrote:
> Thank you for responding. Here is some additional information.
> 
> I am running Debian 12 bookworm.
> ....
> Package php8.2-json is a virtual package provided by:
> 
>    php8.2-phpdbg 8.2.20-1~deb12u1
> 
>    php8.2-fpm 8.2.20-1~deb12u1
> 
>    php8.2-cli 8.2.20-1~deb12u1
> 
>    php8.2-cgi 8.2.20-1~deb12u1
> 
>    libphp8.2-embed 8.2.20-1~deb12u1
> 
>    libapache2-mod-php8.2 8.2.20-1~deb12u1

That looks to me like you you have ended up without the apache php 
module, which would definitely explain the behaviour you're seeing.

Try: apt-get install libapach2-mode-php8.2

Having looked at that package in bookworm, installing it should 
automatically enable the apache module, but you might still need to 
restart apache after installing it.

Adam



More information about the ZendTo mailing list