• Kepe

    (@kepe)


    Dear Developer

    I installed the plugin and it is very useful , but I have a little problem that the cron task does not run every half or. It seems to be it does not running.
    I checked the currently running task:

    Reoccurring Task
    Óránként 2016-05-27 08:22:15 nxs_hourly_event No Args Run Now
    Reoccurring Task
    Naponta kétszer 2016-05-27 09:06:36 backwpup_check_cleanup No Args Run Now
    Reoccurring Task
    Naponta kétszer 2016-05-27 09:42:15 wp_version_check
    Hooked functions: wp_version_check No Args Run Now
    Reoccurring Task
    Naponta kétszer 2016-05-27 09:42:15 wp_update_plugins
    Hooked functions: wp_update_plugins No Args Run Now
    Reoccurring Task
    Naponta kétszer 2016-05-27 09:42:15 wp_update_themes
    Hooked functions: wp_update_themes No Args Run Now
    Reoccurring Task
    Naponta egyszer 2016-05-27 10:58:29 wp_scheduled_delete
    Hooked functions: wp_scheduled_delete No Args Run Now
    Reoccurring Task
    Naponta egyszer 2016-05-27 11:02:10 wp_scheduled_auto_draft_delete
    Hooked functions: wp_delete_auto_drafts No Args Run Now
    Reoccurring Task
    Naponta egyszer 2016-05-27 13:50:07 akismet_scheduled_delete
    Hooked functions: Akismet::delete_old_comments, Akismet::delete_old_comments_meta No Args Run Now
    Reoccurring Task
    Naponta egyszer 2016-05-28 00:00:00 wp_cache_gc
    Hooked functions: wp_cache_gc_cron No Args Run Now
    Once Off 2016-05-29 03:00:00 backwpup_cron 1 Cancel Task | Run Now
    Reoccurring Task
    Once Weekly 2016-05-29 10:42:05 wpseo_onpage_fetch
    Hooked functions: WPSEO_OnPage->fetch_from_onpage No Args Run Now

    I am waiting for your response

    Kepe

    https://ww.wp.xz.cn/plugins/egany-facebook-to-wp/

Viewing 1 replies (of 1 total)
  • Hello keppe. I’m guessing this is a feature they’re offering in the paid version. As you can see when installing the plugin, the name adds (a free version) at the end.

    Anyway, I came to read the code and made some tweaks to store images associated to the facebook posts I’m trying to receive (apparently facebook api changed lately but developers of this plugin didn’t realized). And by chance I stumbled the same error.

    At the activation of the plugin, the wp-crons need to be registered. But those lines are commented in the constructor of the Egany_FB_Group_To_WP class.

    I guess the possible solution would be to uncomment the lines:

    
    register_activation_hook( __FILE__, array( $this, 'activate' ) );
    register_deactivation_hook( __FILE__, array( $this, 'deactivate' ) );
    

    in the constructor, and the deactivate and active the plugin again.

    Let us know if that worked for you.

Viewing 1 replies (of 1 total)

The topic ‘cron task does not run’ is closed to new replies.