CAUTION! If you want to update from a version <1.45á of WarpCron, you !!! MUST WRITE A ";" AFTER EVERY "END" OF AN EVENT-BLOCK !!! For example: VERSION <1.45á: ============ EVENT NAME test; PROGRAM blabla; END NEW VERSION: ============ Event test; program blabla; end; Important is the ";" after the "end". The "NAME"-Statement can stay there... and it is not important if the keywords are in uppercase or not. So an other possibility is: Event; Name test; Program blabla; end;