I think, I found a bug in the "expired_warnings.php" cron script. On our system this script didn't ran until recently so some of the warnings piled up. The problem is the UPDATE-statement which changes the expired flag. If you have more than one warning in the result set, only the first gets updated because of the "LIMIT 1" parameter. I completely removed the "LIMIT 1" parameter and the script runs now without problems.
Rolf.
|