• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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