PDO Exception Caught. Error with the database:
SQL Query: SELECT t.topic_id,
t.forum_id,
topic_first_post_id,
topic_first_poster_name,
topic_first_poster_colour,
topic_title,
topic_time,
topic_replies,
post_id,
post_text,
poster_id,
bbcode_bitfield,
bbcode_uid
FROM forum_prod.phpbb3_topics t, forum_prod.phpbb3_posts p
WHERE t.forum_id=295
AND post_id=topic_first_post_id
ORDER BY post_time DESC
LIMIT 0,8
Error: SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-537-8a080-11290.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")[phpBB Debug] PHP Warning: in file Unknown on line 0: Unknown: write failed: No space left on device (28)
Code: HY000
File: /home/atelier/www/inc/db.inc.php
Line: 38
Trace: #0 /home/atelier/www/inc/db.inc.php(38): PDO->query('SELECT t.topic_...') #1 /home/site/www/includes/news.php(71): db->query('SELECT t.topic_...') #2 /home/site/www/index.php(129): include('/home/site/www/...') #3 {main}