Issue 404 Page Not Found for Add Components page

U

User 276744

Guest
Server operating system version
CentOS Linux 7.9.2009
Plesk version and microupdate number
Plesk Obsidian version 18.0.49 update 2
Hi. I have Plesk Obsidian version 18.0.49 update 2 installed in my CentOS Linux 7.9.2009 server. I need to update my PHP version, as the ones I have installed on it are now obsolete. The problem is that I can't do it using the Plesk's Add Components page. When I click on the “Add or Remove Components” link which is located at the Plesk's start page, it opens a new tab with the following URL: but it shows a 404 Error page.

Maybe the reason is that the URL is missing the secret parameter? That's the URL I obtain, nothing else.

Could you help me to solve this issue? I don't know the reason, and I need to install PHP 8.1 in my server.

plesk_error.png

Any help is welcomed! Thank you in advance.
 
This could be a network issue with port 8447 redirecting to another resource. Do you have SSH access to the server? In that case you could install PHP 8.1 by running

# plesk installer add --components php8.1
 
Back
Top