seit kurzem versuche ich mein Forum auf den neusten Stand zu bringen. Aber immer wieder kommt es zu folgendem Fehler:
Die Datenbank wird auf die neueste Version aktualisiert
Code: Alles auswählen
Datenbanktyp :: mysql4
Vorherige Version :: 3.0.7-PL1
Aktualisierte Version :: 3.0.8
Datenbankstruktur wird aktualisiert
Fortschritt :: Kein Update notwendig
Daten werden aktualisiert
Fortschritt :: . . . . . . . . . . SQL ERROR [ mysql4 ]
Unknown column 'user_robbery_pm' in 'field list' [1054]
SQL
INSERT INTO phpbb_users (username, username_clean, user_password, user_pass_convert, user_email, user_email_hash, group_id, user_type, user_permissions, user_timezone, user_dateformat, user_lang, user_style, user_actkey, user_ip, user_regdate, user_passchg, user_options, user_new, user_points, user_robbery_pm, user_inactive_reason, user_inactive_time, user_lastmark, user_lastvisit, user_lastpost_time, user_lastpage, user_posts, user_dst, user_colour, user_occ, user_interests, user_avatar, user_avatar_type, user_avatar_width, user_avatar_height, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_message_rules, user_full_folder, user_emailtime, user_notify, user_notify_pm, user_notify_type, user_allow_pm, user_allow_viewonline, user_allow_viewemail, user_allow_massemail, user_sig, user_sig_bbcode_uid, user_sig_bbcode_bitfield, user_form_salt) VALUES ('Bing [Bot]', 'bing [bot]', '', 0, '', '00', '6', 2, '', 0, 'D j. M Y, H:i', 'de', '6', '', '', 1300891865, 1300891865, 1919, 0, 0, '', 0, 0, 1300891865, 0, 0, '', 0, 0, '9E8DA7', '', '', '', 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 1, 1, 1, 0, '', '', '', '886da97bf7e57788')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_user.php
LINE: 273
CALL: dbal_mysql->sql_query()
FILE: install/database_update.php
LINE: 1781
CALL: user_add()
FILE: install/database_update.php
LINE: 398
CALL: change_database_data()
Ich hatte bisher nie Probleme, auch beim benutzen des Forum.
Wenn ich den Debug-Mode anschalte kommt folgende Fehlermeldung:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1074: Undefined variable: pointslock
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1075: Undefined variable: banklock
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1076: Undefined variable: has_account
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1186: Undefined variable: pointslock
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1187: Undefined variable: banklock
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1188: Undefined variable: has_account
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 69: Undefined index: user_permissions
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 387: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1605: Undefined index: pb_holding
[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 757: Undefined index: display_t_inviter
[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 761: Undefined index: display_p_inviter
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4408: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4410: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4411: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4412: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3526)
Ich hoffe, es kann einer helfen.
Gruß,
Luuq