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

  1. P

    Issue how do i rund wget cron?

    if i run it at command line it works fine. i checked wget is installed and patch is correct as well. i found out when i use http instead of https it works. which is strange because i force https request by host setting. is that normal?
  2. P

    Issue how do i rund wget cron?

    Hello, i need to run the following cron * * * * * wget --spider -O - https://domain.com/instagram/post/cron >/dev/null 2>&1 it shouts out an error. i tried to add complete path to wget by adding /usr/bin/wget but no improvement.
  3. P

    Issue Problems with HWCLOCK

    I have Plesk 17.0.17 on centos 7 VPS running. And scheduled cron scripts run with wrong time. i have checked hwclock and got the following error message hwclock: Cannot access the Hardware Clock via any known method. hwclock: Use the --debug option to see the details of our search for an access...
  4. P

    Issue Cronjobs not working

    I am using CentOS Linux 7.3.1611 (Core) with Plesk Onyx Version 17.0.17 Update #12 I have to run several crons like such: * * * * * /usr/bin/php -q /var/www/vhosts/blabla.com/httpdocs/apps/console/console.php send-campaigns >/dev/null 2>&1 it shout out an error so i checked this forum here and...
Back
Top