• 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 Moved to Plesk but now PHP $_Post won't work

Pompeiivnx

New Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.60 Update #1
Hello,

I recently moved my website from an Ionos shared hosting to an Ionos dedicated Plesk server running Ubuntu. However for some reason our website no longer wants to post data from any off the pages it use to, please see examples below:

Old website:

1714739886964.png
New website:

1714739916589.png

Does anyone have an idea what the issue could be or has anyone experienced the same issue and would now how to fix it
 
It for sure doesn't have anything to do with Plesk. This is rather a PHP settings issue or might be linked to the Nginx proxy and its caching setting, depending on the URL that is used to receive the POST (e.g. whether it is treated as a static page or dynamic page). Without more information but "it doesn't work" (the example also only shows that there seems to be an issue, but does not show how these outputs are created and where they result from) it won't be possible to determine the cause.
 
It for sure doesn't have anything to do with Plesk. This is rather a PHP settings issue or might be linked to the Nginx proxy and its caching setting, depending on the URL that is used to receive the POST (e.g. whether it is treated as a static page or dynamic page). Without more information but "it doesn't work" (the example also only shows that there seems to be an issue, but does not show how these outputs are created and where they result from) it won't be possible to determine the cause.
So I can supply the code if required but one example is:

We have a php page called 'confirm_results.php' where an admin can confirm results submitted by managers or insert results if they're incorrect or missing, this is done via a form and then posted to another page 'approve_score.php' where it is then checked and then inserted into the database and then updates the league table as well. In our original site this worked fine and would submit without any issues, however on the new server when we submit the data via the form it sends it to the 'approve_score.php' page, but then on that page it is no longer getting that data from the form, instead it is just blank
 
Back
Top