Plesk

Roundcube in Plesk does not work: Unsupported PHP version. Required PHP >= 5.4 and < 8 – Plesk

Symptoms

Cause

fcgid_module is not enabled in Tools & Settings > Apache Web Server.

Resolution

  1. Log in to Plesk.
  2. Go to Tools & Settings > Apache Web Server and enable fcgid module.
  3. Click OK.

Click on a section to expand

If for any reason the module fails to be enabled proceed as follows:

  1. Connect to the server via SSH.

  2. Edit files etc/apache2/mods-enabled/fcgid.load and /etc/apache2/mods-available/fcgid.load:

    # cat /etc/apache2/mods-enabled/fcgid.load
    LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so

    # cat /etc/apache2/mods-available/fcgid.load
    LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so

  3. Restart Apache:

    # service apache2 restart

Exit mobile version