• 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

    Resolved Debian / oci8 extension for PHP 7.4

    <?php if (!function_exists('oci_connect')) die("NOT OK"); else die("OK");
  2. 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
  3. E

    Resolved Debian / oci8 extension for PHP 7.4

    Oci8 checked in the plesk panel extension...
  4. 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 =>...
  5. E

    Resolved Debian / oci8 extension for PHP 7.4

    I don't have oci8 section with phpinfo(). Like that.
  6. 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...
  7. 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...
  8. E

    Resolved Debian / oci8 extension for PHP 7.4

    Any idea for helping me? :( Igor?
  9. E

    Resolved Fedora 7 / Plesk Onyx : oci8 extension

    New post here: Issue - Debian / oci8 extension for PHP 7.4
  10. E

    Resolved Debian / oci8 extension for PHP 7.4

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

    Resolved Fedora 7 / Plesk Onyx : oci8 extension

    Hi Igor, We must install again oci8, but now: Plesk Obsedian 18.0.42 Debian 11 PHP FTM 7.4 We did this: Last instantclicent: - https://download.oracle.com/otn_software/linux/instantclient/1914000/instantclient-basic-linux.x64-19.14.0.0.0dbru.zip -...
  12. E

    Issue Email untimely line break

    Big Peter! Thank you very much! I had encountered this several years ago but I no longer saw at all what I could have done at the time.
  13. E

    Issue Email untimely line break

    Hi all, We are encountering a strange problem. We have an application that is several years old that generates emails. Until recently no problems. For some time, a newline every n characters is inserted in the text of the body during generation. The content was checked before the build, it...
  14. E

    Issue LoadBalancer problem

    my favorite Igor?
  15. E

    Issue LoadBalancer problem

    Hi all, I come back to you because we have just put the load balancer into production. Everything works except this point: the root of the domain in http is not correctly redirected in https. The LB indicates that the server has no response for http (error 503) : "https://www.mydomain.com" =>...
  16. E

    Issue LoadBalancer problem

    Luca, My problem came from the configuration of the load balancer and the https. Here is an OVH setting that works. The domain "matches" well at the Plesk level. > https > 443 > Datacenter: All > Default farm: (choice) > Certificate: choice of the certificate created beforehand in "SSL...
  17. E

    Resolved Debian 11 / PHP 7.3

    Thank you ChristophRo
  18. E

    Resolved Debian 11 / PHP 7.3

    After installing you simply add them as custom PHP versions to plesk. (there is a CLI command for that) Do you know the link for that ?
  19. E

    Resolved Debian 11 / PHP 7.3

    Ok. Thank you very much.
  20. E

    Resolved Debian 11 / PHP 7.3

    Hi all, There isn't PHP 7.3 with Plesk / Debian 11. Only 7.4. I know the version is deprecated but is there a way to add it to Plesk for project compatibility?
Back
Top