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.
This one is not good if your PLESK > 18.0.50: Versions starting from Plesk 18.0.50 are not supported by the package.
If so that one will work: https://support.plesk.com/hc/en-us/articles/18515807516823
Thank you.
Yes, it's CentOS7.
What I did is move to PHP 8 with project - checking if everything works as it should right now. There was no problems with sqlsrv in PHP8.
When it comes to PHP 7.0.X or 7.4 I got some ERRORS all the time when trying to make it work.
I know it is probably subject...
I tried with PECL:
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
pecl/sqlsrv requires PHP (version >= 8.0.0), installed version is 7.3.33
When I do Step 4 from: Linux and macOS Installation for the Drivers for PHP - PHP drivers for SQL Server
sudo yum install php-sqlsrv
I got:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink...
I have used:
wget http://pecl.php.net/get/sqlsrv-4.3.0.tgz
pear install sqlsrv-4.3.0.tgz
wget http://pecl.php.net/get/pdo_sqlsrv-4.3.0.tgz
pear install pdo_sqlsrv-4.3.0.tgz
There is no Centos info here: Linux and macOS Installation for the Drivers for PHP - PHP drivers for SQL...
I am trying to connect to MS SQL from php
I use:
$conn = new PDO("dblib:Server=$serverName;Database=$base", "$user", "$pass");
but it seems that my server is missing PDO DRIVER, I only have:
PDO drivers
mysql, odbc, pgsql, sqlite
and I got:
Got error 'PHP message: PHP Fatal error...
You mean in Server Settings.
And no it was not !
WELL DONE thank you very much - works like charm now.
By the way it would be good if it was mentioned in PLESK tutorial to check that setting.
Try setting it in for webspace in :
websites & domains -> YourWebspace> PHP Settings
at the bottom you have "Additional directives":
Set time zone you need there .
My situation is like this:
1. I have subdomain ex: plesk.mydomain.com that points to IP addres of plesk obsidian (record A shows good IP - checked)
2. I want to acces plesk plesk.mydomain.com:8443 - and secure that with SSL
3. So I do what I supposed to do according to this...