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.
I an having php version 7.4.33 on the server. when i update the verion to 8.0.30, and tries to open the website it gives the error 500 "This page isn’t working".
help me to resolve the problem.
PHP 8 removed many outdated commands. It may require reworking some of your PHP code. This is not really a technical issue, but simply a change in the language. Please check your error_log file (or the "Logs" link on "Websites & Domains"). The log file will show the exact error message what PHP doesn't like about the code.
It is possible that log reporting (error_reporting) is turned off. Maybe in the PHP configuration, but it could also be done in the script(s). Have you considered to contact the vendor of your script for an update that works with PHP 8.x?