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.
For info :
OS Ubuntu 14.04.6 LTS
Product Plesk Onyx
Version 17.8.11 Update #53, last updated on April 19, 2022 02:23 AM
The system is up-to-date. Checked on April 19, 2022 06:26 AM.
And the Extensions Catalog is always in Internal server error mode :
Just to add, on the Plesk, once connected :
Failed to update Plesk. To solve this problem, you can send the update log to Plesk support. View the update logs (April 19, 2022). Copy the logs to your computer before you close this message. To close this message, click here.
Same :
W: Failed...
Hi, same problem for me.
Extension Catalog Page > Internal Error Retry...
My Extensions page works, but : Git & Docker are disabled and Internal error if I try to open them.
---
CURL :
~$ curl https://ext.plesk.com
curl: (60) SSL certificate problem: certificate has expired
More details...
Worked with this :
https://support.plesk.com/hc/en-us/articles/360025941134-Unable-to-rename-a-system-user-from-a-Plesk-domain-usr-sbin-usermod-execution-failed-usermod-user-is-currently-used-by-process
As a workaround:
1. Login to Plesk
2. Suspend the subscription under Domains > example.com...
Just to add that restoration not worked, I'll search solution :
Restoration Task Feb 20, 2022 06:29 PM Details
Warning:
The PHP handler 7.3 FPM application served by Apache (id=plesk-php73-fpm) is not available. Instead, Plesk will use 8.0.15 FPM application served by Apache (id=plesk-php80-fpm)...
It works, thanks a lot, have same issue, send via FTP to root, edit options on the Tools & Settings to enable local FTP... and in the domain name for FTP settings, had to rename the file as asked YYMMDD...
Conclusion - Too many problems with :
Create plesk folder in /data :
cd /data
mkdir plesk
MOVE :
mv /var/www /data/plesk/www
Create a symbolic link :
ln -s /data/plesk/www /var/www
And QMAIL + PSA Dumps to /data instead /var
So I decided to stop this way, don't use the codes above, they...
Advice to other users...
You can move a lot of folders (vhosts, qmail)...
But don't try to MOVE the /var/lib/mysql to another location/partition... plesk will not found the "psa" database...
If it can help someone... a lot of problems after.
---
It would be nice to add a feature in Plesk to...
Just to add, I'v just tested in root mode (if you're not root, type sudo su on Ubuntu or su - in Debian... and fill the Admin pwd) :
Create plesk folder in /data :
cd /data
mkdir plesk
MOVE :
mv /var/www /data/plesk/www
Create a symbolic link :
ln -s /data/plesk/www /var/www
No more errors...
I'm thinking maybe to antoher solution, to move all folders with big data and create Sybolic links, like this :
MOVE :
mv /var/www/vhosts /data/plesk/www/vhosts
Create a symbolic link :
ln -s /data/plesk/www/vhosts /var/www/vhosts
or maybe better, the whole /var/www (not only vhosts), like...
Hi Peter,
Thanks for your reply.
I've just checked before to see what's the actual mode :
# sestatus | grep "Mode from config file"
-su: sestatus: command not found
When I try :
vi /etc/selinux/config
I got an empty file :
---
So I tried to add the line :
SELINUX=permissive
Restarted...
I created a new and more documented post for this issue :
https://talk.plesk.com/threads/plesk-var-www-vhosts-to-data-www-vhosts-permissions-error.358552/
So if you can answer on it, thanks, sorry.
Cerdan
To add the next info, I tested the solution from this post :
Resolved - There are incorrect permissions on some items: /var/www/vhosts ...
Solution : Currently, the only possible workaround is to remove or rename `/bin/rpm`.
I searched and didn't found the /bin/rpm folder (Debian)... so it's...
Hi, I start a new thread based on a bug/issue with Transvhosts.pl
The problem appears on Linux Debian 9.13 and Plesk Obsidian Version 18.0.30 Update #2
It's a brand new server, and I reinstalled it already 3 times last 3 days for testing a lot of solutions to the case... without results :(
I...