MySQL Error!
MySQL error in file: /engine/modules/calendar.php at line 212
Error Number: 1041
The Error returned was:
Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
SQL query:

SELECT DATE_FORMAT(date,'%b %Y') AS m_date, MAX(date) AS max, COUNT(id) AS cnt FROM dle_post WHERE approve=1 AND date < '2025-07-05 13:53:08' GROUP BY m_date ORDER BY max desc