• 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 SE_Frank

  1. S

    Cannot redeclare class Zend_Loader

    Hello, We're working on integrating our module into Plesk. For Plesk 9.5 this works just fine, but when we move the same code to a Plesk 10.3 box it gives us errors like: Fatal error: Cannot redeclare class Zend_Loader If we comment out the autoloader it becomes Fatal error...
  2. S

    phpPgAdmin includes break module integration

    No need to change the ini file, just add: as first line of your PHP page and restart PSA (to allow the APC cache to be cleared). All requests are now properly handled by my app, and it is not affected by the APC cache "corruption".
  3. S

    phpPgAdmin includes break module integration

    I've done some more testing and it appears that this is being caused when the Zend Framework is activated. Further investigation showed that the used APC configuration for lighttpd (sw-cp-server) is the culprit here. After I disabled APC in "/usr/local/psa/admin/conf/php.ini" by adding...
  4. S

    phpPgAdmin includes break module integration

    APC configuration breaks module integration Hi, After doing it for other panels, we're now working on implementing our module/plugin in Plesk as well by employing the same technique as other modules are doing (e.g. Softaculous) For some reason, something (I assume is auth.php3) is including...
Back
Top