Scheduler and Duplication Detection Problems

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 4 reply threads
  • Author
    Posts
    • #5057


      amyc51
      Participant
      Post count: 1

      Hiya,

      Having a couple of problems with the Youtubomatic plugin.
      The duplication detection is not working for imported videos.
      Also the scheduler isn’t pulling videos in from YouTube as we would expect.

      Could you please help?

      Many thanks!

    • #5058


      Szabi – CodeRevolution
      Keymaster
      Post count: 4573

      Hello,

      First of all, thank you for your purchase.

      Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

      Regards, Szabi – CodeRevolution.

    • #5059


      Szabi – CodeRevolution
      Keymaster
      Post count: 4573

      Hello,

      Thank you for the provided login info.

      I logged in to your site and check the ‘Enable Checking Post Titles For Duplicates’ checkbox from the plugin’s ‘Main Settings’ menu -> this should help fix duplicate posts appearing, please check on this.

      Regarding scheduling, I suspect that the issue is coming from the wp_cron subsystem of your WordPress site. I suggest you replace wp_cron with server side cron to fix this. Please check info on how to do this, here: https://themeisle.com/blog/disable-wp-cron/

      Let me know if this helped.

      Regards, Szabi – CodeRevolution.

    • #5070


      amyc51
      Participant
      Post count: 1

      Thank you for fixing this so quickly!

      Duplication detection is now working – I should have really have noticed that checkbox.

      I’ve resolved the scheduling issues by following the instructions above to disable cron, and adding this line to the crontab file:
      0,30 * * * * wget -q -O – https://<site-name.com>/wp-cron.php?doing_wp_cron >/dev/null 2>&1

      Thanks again!

    • #5071


      Szabi – CodeRevolution
      Keymaster
      Post count: 4573

      Hello,

      I am really glad to help!

      If you like the plugin, please give it a rating on CodeCanyon, it is really appreciated! 🙂

      Regards, Szabi – CodeRevolution.

Viewing 4 reply threads

The topic ‘Scheduler and Duplication Detection Problems’ is closed to new replies.