• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. E

    Resolved Debian / oci8 extension for PHP 7.4

    echo getEnv("LD_LIBRARY_PATH"); => /opt/oracle/instantclient_19_14 But always: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries Is there another assignment to do...
  2. E

    Resolved Oci_connect error remote database

    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...
  3. E

    Resolved Debian / oci8 extension for PHP 7.4

    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 ==...
  4. E

    Resolved Oci_connect error remote database

    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...
  5. E

    Resolved Oci_connect error remote database

    Is "/etc/environment" is loaded with Plesk?
  6. E

    Resolved Oci_connect error remote database

    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...
  7. E

    Resolved Debian / oci8 extension for PHP 7.4

    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...
  8. E

    Resolved Oci_connect error remote database

    Port negociation pb? but after removing all the iptables rules there should be no more problem...
  9. E

    Resolved Oci_connect error remote database

    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...
  10. E

    Resolved Debian / oci8 extension for PHP 7.4

    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.
  11. E

    Resolved Debian / oci8 extension for PHP 7.4

    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" >>...
  12. E

    Resolved Debian / oci8 extension for PHP 7.4

    <?php if (!function_exists('oci_connect')) die("NOT OK"); else die("OK");
  13. E

    Resolved Debian / oci8 extension for PHP 7.4

    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
  14. E

    Resolved Debian / oci8 extension for PHP 7.4

    Oci8 checked in the plesk panel extension...
  15. E

    Resolved Debian / oci8 extension for PHP 7.4

    # /opt/plesk/php/7.4/bin/php -i | grep oci8 oci8 oci8.connection_class => no value => no value oci8.default_prefetch => 100 => 100 oci8.events => Off => Off oci8.max_persistent => -1 => -1 oci8.old_oci_close_semantics => Off => Off oci8.persistent_timeout => -1 => -1 oci8.ping_interval => 60 =>...
  16. E

    Resolved Debian / oci8 extension for PHP 7.4

    I don't have oci8 section with phpinfo(). Like that.
  17. E

    Resolved Debian / oci8 extension for PHP 7.4

    And: # /opt/plesk/php/7.4/bin/php --ri oci8 oci8 OCI8 Support => enabled OCI8 DTrace Support => disabled OCI8 Version => 2.2.0 Oracle Run-time Client Library Version => 19.14.0.0.0 Oracle Compile-time Instant Client Version => 19.14 Directive => Local Value => Master Value...
  18. E

    Resolved Debian / oci8 extension for PHP 7.4

    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...
  19. E

    Resolved Debian / oci8 extension for PHP 7.4

    Any idea for helping me? :( Igor?
Back
Top