cron not working even when started manually

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boris
    Member
    • Apr 2019
    • 30

    #1

    cron not working even when started manually

    Today I realized, the planed jobs didn't run for quite a time. I can't figure out what has changed to cause this, perhaps an update? The cron worked for years without any problems. The Espo-installation is version 9.3.4 and runs on a windows server.

    What I tried:
    • Deleting the scheduled task and creating a new one
    • Tried to start the cron.php manually
    • Disabled and unistalled all extensions
    • Checked the config files for disabled cron
    • Did a complete new installation and imported the old content with this steps by step guide: https://forum.espocrm.com/forum/inst...1187#post61187

    Set the logging to debug level during my tests. Every start of cron causes the following lines:
    Click image for larger version  Name:	logespo.jpg Views:	0 Size:	61.4 KB ID:	126129

    from my point of view nothing relevant.

    Any ideas how to find out what happend or how to fix this issue?

    Many thanks

    Boris
    Last edited by boris; 04-23-2026, 09:34 PM.
  • heint
    Member
    • Jun 2025
    • 84

    #2
    Greetings, boris,

    Do you know if this problem covers only this exact instance or fresh Espo installation handles cron jobs as usual?
    And what PHP version are you using right now on the server? Also recommended to check user permissions for the important Espo folders, since they might have been changed after a major update on Windows.

    Comment

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1868

      #3
      could you post the log file as text?

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9803

        #4
        These are not errors. You have enabled sql logging. You need to disable it.

        Comment

        Working...