Okay
  Public Ticket #1941165
cronjobs
Closed

Comments

  • oitodoonze started the conversation

    I created a cronjob from a url google calendar.  I waited a day but it looks like not working. Please help.

  •  795
    Zhivko replied

    Hi,

    In your Wordpress wp-config.php file set WP_DEBUG and WP_DEBUG_LOG to true. Documentation about debugging can be found here.

    Then go to Dashboard -> Plugins and de-activate and re-activate the calendar. This should trigger the cron job to run.

    Next, check your error_log file for errors related to the calendar. Search for lines containing STEC LOG::.

    The error_log file by default should be in your /wp-content/ folder. 


    Stachethemes Developer

  • oitodoonze replied

    I did these steps. The error log files contains this:


    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started remind job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed remind job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbon to calendar 8929
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job https://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbon imported
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: object(stdClass)#7797 (3) {  ["deleted_count"]=>  int(0)  ["overwritten_count"]=>  int(0)  ["imported_count"]=>  int(0)
    }
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=4ja1k5gm7dhuj3e4s9ofin4uk0%40group.calendar.google.com&ctz=Europe%2FLisbon to calendar 13301
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job https://calendar.google.com/calendar/embed?src=4ja1k5gm7dhuj3e4s9ofin4uk0%40group.calendar.google.com&ctz=Europe%2FLisbon imported
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: object(stdClass)#7795 (3) {  ["deleted_count"]=>  int(0)  ["overwritten_count"]=>  int(0)  ["imported_count"]=>  int(0)
    }
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=puagmjvggah4b5heldl4c9ngag%40group.calendar.google.com&ctz=Europe%2FLisbon to calendar 13278
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: bool(false)
    [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import job


  • oitodoonze replied

    Still not working...

  •  795

    Stachethemes Developer

  • oitodoonze replied

    Thanks for everything. Now, it works.