Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
When replying to HTML based e-mails, I found that 'Save as draft' and 'Send' both show an error in the Roundcube front-end, saying "Connection Error (Failed to reach the server)".
After checking the browser console, I noticed that the XHR request for saving as draft or sending returned a 403...
The MariaDB binary was not upgraded through the GUI.
Nevertheless, your suggestion does seem to solve the issue. Thanks!
I have made the SELinux context update permanent (instead of temporary with chcon), using:
semanage fcontext -a -t mysqld_exec_t /usr/sbin/mariadbd
restorecon -v...
The issue seems to be related to using a socket connection, because changing the following line fixes the issue in /usr/share/psa-roundcube/config/config.inc.php (real password redacted):
$config['db_dsnw'] = 'mysql://roundcube:PASSWORD@localhost/roundcubemail';
Changing it as follows...
I found that after having updated to Plesk Obsidian 18.0.67 (and now to the latest 67 Update 2 as well), Roundcube webmail is showing:
When looking at the Roundcube logs, I noticed:
tail -n1 -f /var/log/plesk-roundcube/errors
[18-Feb-2025 08:51:42 +0000]: <ed2i91dg> DB Error: SQLSTATE[HY000]...
@AYamshanov , thanks for the quick reply.
After some more additional testing I have found the issue with not seeing the Archive button: during migration the Roundcube settings per mail user were not migrated (expected behavior), causing to have to manually reconfigure an Archive folder in the...
Hi Igor,
All you have done on the forum is much appreciated, many thanks for helping me and other members to a quick solution wherever possible.
All the best in your future endeavors as they say, hoping the decision was based on steering towards brighter prospects!
Quick update:
I have searched the Plesk release notes for PPPM-13914 but couldn't find any occurrences. Nevertheless, I haven't encountered the PHP warning since starting this thread. So I guess something must have been fixed.
When I perform the query with file check @Strangelove suggested, I...
Dear Plesk team,
On Jan 29th, I noticed the following cron error:
PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-24): No such file or directory in /usr/local/psa/libexec/modules/watchdog/cp/clean-reports on line 11
Today, I received a similar cron error:
PHP...
Hi @IgorG,
Why is Roundcube 1.5 not available for CentOS 7 with MariaDB 10.3 (or higher)?
Roundcube 1.5 should be able to support MariaDB 10.3, right?
Thanks!
@IgorG , I found the following:
# grep '<version>' /usr/local/psa/admin/plib/modules/catalog/meta.xml
<version>1.16.1</version>
Unfortunately the issue is still present and it has been almost a year now since the above bug report.
Quick access for extensions has been available before, so...