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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
See subject. I've had this issue a few times now.
The standard solution is to stop fail2ban, remove /var/log/fail2ban* and reinstall fail2ban.
However, today it happened again and the above solution didn't work. Even removing /etc/fail2ban before reinstalling didn't work.
I've determined that...
I had the exact same issue myself, with qmail on Plesk 12.x and CentOS 7.
Turns out /usr/local/psa/admin/sbin/mailqueuemng used the old way of starting and stopping qmail, by using the /etc/init.d/qmail script. However, this script does not exist anymore because of systemd.
So I made a backup...
It has been a while, but are you sure there aren't any domain records with a parentDomainId NOT zero?
This worked for me: SELECT * FROM `domains` WHERE parentDomainId != 0 and id in (select object_id from Subscriptions where object_type='domain')
Resolved it. The error message was exactly what it was: in the Plesk PSA database, there was a subscription record that pointed to a domain record that was actually a subdomain.
After I removed this subscription record, the WordPress Toolkit did not produce an exception again.
Running the mchk...
I recently upgraded to Plesk 12.0.18 (currently MU #10) from Plesk 11.5.
Two problems arose:
1) In WordPress Toolkit, I'm getting the exception "Not a main domain of subscription".
2) Outgoing mail control is not working correctly, I have to keep it disabled or nobody will be able to...