[phpBB] Erreur dans l'administration
j'ai uploader les fichiers du forum dans le serveur
dans le panneau de controle de l'administrateur, quand je veux accéder au forums j'ai l'erreur suivante:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Erreur générale
SQL ERROR [ mysql4 ]
Unknown column 'r.pm_id' in 'where clause' [1054]
SQL
SELECT COUNT(r.report_id) AS total FROM phpbb_reports r, phpbb_posts p WHERE r.post_id = p.post_id AND r.pm_id = 0 AND r.report_closed = 0 AND p.forum_id IN (0, 11, 14, 3, 12, 4, 5, 6, 7, 8, 9, 10, 13, 15)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/mcp/mcp_front.php
LINE: 163
CALL: dbal_mysql->sql_query()
FILE: includes/mcp/mcp_main.php
LINE: 143
CALL: mcp_front_view()
FILE: includes/functions_module.php
LINE: 507
CALL: mcp_main->main()
FILE: mcp.php
LINE: 244
CALL: p_master->load_active() |
c'est du à quoi?
j'ai aussi l'erreur suivante:quand je clique sur gérer les forums
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| Erreur générale
SQL ERROR [ mysql4 ]
Unknown column 'forum_options' in 'field list' [1054]
SQL
SELECT forum_id, forum_name, parent_id, forum_type, forum_flags, forum_options, left_id, right_id FROM phpbb_forums ORDER BY left_id ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/functions_admin.php
LINE: 73
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_forums.php
LINE: 755
CALL: make_forum_select()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_forums->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active() |