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.
I opened the HTML source of the notifications page in Plesk, and retrieved the key from the source code. Using that key I can disable eg. WordPress notifications:
# plesk bin notification -u -code ext-wp-toolkit-notification-admin_vulnerability_found -send2admin false
NodeJS isn't installed:
# plesk bin extension --uninstall nodejs
The extension nodejs is not installed.
exit status 1
Installing NodeJS doesn't solve the issue either. Still Guzzle HTTP errors in panel.log.
[08-Oct-2021 10:25:09 Europe/Amsterdam] PHP Fatal error: Uncaught Error: Class...
Yeah, removing Dropbox will most likely resolve the issue. But we can't, since we have customers that depend on it.
Plesk needs to fix this ASAP. It's a pretty simple fix as well. Just add the library.
It could also be that your Apache's ServerLimit (and other related parameters) are too low. Once the ServerLimit or max. number of threads/childs has been reached, it will no longer accept new connections until others are closed.
That might explain the 'limit' of 25% CPU usage.
Yes so my assumption was correct.. You have configured two gateways, one for each interface.
You need to decide which interface you want to route traffic outside of your subnet(s) to. it can't be two
You need to remove one of the two gateways (and remove it from your routing table as well, or...
In our case it seems to be related to the presence of the "Dropbox Plugin", which obviously makes HTTP calls to Dropbox's servers. And the libraries to do that (Guzzle HTTP) seems to be missing. Furthermore it looks like basically any change done in Plesk triggers the initialization/loading of...
You need to copy/paste your interfaces file and give your actual IP addresses. This is too vague to give any proper answer.
My guess is that you have two default gateways now, and traffic is routed over the wrong one.
This is apparently also caused by
Issue - new error : PHP Fatal error: Uncaught Error: Class 'GuzzleHttp\Promise\Create' not found in
In our case it seems like doing a DNS change triggers something within 'dropbox backup' plugin, which in turns triggers the Class not found exception.
In my experience it's best to do upgrades as fast as you can do them. It makes for small incremental changes, which allows customers to keep up instead of bumping a couple major versions every decade or so. And it also learns your customers that a website needs maintenance and is not a 'upload...
Is there a place where we can see thesee reported issues?
We're seeing the same issue, breaking WP Toolkit:
[2021-10-06 14:47:40.033] 5883:615d9aec08057 DEBUG [panel] Execute: '/opt/psa/admin/bin/send-error-report'
[2021-10-06 14:47:40.039] 5883:615d9aec08057 ERR [panel] Error: Class...
Hi there,
We are seeing an issue on multiple of our Plesk machines whereby DNS zonefile changes are not propagated to bind/named.
The zonefile in /var/named/run-root/var/<domain> doesn't get updated by Plesk after the customer makes a change in their zonefile.
Running 'plesk repair dns' fixes...
Funny enough, I have the same exact issue again, on another machine, 3 years later:
Checking the consistency of the Plesk database
Inconsistency in the table 'clients' for the column pool_id: There
is no IP pool with ID 0 ........................................... [ERROR]
Creating...
We wish to configure SPF checking in Plesk using the CLI. The --help parameter shows the following information:
# /opt/psa/admin/bin/mailmng-server --update-spf --help
update SPF rules
Usage: --update-spf [--spf-behavior=spf_behavior] [--spf-rules=spf_rules] [--spf-guess=spf_guess]...
What do you mean by 'PSA Service' ? The 2-line log snippets seems to indicate your webserver is down, but you are talking about 'PSA Service'?
If you mean that your webserver is down, you should look at your Apache logs. Not your general syslog.
Also, this is weird:
Mar 22 08:20:13 server1...
They can't access all files, because PHP is ran either as FastCGI or FPM, and both execute the PHP code as the system user (FTP user). So they can't access other subscription data. I'm not the only user, this is a shared hosting platform.
open_basedir doesn't make much sense anyway. We offer...