Topic: Big problem with my multiforum - "Unable to fetch search results"
Hi,
I've got multiforum server with PunBB. From few weeks I've got problem with MySQL:
File: /var/www/pun.pl_glowna/search.php
Line: 485
PunBB reported: Unable to fetch search results
Database reported: Got error 12 from storage engine (Errno: 1030)
Failed query: SELECT t.id AS tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id FROM topics AS t WHERE t.id IN(665,905,906,903,904,901,101,603,890) GROUP BY t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id ORDER BY t.last_post DESC LIMIT 0, 30
I know that error 12 means not enough physical memory, so I changed my 512 MB ram to 2 GB last days ... but problem not disappear
Could you help me ?