I get the following SQL error when splitting a topic (FUDforum Version 2.7.1.):
(/path/to/forum/index.php:76
/path/to/forum/index.php:136
/path/to/forum/theme/default/split_th.php:412
/path/to/forum/theme/default/split_th.php:541
/path/to/forum/index.php:1166
) 1100: Table 't' was not locked with LOCK TABLES
Query: SELECT t.last_post_id FROM fud26_thread t INNER JOIN fud26_msg m ON t.root_msg_id=m.id WHERE t.forum_id=20 AND t.id!=124 AND t.moved_to=0 AND m.apr=1 ORDER BY t.last_post_date DESC LIMIT 1
_GET: array ( 't' => 'split_th', )
_POST: array ( 'SQ' => '62891144abfe26aa7b9231ef20c85a32', 'th' => '124', 'new_title' => 'Stundenplan WS 05/06', 'forum' => '16', 'btn_selected' => 'Ausgewählte Beiträge aufteilen', 'sel_th' => array ( 0 => '1301', 1 => '1302', 2 => '1303', 3 => '1305', 4 => '1307', 5 => '1310', ), )
Server Version: 3.23.52-log
[Referring Page] http://www.example.com/forum/index.php?t=split_th&&th=124