• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by wakabayashi-sec

  1. W

    PHP Warning in maintenance.php

    Yes, I know WordPress itself switches the site to maintenance mode while updating, but is "wp-content/maintenace.php" used at that time? I can't find any file updated around the time of errors. "wp-content/maintenace.php" is generated by not WordPress itself but WordPress Toolkit, isn't it? So...
  2. W

    PHP Warning in maintenance.php

    Thank you for your replies. I'm not sure what header() function does, so I looked up. My understanding is: 1. The site is switched to the maintenance mode automatically by WordPress Toolkit for some reason. 2. Someone visited the site during the maintenance mode. 3. HTML response header is sent...
  3. W

    PHP Warning in maintenance.php

    I often see following warnings in error log files: PHP Warning: Cannot modify header information - headers already sent in (pathname)/wp-content/maintenance.php on line 16 PHP Warning: Cannot modify header information - headers already sent in (pathname)/wp-content/maintenance.php on line 17...
Back
Top