• Resolved cantoute

    (@cantoute)


    Here using wordpress 5.3 with php7.3 (Debian 10 – Buster / php:Surey)
    using a unix cronjob every minute. Call is passed via wp-cli

    wp cron event run --due-now

    Using latest plugin version (4.3.11)

    When activating the plugin the scheduled posts don’t get published.

    Out of my cron job logs, it’s all I get:

    2019-12-08 12:55:01:
    Executed the cron event ‘nxs_querypost_event’ in 0.006s.
    Success: Executed a total of 1 cron event.

    Perhaps there is a way to get more verbose logs… but can’t seem to figure it out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Do you have WP Cron setup correctly?
    https://www.nextscripts.com/tutorials/wp-cron-scheduling-tasks-in-wordpress/

    Please go to the Log/History page and check only “All Cron Events” checkbox.

    You should see ONLY crons executed from WGET or Mozilla every one or two minutes. If you see nothing at all, calls from “WordPress/4.x.x” or calls made at irregular time intervals, your cron is not set correctly.

    Thread Starter cantoute

    (@cantoute)

    I think cron is set up properly (it’s been up and working for month… just this plugin is new in setup)

    [2019-12-10 09:38:03] – [Cron Request]- 60.22s after the previous one. | Cron called from 127.0.0.1 (?)
    [2019-12-10 09:37:02] – [Cron Request]- 60.10s after the previous one. | Cron called from 127.0.0.1 (?)
    [2019-12-10 09:36:02] – [Cron Request]- 59.93s after the previous one. | Cron called from 127.0.0.1 (?)
    [2019-12-10 09:35:02] – [Cron Request]- 60.21s after the previous one. | Cron called from 127.0.0.1 (?)
    [2019-12-10 09:34:02] – [Cron Request]- 59.96s after the previous one. | Cron called from 127.0.0.1 (?)
    [2019-12-10 09:33:02] – [Cron Request]- 60.27s after the previous one. | Cron called from 127.0.0.1 (?)

    Plugin Author NextScripts

    (@nextscripts)

    Are you getting any errors?

    Please publish a new post, than check your Log/History page and let me know what do you have there.

    Thread Starter cantoute

    (@cantoute)

    Hi,

    I could not get my hands on any more information about this issue.
    Sounds like giving admin privilege to the publishers solved this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scheduled posts not getting published’ is closed to new replies.