Issue with roundcube

hello everyone I try to install roundcube but I have this error :

I installed the PHP and here the php -v :

PHP 7.4.3-4ubuntu2.19 (cli) (built: Jun 27 2023 15:49:59) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3-4ubuntu2.19, Copyright (c), by Zend Technologies

What I should do please

You should go to PHP Options page and make sure that PHP is enabled for this particular virtual server (domain).

hi thank you for quick response I should select the second one ?

It doesn’t look right. You said you have made a clean install? You should have PHP-FPM mode available.

Which OS and version have you installed Virtualmin on?

1 Like

You continue to not have a functional Virtualmin system.

Stop wasting your time and ours with an installation that’s a mess. You didn’t follow instructions for installing Virtualmin, so you don’t have a complete installation. I don’t know what you did wrong, but none of this happens on a complete installation you’d get by following our installation instructions.

https://www.virtualmin.com/download/

1 Like

is two steps men and I follow it , wget https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh and sudo sh virtualmin-install.sh .

and here the screenshot is working

and here the full version im using :

root@sultryonline:~# cat /etc/os-release
NAME=“Ubuntu”
VERSION=“20.04.6 LTS (Focal Fossa)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu 20.04.6 LTS”
VERSION_ID=“20.04”
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

It’s obviously not working. You don’t have PHP-FPM execution mode available. Did you do the Configuration Check? That comes after the setup wizard.

We need to see the output of that, I guess. Something is quite wrong with your system.

Go to System Settings->Re-check Configuration and show us what it prints out.

here is it

That’s not a complete installation. You’re missing tons of stuff.

There must have been errors when you installed. You need to start with a fresh OS installation, run the install script, and make sure it completes without error. The installation will show you what steps it has completed as it goes; it shows each of the stages and how they’re progressing. All the steps need to complete. If they don’t, whatever is going wrong needs to be solved.

I have follow thic cmd :

sudo apt-get install php-fpm
sudo a2enmod proxy_fcgi setenvif
sudo a2enconf php7.4-fpm
sudo systemctl restart apache2

and maybe now is working right ?

Maybe. You’re missing other stuff, too, but I guess if you just want to make a website work, go for it. (But, I’d guess you’ve got broken mail, too, because mail configuration happens towards the end, and obviously installation didn’t complete.)

Yes I fixed men , is not need to start instalation from scratch


no for installation is done correctly

every think here is correct ?

because when I try to send email from webmail I got this error
Screenshot 2024-01-01 205838

As I said, “But, I’d guess you’ve got broken mail, too, because mail configuration happens towards the end, and obviously installation didn’t complete.”

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.