Broken /phpMyAdmin /webmail

Discussion in 'Installation/Configuration' started by lano, Dec 12, 2022.

  1. lano

    lano Member

    I somehow managed to broke something and now “somedomain/webmail”, “somedomain/phpmyadmin” is not working anymore.
    What I did was installing additional PHP versions (8.0, 8.1 and 8.2) and I believe I broke something when I tried to change default PHP version with
    Code:
    a2dismod php7.4
    a2enmod php8.2
    That somehow didn’t worked, as php -v still shows
    Code:
    PHP 7.4.33 (cli) (built: Nov  8 2022 11:35:02) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
    Any idea how to fix/revert back, so that links would work again?
    System is Debian 10 (Buster), running for couple of years now without any issue

    Thanks, David
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    As written hundreds of times here in the forums, never change default version of the OS. The default PHP version changes only when you upgrade to a new OS version that ships with a newer default version. Install older and newer PHP versions as additional PHP versions only. To fix your issue, change back default version to PHP 7.4.
     
  3. lano

    lano Member

    Thanks Till. Changed back (actually it was 7.3) and now it is working again.
    David
     

Share This Page