SQL Error nach Installation von 3.0.6
Verfasst: 02.03.2010 15:43
Hallo nach der Installation von der Version 3.0.6 habe nun nach dem schreiben eines neuen Beitrages folgende Fehlermeldung:
SQL ERROR [ mysql4 ]
Unknown column 'g.group_skip_auth' in 'where clause' [1054]
SQL
SELECT ug.user_id, a.forum_id, a.auth_setting, a.auth_option_id, ao.auth_option FROM phpbb_acl_groups a, phpbb_user_group ug, phpbb_groups g, phpbb_acl_options ao WHERE a.auth_role_id = 0 AND a.auth_option_id = ao.auth_option_id AND a.group_id = ug.group_id AND g.group_id = ug.group_id AND ug.user_pending = 0 AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1) AND ug.user_id = 56 AND a.forum_id = 1 AND ao.auth_option = 'f_read'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/auth.php
LINE: 637
CALL: dbal_mysql->sql_query()
FILE: includes/auth.php
LINE: 351
CALL: auth->acl_raw_data()
FILE: includes/functions_posting.php
LINE: 1265
CALL: auth->acl_get_list()
FILE: includes/functions_posting.php
LINE: 2588
CALL: user_notification()
FILE: posting.php
LINE: 1108
CALL: submit_post()
Was ist das und wer kann mir helfen.
Gruß Markus
SQL ERROR [ mysql4 ]
Unknown column 'g.group_skip_auth' in 'where clause' [1054]
SQL
SELECT ug.user_id, a.forum_id, a.auth_setting, a.auth_option_id, ao.auth_option FROM phpbb_acl_groups a, phpbb_user_group ug, phpbb_groups g, phpbb_acl_options ao WHERE a.auth_role_id = 0 AND a.auth_option_id = ao.auth_option_id AND a.group_id = ug.group_id AND g.group_id = ug.group_id AND ug.user_pending = 0 AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1) AND ug.user_id = 56 AND a.forum_id = 1 AND ao.auth_option = 'f_read'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: includes/auth.php
LINE: 637
CALL: dbal_mysql->sql_query()
FILE: includes/auth.php
LINE: 351
CALL: auth->acl_raw_data()
FILE: includes/functions_posting.php
LINE: 1265
CALL: auth->acl_get_list()
FILE: includes/functions_posting.php
LINE: 2588
CALL: user_notification()
FILE: posting.php
LINE: 1108
CALL: submit_post()
Was ist das und wer kann mir helfen.
Gruß Markus