Title: Posting
Last modified: November 2, 2017

---

# Posting

 *  [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/)
 * Hi,
 * Installed update and did a few manual test; all working fine.
 * Set up a CRON job via cpanel
 * wget -q “[http://(Sitename)/wp-cron.php?doing_wp_cron&#8221](http://(Sitename)/wp-cron.php?doing_wp_cron&#8221);
 * However, unless I have missed something, its not posting?
 * Any ideas please?
 * Many Thanks

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649144)
 * Hi,
 * Also tried this :
 * Set up a CRON job via cpanel
 * wget -O /dev/null [http://www.YourWebsiteURL.com/wp-cron.php?doing_wp_cron](http://www.YourWebsiteURL.com/wp-cron.php?doing_wp_cron)
   > /dev/null 2>&1
 * I also disables cron via config as shown.
 * However, unless I have missed something, its not posting?
 * Any ideas please?
 * Many Thanks
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649169)
 * Hi,
 * Still working on this…
 * So far, I have tried :
 * */5 * * * * wget -O /dev/null [http://www.sitename.com/wp-cron.php?doing_wp_cron](http://www.sitename.com/wp-cron.php?doing_wp_cron)
 * */5 * * * * /usr/local/bin/php /home/sitename/public_html/wp-cron.php
 * */5 * * * * wget -q -O – [http://sitename.com/wp-cron.php?doing_wp_cron](http://sitename.com/wp-cron.php?doing_wp_cron)
   >/dev/null 2>&1
 * No success…so far 🙂
 *  Plugin Author [NextScripts](https://wordpress.org/support/users/nextscripts/)
 * (@nextscripts)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649302)
 * Please go to the plugin Log/History page and uncheck all checkboxes, then check“
   All Cron Events”.
 * You will see all your cron activity.
 * ![](https://i0.wp.com/i.snag.gy/JuLYVi.jpg?ssl=1)
 * If you don’t have anything there, your cron is not running.
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649336)
 * Hi
 * Thank you for responding so quickly, I appreciated it.
 * Okay, here is an email I get :
 * (Changed name and IP) 😉
 * –2017-11-03 21:50:01– [http://www.(sitename)](http://www.(sitename)).com/wp-cron.
   php?doing_wp_cron
    Resolving www.(sitename).com… 155.61.184.178 Connecting to
   www.(sitename).com|155.61.184.178|:80… connected. HTTP request sent, awaiting
   response… 200 OK Length: 0 [text/html] Saving to: “/dev/null”
 *  0K 0.00 =0s
 * 2017-11-03 21:50:05 (0.00 B/s) – “/dev/null” saved [0/0
 * Hope that helps?
 * Many Thanks
 *  Plugin Author [NextScripts](https://wordpress.org/support/users/nextscripts/)
 * (@nextscripts)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649369)
 * Please go to the plugin Log/History page and uncheck all checkboxes, then check“
   All Cron Events”.
 * You will see all your cron activity.
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9649374)
 * Hi,
 * Here is what I see :
 * (Changed sitename and IP) 😉
 * Y:| WHERE (flt = “snap” OR flt = “cron”) |
    [2017-11-03 22:28:24] – [Cron Request]-
   101.94s after the previous one. | Cron called from 100.12.132.178 (WordPress/
   4.8.3; [http://sitename.com](http://sitename.com)) [2017-11-03 22:26:42] – [Cron
   Request]- 115.09s after the previous one. | Cron called from 100.12.132.178 (
   WordPress/4.8.3; [http://sitename.com](http://sitename.com)) [2017-11-03 22:24:
   47] – [Cron Request]- 26.65s after the previous one. | Cron called from 100.12.132.178(
   WordPress/4.8.3; [http://sitename.com](http://sitename.com)) [2017-11-03 22:24:
   21] – [Cron Request]- 98.91s after the previous one. | Cron called from 100.12.132.178(
   WordPress/4.8.3; [http://sitename.com](http://sitename.com)) [2017-11-03 22:22:
   42] – [Cron Request]- 32.79s after the previous one. | Cron called from 100.12.132.178(
   WordPress/4.8.3; [http://sitename.com](http://sitename.com)) [2017-11-03 22:22:
   09] – [Cron Request]- 25.61s after the previous one. | Cron called from 100.12.132.178(
   WordPress/4.8.3; [http://sitename.com](http://sitename.com)) 0
 * Appreciate your time 😉
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9650527)
 * Hi,
 * Okay, I have it working…
 * However, it seems to be sending the same post?
 * I setup ‘reposter’ so unsure if that’s the reason?
 * I assumed that ‘reposter’ was the new section for setting and sending posts?
 * Is this correct?
 * Many Thanks
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9658807)
 * Hi,
 * I have tried all sorts of ways of the last few days without success.
 * It simply is not auto posting to twitter?
 * Would appreciate your guidance on how to resolve this please.
 * Many Thanks
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9664918)
 * Hi,
 * Now since the update, besides it not autoposting is now saying, when manually
   sending a post to twitter:
 * WordPress database error: [Column ‘nt’ cannot be null]
 *  Thread Starter [Rik0399](https://wordpress.org/support/users/rik0399/)
 * (@rik0399)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9665756)
 * Hi,
 * Still trying to get this working over here 😉
 * Getting cron emails which say :
 * ‘HTTP request sent, awaiting response… 403 Forbidden’

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Posting’ is closed to new replies.

 * ![](https://ps.w.org/social-networks-auto-poster-facebook-twitter-g/assets/icon-
   256x256.png?rev=1106267)
 * [NextScripts: Social Networks Auto-Poster](https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/)
 * [Active Topics](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Rik0399](https://wordpress.org/support/users/rik0399/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/posting-28/#post-9665756)
 * Status: not resolved