Code: Alles auswählen
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in htdocs\phpbb\includes\usercp_register.php on line 526
Code: Alles auswählen
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in htdocs\phpbb\includes\usercp_register.php on line 526
Code: Alles auswählen
$sql = "UPDATE " . USERS_TABLE . "
$user_title = ( $allow_custom_rank ) ? ', user_custom_rank = \''.str_replace("\'", "''", $custom_rank).'\'' : '';
Code: Alles auswählen
$user_title = ( $allow_custom_rank ) ? ', user_custom_rank = \''.str_replace("\'", "''", $custom_rank).'\'' : '';
$sql = "UPDATE " . USERS_TABLE . "
Code: Alles auswählen
user_interests = '" . str_replace("\'", "''", $interests) . "'
Code: Alles auswählen
user_interests = '" . str_replace("\'", "''", $interests) . "',
Code: Alles auswählen
Could not update users table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' user_custom_rank = 'Klapsenleiter', user_sig = '', user_sig_bb
UPDATE phpbb_users SET user_email = 'eljoop@gmx.at', user_icq = '', user_website = '', user_occ = '', user_from = '', user_interests = '', , user_custom_rank = 'Klapsenleiter', user_sig = '', user_sig_bbcode_uid = '', user_viewemail = 1, user_aim = '', user_yim = '', user_msnm = '', user_attachsig = 0, user_allowsmile = 1, user_allowhtml = 0, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 0, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 1, user_dateformat = 'd.m.Y, H:i', user_lang = 'german', user_style = 1, user_active = 1, user_actkey = '' WHERE user_id = 2
Line : 531
File : htdocs\phpbb\includes\usercp_register.php
Ja,wenn ich versuch sie nochmal zu machen kommt das hierAndy120 hat geschrieben:hi...
Wurde die DB Update Datei ausgeführt?
Gruss, Andy
Code: Alles auswählen
Tabelle konnte nicht angepasst werden.
Zur Hauptseite zurückkehren.
DEBUG MODE
SQL Error : 1060 Duplicate column name 'user_custom_rank'
ALTER TABLE phpbb_users ADD user_custom_rank VARCHAR(50) AFTER user_rank, ADD user_allow_rank TINYINT(1) default '1' AFTER user_custom_rank
Line : 70
File : C:\Programme\xampp\htdocs\phpbb\db_update.php
Code: Alles auswählen
$user_title = ( $allow_custom_rank ) ? ', user_custom_rank = \''.str_replace("\'", "''", $custom_rank).'\'' : '';
Code: Alles auswählen
$user_title = ( $allow_custom_rank ) ? ' user_custom_rank = \''.str_replace("\'", "''", $custom_rank).'\'' : '';