open z_custom_ruleset.iwd with winrar then promod_ruleset then custom_public.gsc with wordpad and find
// logging
setDvar( "logfile", "1" );
setDvar( "g_log", "games_mp.log" );
setDvar( "g_logSync", "0" );
setDvar( "loc_warnings", "0" );
Change to
// logging
setDvar( "logfile", "1" );
setDvar( "g_log", "games_mp.log" );
setDvar( "g_logSync", "1" );
setDvar( "loc_warnings", "0" );
Save and reupload
Works find now