• 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 Bluesurf

  1. B

    Parallels Power Panel and FTP

    The file manager within the Power Panel cannot handle the large file that I seek to upload to my server. I need to use a FTP/Filezilla. But, I cannot see how to configure the FTP client within the Parallels Power Panel. I tried to use my ssh password and root user to access the server with the...
  2. B

    How to remove PHP 5.4?

    Thank you. I haven't tried it yet, but the command "export PATH=/opt/plesk/php/5.6/bin:${PATH}" - this must be done every session, every time the server is started? Or, it is a line that I must insert in the php.ini file? I think this will fix the problem, but I have posted on the Centos forum...
  3. B

    How to remove PHP 5.4?

    That shows me how to remove PHP versions through the Plesk panel. I have done that, but still find php 5.4 running as my base php when I go check my server as root user.
  4. B

    How to remove PHP 5.4?

    I am still trying to get the proper php version loaded on my server - something higher than php version 5.4 I have deleted all php 5.4 instances from the Plesk panel. However, the problem persists as I see when I log in as a root user on my server. When I first ran a php -v command, I received...
  5. B

    Magento 2 plesk compatibility issue

    I was able to do my file and group ownership configurations without trouble. But, I cannot get my Plesk to default to the php 5.6 version - it keeps loading php 5.4.13. I feel that I am so close to getting the Magento 2 install to work...
  6. B

    Update php with iuscommunity

    Alex, I don't understand your instruction: "psa-php5-configurator package can be removed using --nodeps option" There are two things that keep me from success - 1) I need to get the system to load php 5.6 not php 5.4. I can do this by uninstalling or removing the 5.4 files, maybe using a "yum...
  7. B

    Update php with iuscommunity

    I listed files to see where the php 5.4 was coming from - have not been able to remove a php 5.4 depo. I got this return: [root@d7w2-g8zq ~]# yum list installed | grep php* php.x86_64 5.4.13-1.el6.remi @mt_dv_extras php-cli.x86_64 5.4.13-1.el6.remi @mt_dv_extras php-common.x86_64...
  8. B

    Update php with iuscommunity

    Okay, that eliminates the "DOM" problem. How am I getting php 5.4 when the depositories list php 5.6 and php 7.0? I don't even see a repository for the php 5.4.
  9. B

    Update php with iuscommunity

    I have read about this before, and heed the warning, but... I have two problems, as identified below: PHP Warning: Module 'dom' already loaded in Unknown on line 0 phpinfo() PHP Version => 5.4.13 The depositories that I have loaded include, [root@d7w2-g8zq yum.repos.d]# dir CentOS-Base.repo...
  10. B

    Update php with iuscommunity

    I have been trying to upgrade the php on my server with the iuscommunity depository. I am having conflicts with remi, which is being tied by Plesk. Here is my effort to remove the offending file: [root@d7w2-g8zq /]# rpm -qa | grep php-xml* php-xml-5.4.13-1.el6.remi.x86_64 [root@d7w2-g8zq /]#...
Back
Top