QSF Portal has exited with an error!
Got error 28 from storage engine
This type of error is reported by MySQL.
SELECT t.*, u.user_name, p.post_author, p.post_text, p.post_mbcode, p.post_emoticons
FROM ****_topics t
LEFT JOIN ****_posts p ON p.post_topic=t.topic_id
LEFT JOIN ****_users u ON u.user_id=p.post_author
WHERE t.topic_forum=2 GROUP BY t.topic_id ORDER BY t.topic_posted DESC
File: /home/****/www/****.net/public/lib/mysql.php
Line: 125
Call: See above for details.
File: /home/****/www/****.net/public/modlets/news.php
Line: 41
Call: db_mysql->query('SELECT t.*, u.user_name, p.post_author, p.post_text, p.post_mbcode, p.post_emoticons
FROM %ptopics t
LEFT JOIN %pposts p ON p.post_topic=t.topic_id
LEFT JOIN %pusers u ON u.user_id=p.post_author
WHERE t.topic_forum=%d GROUP BY t.topic_id ORDER BY t.topic_posted DESC', '')
File: /home/****/www/****.net/public/modlets/news.php
Line: 94
Call: news->getposts('')
File: /home/****/www/****.net/public/lib/templater.php
Line: 158
Call: news->run('2')
File: /home/****/www/****.net/public/func/main.php(47) : eval()'d code
Line: 1
Call: templater->modlet_exec('news', '2')
File: /home/****/www/****.net/public/func/main.php
Line: 47
Call: eval()
File: /home/****/www/****.net/public/index.php
Line: 177
Call: main->execute()
Check status of problem (recommended)
View debug information (advanced)
Return to the board