Table 'fudforum.fud26_read' doesn't exist [message #18883] |
Wed, 16 June 2004 07:54 |
delatbabel
Messages: 1 Registered: June 2004 Location: Sydney, NSW, Australia
Karma:
|
Junior Member |
|
|
I get the following error message when clicking on the test forum created immediately after installing fudforum (latest version dl from web site). The administration interfaces, etc, all seem to work OK. I have checked the database and there are a large number of tables, but no table called fud26_read.
(/var/www/html/forum/index.php:116
/var/www/html/forum/theme/default/thread.php:524
/var/www/html/forum/index.php:1145
) 1146: Table 'fudforum.fud26_read' doesn't exist
Query: SELECT m.attach_cnt, m.poll_id, m.subject, m.icon, m.post_stamp, u.alias, u.id, u2.id, u2.alias, m2.id, m2.post_stamp, f.id, f.name, t.id, t.moved_to, t.root_msg_id, t.replies, t.rating, t.thread_opt, t.views, r.last_view FROM fud26_thread_view tv INNER JOIN fud26_thread t ON tv.thread_id=t.id INNER JOIN fud26_msg m ON t.root_msg_id=m.id INNER JOIN fud26_msg m2 ON m2.id=t.last_post_id LEFT JOIN fud26_users u ON u.id=m.poster_id LEFT JOIN fud26_users u2 ON u2.id=m2.poster_id LEFT JOIN fud26_forum f ON f.id=t.moved_to LEFT JOIN fud26_read r ON t.id=r.thread_id AND r.user_id=2 WHERE tv.forum_id=2 AND tv.page=1 ORDER BY tv.pos ASC
Server Version: 3.23.58
|
|
|