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.
No, you found a workaround for you. And that is ok. It works for you.
But the underlying problem still needs to be fixed! And the devs are on it. THAT is good news!
User name: maybeageek
TITLE
Nextcloud gives 503 error after Plesk-PHP Upgrade to 7.3.20
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Onyx 17.8.11, Ubuntu 16.04, x86-64
PROBLEM DESCRIPTION
After Plesk installed the update to Plesk-PHP 7.3.20, Nextcloud login is not...
I just created an info.php and a reset.php.
The first shows the php infos, and the other one is supposed to reset opcache.
However, I can't access them. I immediately get the 503 again.
The reason why we tend towards the opcache is that my nextcloud instance can be logged in sometimes (seldom) but only for about a minute or two. Then it is back to the 503.
But when I can, I get this message:
Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich...
Hi,
somehow I did not get a notification that this thread had answers.
It is interesting that it is so many people having this exact problem, even over in the nextcloud forums, and only with plesk.
But it might be that it is some kind of opcache issue, at least that is what the current working...
Hi,
just in case a Plesk employer sees this thread: Not all of us get offered PHP 7.4 (Onyx Users, for example, that can't upgrade to Obsidian) and therefor a fix for PHP 7.3 is necessary.
Over in the nextcloud forum there are several people having this issue, however, only with Plesk PHP...
Thanks for the hint.
However, I can't install PHP 7.4, Plesk doesn't offer it to me. And I can't upgrade to Obsidian as my hoster won't give me a new license.
So there must be a fix.
Over at the nextcloud forum several people have the same problem, all with Plesk and PHP 7.3.20
I dug around a little more, and it seems that nextcloud is missing opcache from PHP.
However, the settings haven't changed, the module is installed, at least that is what apt list shows me.
But somehow, nextcloud can't use opcache anymore. Anybody any ideas?
Hi all,
I am having an issue, and I am not alone.
I'm on Ubuntu 16.04, but this happens to other Distributions, too.
After Plesk 17.8.11 updated my PHP installation from 7.3.19 to 7.3.20, Nextcloud login page still shows, but a login just results in a "503 service unavailable".
This issue...
Hi,
thanks for the hint. I only could find the old bug and the remedy there did not help.
In your link the possibility to change PHP settings through the hosting settings did in fact work!
I just wonder why this would work for all my subdomains, except this one.
Anyhow, for now it works and...
Hi folks,
I can't change the PHP version for one of my sites. First off, I thought it was a reappearance of the old bug where you couldn't change the version at all. However, I can change the version just fine for most sites, so it is not.
So here's what I do: I go to my subscription, scroll...
Hi Forum,
I followed a guide to secure my webservers with the following settings:
SSLProtocol All -SSLv2 -SSLv3
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
SSLHonorCipherOrder on
SSLCompression off
For doing this I added it to the file /etc/apache2/mods-available/ssl.conf...