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.
NVM, found this:
https://support.plesk.com/hc/en-us/articles/360012689173-Unable-to-change-service-plan-for-a-subscription-in-Plesk-Invalid-parameter-number-no-parameters-were-bound
Um, what could be causing this? I simply tried to change the plan of a subscription..
Error: DB query failed: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to...
Yes - by no longer using the GUI to make those changes, and making backups of the changes you make, so that if, in the future some plesk repair task or upgrade task overwrites your config, you can copy it back from your backup..
I know it's not ideal, but oh well. Btw, the -d aemonize option...
I found out that having:
--virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin
will create lots of bayes_??? files if bayes is enabled- -- and getting to be huge in size -- in every mailbox..
Perhaps it's best to avoid per-user spamassassin directories altogether?
-t
The server seems to be mainly servicing https bots while its running, and it annoyed me.
So I wrote some nginx code to stop it (inserted via the PLESK interface into the nginx configurations box):
if ($http_user_agent ~...
I have a script in the Resources section for this.
Furthermore, ENSURE that if the product that the customer has is a RESELLER product, that in PLESK too, the same customer is a RESELLER.
Otherwise you get the dreaded 'email not found' error EVEN if the external_ids match.
In the mariadb logs I see:
2022-01-31 13:24:23 864899 [Warning] Access denied for user ''@'localhost' (using password: NO)
2022-01-31 13:24:23 864901 [Warning] Access denied for user ''@'localhost' (using password: NO)
2022-01-31 13:24:23 864902 [Warning] Access denied for user ''@'localhost'...
Many thanks Igor, it was probably my fault.. As I mentioned, some braindead script wiped the /etc directory, so I had to copy stuff from the old server, and then I overwrote most by going thru my backups. So, I probably have that glitch remaining. I will look into it today and if I fail, I'll...
Probably no big deal, but I thought I'd ask: Plesk started showing "OS: CentOS 8" instead of AlmaLinux following a major wipe (/etc was wiped, got restored, etc).
Is there a way to edit the CentOS blurb to read Alma instead?
Thanks!
-turgut
Those suffering from PLESK's incremental backups should see about writing a script using TAR's incremental backups.
Mine has saved my fanny many times!
Well I manually logged onto the old server, logged in as those users to roundcube, did an export and on the new server, did an import..
PITA, but it works.
You may have to open the port range 64000–64321 in the local firewall on the server. And if there are any external firewalls or NAT's, configure these to allow/route the port range too.
Probably not related but the stat writer's perms/owner should be:
# ls -l /var/run/dovecot/stats-writer
srw-rw---- 1 popuser dovecot 0 Jan 29 06:00 /var/run/dovecot/stats-writer
I have 84 domains that need to be changed from "preferred domain" www setting to just domain setting.
So I ran:
plesk bin domain --update {} -www false
but that seems to have removed the 'www.domain' from the DNS settings as well.
So, how can I accomplish the preferred domain setting via the...