Page 1 of 1

0.9.8-16 Web Interface bugs

Posted: Mon Jul 04, 2016 3:39 am
by malsony
Hi guys, I have a newly installed 0.9.8-16, and I met some bugs:

1. In Packages section, I want to add a new package, after click the "unlimited" icon , nothing happens;
2. I got a 404 error after clicking "open webmail", I checked and found no Roundcube installed;

Not sure if anything is wrong, I am running a CentOS 7 VPS, and fresh Vesta CP installed using the script:

Code: Select all

bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql no --postgresql no --remi yes --quota no
About one week ago, I used 0.9.8-15, and got no problem, almost same VPS and OS.

Re: 0.9.8-16 Web Interface bugs

Posted: Tue Jul 05, 2016 6:42 am
by tjebbeke
Roundcube needs mysql, and you have disabled mysql in your install command.

Re: 0.9.8-16 Web Interface bugs

Posted: Tue Jul 05, 2016 7:50 am
by malsony
tjebbeke wrote:Roundcube needs mysql, and you have disabled mysql in your install command.
Thanks for your tips! Actually I found out this problem earlier today.

Because my preference is Mariadb, and went to tracked the codes and learned that the script will install Mariadb if the OS is CentOS 7 && the MySQL is chosen...

Because my preconception is that MySQL and Mariadb are two different things, so I said no...