• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. E

    Issue Again problem with CORS (cross-origin resource sharing)

    Igor ? Peter ? I am blocked... :(
  2. E

    Issue Again problem with CORS (cross-origin resource sharing)

    Hi all, A year ago we had a cors problem reported by a customer on a Wordpress using a main domain and another domain for a version of another language. There was a "Cors origin" issue with the Wordpress Beaver content editor. We solved the problem by stating this: Apache Settings SetEnvIf...
  3. E

    Resolved Plesk update message problem: proftpd / ipv6

    Hi all, We have this message with plesk update on three servers (Debian / Obsedian 18.0.42). Plesk pre-upgrade check WARNING: The proftpd FTP service will fail to start in case the support for IPv6 is disabled on the server. Please check https://support.plesk.com/hc/articles/213397289 for...
  4. E

    Resolved Oci_connect error remote database

    The points-out that on systems running systemd, environment variables, such as LD_LIBRARY_PATH, are not necessarily propagated to processes that are started via a systemd Unit. The only solution that works for me: # cd /usr/lib/systemd/system/plesk-php74-fpm.service.d/ # vi environment.conf...
  5. E

    Resolved Debian / oci8 extension for PHP 7.4

    The points-out that on systems running systemd, environment variables, such as LD_LIBRARY_PATH, are not necessarily propagated to processes that are started via a systemd Unit. The only solution that works for me: # cd /usr/lib/systemd/system/plesk-php74-fpm.service.d/ # vi environment.conf...
  6. 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...
  7. 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...
  8. 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 ==...
  9. 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...
  10. E

    Resolved Oci_connect error remote database

    Is "/etc/environment" is loaded with Plesk?
  11. 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...
  12. 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...
  13. E

    Resolved Oci_connect error remote database

    Port negociation pb? but after removing all the iptables rules there should be no more problem...
  14. 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...
  15. 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.
  16. 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" >>...
Back
Top