• 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!
  • 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.

Recent content by Jérémy S

  1. J

    Issue 503 error on specific page with POST method

    After three days of intense labour, I finally found out that the source of the error is PHP itself! Version 8.0.5 of the pdo_pgsql extension has a bug causing a "segmentation fault", which simply aborts everything. I was able to reproduce it on my own computer so there's no doubt now. I hope...
  2. J

    Issue 503 error on specific page with POST method

    Thank you for your time! Actually there was no duplicate execution but misleading logging configuration (two mechanisms logging stuff to the same file ). Mystery remains but I found out there could be an issue with DB/ORM... However it seems to occur in a very precise case, which happens to...
  3. J

    Issue 503 error on specific page with POST method

    I've been testing my PHP scripts on my local machine in both dev and prod modes without any error... So I guess this is not the issue here. However, my logs show the page is executed twice on every request... I guess that's where the issue relies. This does not happen on my local server... Do...
  4. J

    Issue POST 503 Error

    @Retr0 @topmintone have you found a solution to this issue? I'm experiencing the same right now.
  5. J

    Issue 503 error on specific page with POST method

    Hi everyone, I'm having errors since I suspended then re-activated my Plesk-hosted website... The error is specific to a page of my application with POST method. It is a Symfony application that has litterally been working thousands of times before, which is even more frustrating. I tried...
Back
Top