• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Recent content by HellCore

  1. H

    Error reporting

    Hi, I have create a clear .php file <?php echo error_reporting(); ?> and it shows PHP Bug #30719. Can I fix that from Plesk panel or what to do with that? greetings;)
  2. H

    Problem with query

    Hi, I have a part of query which works on localhost but not on my VPS server SELECT * FROM ps_order_discount LEFT JOIN ps_orders ON ps_order_discount.id_order = ps_orders.id_order AND name = '$user[code]' LEFT JOIN ps_order_detail ON ps_order_detail.id_order = ps_orders.id_order LEFT JOIN...
Back
Top