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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
I try to load Additionnel directives in Plesk PHP Settings:
[php-fpm-pool-settings]
env[LD_LIBRARY_PATH] = /opt/oracle/instantclient_19_14
But don't work...
It is not so clear depending on the versions and environments.
I tested without any variables, only with LD_LIBRARY_PATH. I always have the error.
Since, i've (a little) advanced.
Initial situation: no variable
== command line
# /opt/plesk/php/7.4/bin/php mytest_connexion.php
==> error
==...
If I set the following variable:
# export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_14
An load the test with the command line, it works fine:
# /opt/plesk/php/7.4/bin/php test_oracle.php
==> ok
if I add the variable in "/etc/apache2/envvars" and "/etc/environment", it is not retrieved in...
Hello Nik,
I managed to retrieve information about the error. The problem seems to come from the installation of OCI8. I took the following psot:
oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with...
Hello,
I was a little too fast...
I encountered a new problem after the installation: when connecting to the database, there is this message:
oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with...
Hi all,
We have a problem with extension OCI8 and the connexion to a remote database with oci_connect.
Configuration:
Plesk Obsedian 18.0.42
Debian 11
PHP FTM 7.4
Oci8
We thought it came from our firewall but after removing all iptables and ip6tables rules the problem is still here.
The...
On my side I did not have:
# cp instantclient_21_6/libnnz21.so /usr/lib/
# cp instantclient_21_6/libclntshcore.so.21.1 /usr/lib/
All works fine after that.
Great thank you Igor.
Could it be missing execute files rights?
but I don't see where.
I've tested by removing environment variables (found comments that this isn't/no longer needed).
# export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_14
# echo "export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_14" >>...
It doesn't work.
<?php
if (!extension_loaded('oci8'))
die("Extension 'OCI8' NOTOK!");
else
die("Extension 'OCI8' OK!");
Could the problem be environment variables? everything looks good to me though
So i've uninstall and reinstall:
# echo "instantclient,/opt/oracle/instantclient_19_14" | /opt/plesk/php/7.4/bin/pecl install oci8-2.2.0
# service apache2 restart
I've activated "oci8" in the plesk panel / PHP settings (7.4) / extensions.
There is "extension=oci8.so" in the php.ini file
No...
Hi all,
We have problem to install oci8 extension.
5 years ago we have informations from Igor (Resolved - Fedora 7 / Plesk Onyx : oci8 extension).
We must install again oci8, but now:
Plesk Obsedian 18.0.42
Debian 11
PHP FTM 7.4
We did this:
Last instantclicent:
-...