Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1317: Query execution was interrupted] in EXECUTE("
SELECT
`forum_topics`.`id`,
`forum_topics`.`topic_name`,
Count(`forum_topics`.`id`) AS `answers`,
`forum_posts`.`name`,
`forum_topics`.`views`,
(SELECT `post_date` FROM `forum_posts` WHERE `post_date`<= NOW() AND `topic_id`=`forum_topics`.`id` AND `approved`=1 ORDER BY `id` DESC LIMIT 1) AS last_post,
(SELECT `name` FROM `forum_posts` WHERE `post_date`<= NOW() AND `topic_id`=`forum_topics`.`id` AND `approved`=1 ORDER BY `id` DESC LIMIT 1) AS last_name,
(SELECT `id` FROM `forum_posts` WHERE `post_date`<= NOW() AND `topic_id`=`forum_topics`.`id` AND `approved`=1 ORDER BY `id` DESC LIMIT 1) AS last_post_id
FROM
`forum_topics`
Left Join `forum_posts` ON `forum_topics`.`id` = `forum_posts`.`topic_id`
WHERE
`forum_topics`.`category_id` = '1'
in /home/offroad/public_html/public_php/adodb5/adodb-exceptions.inc.php on line 78