• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue 404 Page Not Found for Add Components page

Jaime321

New Pleskian
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