Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Thanks for your assistance. Using mysqli, we were able to properly interact with the database on Windows and were able to do the necessary changes. It all works :)
Hello, Peter.
We have no preference on what we use to interact with the Customers' database. In short, we want the ability to INSERT, UPDATE and DELETE from the wp_options table, whether its through the adapter, mysqli, or anything else. We used the pm_Bootstrap::getDbAdapter because that was...
Hello,
We are developing an extension for Plesk in PHP and we have need of interacting with WordPress databases on Customer domains.
On Linux, we have been using the pm_Bootstrap::getDbAdapter() to make all of our requests using PDO. On Windows, however, the adapter could not interact with the...
Hello,
I would like to know what's the best way of testing our in-development extension on Plesk. I saw on your blog that you have a list of officially supported OSs, as well as some guidelines on testing extensions. However, there are many different OSs to test the extension on, and we don't...