• Hi
    I have an automatic post builder that saves posts with draft status.
    Than i have a plugin that spin text and change the post from draft to publish.

    After post is published it doesn’t get auto posted on social networks.

    I see this in the log:
    2018-02-15 20:18:09] – [Queried]- 1| Post ID:(35452) 0
    [2018-02-15 20:18:09] – [*** ID: 35452, Type: post]- Status Changed: draft_to_publish. Autopost requested. 0

    What does it mean?

Viewing 2 replies - 1 through 2 (of 2 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 elimizrahi

    (@elimizrahi)

    Hi

    I did the exact 2 steps like the tutorial mentioned:
    1. added this:

    //Disable internal Wp-Cron function  
    define('DISABLE_WP_CRON', true);

    to my wp-config.php file

    2. added this crone job to execute every minute:
    curl -s -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)" https://MyWebsiteURrl.com/wp-cron.php?doing_wp_cron

    still the log is empty.

    What now?
    is there anything else i should check?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto draft to publish don’t autopost’ is closed to new replies.