• 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 Composer dependencies require on Plesk

    Hi, Same problem this morning. # plesk bin extension --disable monitoring resolve it.
  2. E

    Issue Plesk email delivrability / ERS-Customized-Block

    Hi all, We have received email rejection messages on a plesk domain for a reason that we do not know: <[email protected]>: Recipient address rejected: Mail from <ip_plesk_server> was refused due to the sender IP found as ERS-Customized-Block. (in reply to RCPT TO command) MX and SPF ok. IP...
  3. E

    Issue php_network_getaddresses failed

    Hi all, For several weeks, we have randomly every 2/3 days the following error in php scripts that occurs: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution It lasts a minute or two and then everything goes back to normal. Since yesterday we have the same...
  4. E

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

    Igor ? Peter ? I am blocked... :(
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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 ==...
  12. 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...
  13. E

    Resolved Oci_connect error remote database

    Is "/etc/environment" is loaded with Plesk?
  14. 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...
  15. 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...
  16. E

    Resolved Oci_connect error remote database

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