• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. wwwAndries

    Resolved WP_CLI - plugin update -> Invalid version string "3.5.0-dev1"

    Thanks, you're right. Elementor did it again.
  2. wwwAndries

    Resolved WP_CLI - plugin update -> Invalid version string "3.5.0-dev1"

    ${WP_CLI} -instance-id ${INSTANCE_ID} -- plugin update --all ${WP_EXCLUDE_IN_UPDATE_ARG} --format=summary --skip-plugins=dummy-plugin PHP Fatal error: Uncaught UnexpectedValueException: Invalid version string "3.5.0-dev1" in...
  3. wwwAndries

    Disable wp-cron

    This doesn't work, cronjobs are still recreated. [ext-wp-toolkit] wpCronDisablingMaintenance = true Disabling or re-schedudling (i.e. once a year) the cronjobs doesn't work either, wp-toolkit will enable the jobs again or create a new one. Sometimes even multiple cronjobs for one site. I've a...
  4. wwwAndries

    Disable wp-cron

    I didn't found any documentation either, but I saw the option in the extension panel.ini.
  5. wwwAndries

    Disable wp-cron

    Great, thanks
  6. wwwAndries

    Disable wp-cron

    Panel.ini [ext-wp-toolkit] useShiftCronUpdateTask true
  7. wwwAndries

    Disable wp-cron

    Yes, I know, but I don't the toolkit re-created the task automatically. I disable the wp-cron default with the installation of WordPress and I've a wp-cli script that runs the cron for each site 2 times an hour without further configuration. This worked fine until the option to disable the...
  8. wwwAndries

    Disable wp-cron

    When you disable the wp-cron in the wp-toolkit, there is also a scheduled task generated to execute the system cron. Is it possible to disable the automatic creation of this task? I've my own system cron running and don't need/want these tasks. What does this variable do: 'useShiftCronUpdateTask'?
  9. wwwAndries

    Issue Cron does not excute cronjobs for subsites

    When you disable the WordPress cron in the WordPress toolkit, a new task is added which calls "httpdocs/wp-cron.php" on set times. For a multisite wp-cron.php only executes the cronjobs of the mainsite, the cronjobs of the subsites are not executed.
  10. wwwAndries

    Question How to setup DKIM for subscriptions with external mail

    A subscription, example.com, uses an external mailservice like Office 365, and there are mails sent through contact/order forms on the website. How can I get DKIM working in this situation for mails sent through contact/order forms on the website? I cannot enable the mailservice because mail...
  11. wwwAndries

    Input Executing WordPress plugin/theme cron events through WP-CLI

    PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: WordPress Toolkit 3.5.0 > PROBLEM DESCRIPTION: WordPress plugin/theme cron events are executed through WP-CLI, cron event is removed after executing and reporting status is success, but the plugin/theme "do_action" is actually never excuted...
  12. wwwAndries

    Can I add additional packages to wp-cli?

    Hello, How can I add additional packages to wp-cli which must be available for all users? I've tried: 1. /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp package install wp-cli/doctor-command --allow-root Error: Unable to locate configuration path...
  13. wwwAndries

    Issue SELinux is preventing

    Thanks. What to do with the last message, "SELinux is preventing /usr/sbin/postalias from read access on the file /etc/postfix/main.cf"? Can you tell me when I've to generate a local policy module for a "Sealert" message en when not?
  14. wwwAndries

    Issue SELinux is preventing

    After "yum reinstall psa-selinux", sealert gives the following messages: SELinux is preventing /usr/sbin/setfiles from getattr access on the file /usr/local/psa/admin/sbin/deployer;58d2c8ee. SELinux is preventing /usr/sbin/setfiles from relabelto access on the file...
  15. wwwAndries

    Issue SELinux is preventing

    Thanks Igor. What do I do with the created local policies, delete them?
  16. wwwAndries

    Issue SELinux is preventing

    Hello, I found these messages on a CentOS 7.4.1708 server with Plesk Onyx Versie 17.5.3. Do I need to create local policy modules to allow this access? SELinux is preventing /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2 from unlink access on the file...
  17. wwwAndries

    Resolved error after update mysql 5.1 to 5.6

    Thanks Kees, This worked for me: yum downgrade mysql-libs mysql mysql-server. After that I upgraded to MySQL 5.6, see https://support.plesk.com/hc/en-us/articles/213403429-How-to-upgrade-MySQL-5-5-to-5-6 (Not necessary to solve the problem)
  18. wwwAndries

    Resolved error after update mysql 5.1 to 5.6

    Same issue after update to mysql-server-5.5.54-36.x86_64 on Plesk Onyx. Solution mentioned by SBDavid is not working. my.cnf has entry socket=/var/lib/mysql/mysql.sock /usr/local/psa/admin/conf/php.ini has no entry, adding "socket=/var/lib/mysql/mysql.sock" doesn't help. There is no mysql.sock...
  19. wwwAndries

    Question SELinux preventing php/7.1/bin/php-cgi

    Hello, I'am seeing a lot of these messages in audit.log of a CentOS 6.8 with Plesk Onyx 17.0.17 Update #15: 1. SELinux is preventing /opt/plesk/php/7.1/bin/php-cgi from search access on the directory /sys 2. SELinux is preventing /opt/plesk/php/7.1/bin/php-cgi from name_connect access on the...
  20. wwwAndries

    unable to open TransferLog '/var/log/plesk/xferlog': Permission denied

    The security context of the xferlog is not correct: -rw-r-----. 1 system_u:eek:bject_r:cron_log_t:s0 root root 0 May 3 03:07 xferlog Should be: -rw-r-----. 1 system_u:eek:bject_r:var_log_t:s0 root root 22279 May 3 19:05 xferlog Run /sbin/restorecon /var/log/plesk/xferlog...
Back
Top