Release Support > Pending Issues

error: The PEAR repository has been removed from Composer 2.0

<< < (2/2)

walnut1:
Thank you Alec!! Your information set me on the right path and I was able to configure Apache to use a newer version of PHP, and now my Roundcube works great!

In case anyone else gets stuck like I was I'll add in the steps I used to fix it now that you pointed me in the right direction:

to check what version of PHP is being used by Apache 2 on debian:

cd /etc/apache2/mods-enabled
ls

This showed php5 module is loaded.

So, since PHP 7.3 is installed I had to do this:

sudo a2dismod php5
sudo a2enmod php7.3
sudo systemctl restart apache2

Love my RoundCube 1.5.1  !

Navigation

[0] Message Index

[*] Previous page

Go to full version