I would just turn off phpScheduleIt logging from the config.php file. It is trying to write to a directory that doesn't exist on a Windows machine.
Thanks for this Nick. We were getting an error at various times, with the same message:
Warning: mkdir(/var/log): No such file or directory
Turning off logging fixed it for us too. Is there any way to have logging work?