A więc mam kilka problemów po instalacji mojej forum
Kod:
Could not obtain topic information
DEBUG MODE
SQL Error : 1054 Unknown column 'f.auth_minusp' 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, t.topic_poster, 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_minusp, f.enable_pluspoints, f.enable_minuspoints, f.auth_attachments, f.auth_download, t.topic_attachment, f.raport_on, COUNT(p2.post_id) AS prev_posts FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = 1 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 1 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 : 168
File : viewtopic.php
Najwidoczniej chodzi tutauj o plus_minus dokłądnie nie wiem oco chodzi
I taki błąd
Kod:
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_minusp' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_minusp, a.auth_attachments, a.auth_download, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1
Line : 160
File : auth.php
Nie wiem oco w tym chodzi liczę na waszą pomoc
Znalazłem następny przy zezwoleniach forum
Kod:
Could not update auth table
DEBUG MODE
SQL Error : 1054 Unknown column 'auth_minusp' in 'field list'
UPDATE phpbb_forums SET auth_view = 0, auth_read = 0, auth_post = 0, auth_reply = 0, auth_edit = 1, auth_delete = 1, auth_sticky = 3, auth_announce = 3, auth_vote = 1, auth_pollcreate = 1, auth_minusp = 0, auth_attachments = 3, auth_download = 0 WHERE forum_id = 1
Line : 142
File : admin_forumauth.php
Jecze jeden ;/
Kod:
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : emailer.php
www.forum.helox.pl Forum GSM i nie tylko 
Uwagi moderatora vogiel (dodane 01 Wrz 2005, 11:34):
Ostatnio edytowany przez vogiel 01 Wrz 2005, 11:34, edytowano w sumie 2 razy