Cron error

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 13   (RSS)

Hi HIroko, 

Do you know what version of PHP you are running?  

And can you try making these updates and let me know if it resolves it for you?

In /cron.php

  • Search for this: cron_dispatcher_process($cron, $cronLastRunTime, $thisCronRunTime);
  • Replace it with: cron_dispatcher_process($cron, (int) $cronLastRunTime, $thisCronRunTime);

In /cmsb/lib/Server.php

  • Search for // Format and return the web root
  • Replace with these two lines:
    • // Format and return the web root
    • $webRoot ??= '';

Hope that helps, let me know if that resolves the issue or if you're still getting errors.

Dave Edis - Senior Developer
interactivetools.com