• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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