• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Cory16

  1. C

    Question Having Trouble with OCI8

    So... it was the ORACLE_HOME and LD_LIBRARY_PATH environmental variables not being set... I need to figure out how to set them once in Linux, but adding this to my php code at the beginning of every sheet that queries oci8 works: putenv("LD_LIBRARY_PATH=/path/to/oracle/home/lib")...
  2. C

    Question Having Trouble with OCI8

    I did... It seems like OCI8 is installed... Oracle is installed and working (I can log in using SQLPLUS on all users (oracle, root, and the one php uses). I say "seems" because the oci_connect command is there and it does recognize it as a command... my php_info does list OCI8 information now...
  3. C

    Question Having Trouble with OCI8

    I think it has to do with the Oracle Client (Insta Client) installation not being in the folder and not installed properly - I'm working on it. It would be nice to have a step by step on installing Oracle Client.
  4. C

    Question Having Trouble with OCI8

    I'm following this thread (below) and still can't get OCI8 to work on my system: https://talk.plesk.com/threads/debian-oci8-extension-for-php-7-4.364868/ My system is: Insta-client downloaded was 23.5 PHP 8.3.10 Alma 9 Plesk Obsidian Web Host Edition Version 18.0.63 Update #1 The thread is a...
Back
Top