• 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

Recent content by wwwAndries

  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?
Back
Top