Pagina 1 van 1

Error Code

Geplaatst: 21 sep 2006, 12:18
door vlek
Volgende error code krijg ik te zien als ik een topic wil bekijken.

Wie kan me helpen?

Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 'f.auth_download' in 'field list'

SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, f.auth_download, t.topic_attachment, COUNT(p2.post_id) AS prev_posts FROM phpbb4_topics t, phpbb4_forums f, phpbb4_posts p, phpbb4_posts p2 WHERE p.post_id = 126 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 126 AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, f.auth_download, t.topic_attachment ORDER BY p.post_id ASC

Line : 159
File : viewtopic.php

Geplaatst: 21 sep 2006, 13:57
door vlek
Probleem is opgelost

Geplaatst: 21 sep 2006, 14:32
door blofforum.nl
En wat was de oplossing?

Geplaatst: 21 sep 2006, 16:07
door Paul
Sql was niet uitgevoerd na installeren van een downloads mod (oid), en die uitvoeren is de oplossing ;)

Geplaatst: 21 sep 2006, 17:35
door vlek
inderdaad Paul dit was inderdaad de oplossing

Maar nu kunnen de gebruikers (leden) nog niet antwoorden op reeds geopende topics hoe kan dit en wat kan eraan gedaan worden?

link is: http://www.belgianseawater.be

Thx voor de info