Fehlermeldung nach Einbau von birthday_1.6.3 mod
Verfasst: 20.09.2007 17:48
Hallo habe versucht einen Geburtstagsmod einzubauen in mein Forum.
Nun bekomme ich wenn ich in den Adminbereich gehe diese Fehlermeldung:
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/fincareptilia/admin/admin_board.php on line 240
Hier die Stelle wo der Fehler sein soll:
"L_OVERRIDE_STYLE" => $lang['Override_style'],
"L_OVERRIDE_STYLE_EXPLAIN" => $lang['Override_style_explain'],
"L_DEFAULT_LANGUAGE" => $lang['Default_language'],
"L_DATE_FORMAT" => $lang['Date_format'],
"L_SYSTEM_TIMEZONE" => $lang['System_timezone'],
"L_ENABLE_GZIP" => $lang['Enable_gzip'],
"L_ENABLE_PRUNE" =>// Start add - Birthday MOD
"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
"L_MAX_USER_AGE" => $lang['Max_user_age'],
"L_MIN_USER_AGE" => $lang['Min_user_age'],
"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD $lang['Enable_prune'],
"L_ALLOW_HTML" => $lang['Allow_HTML'],
"L_ALLOW_BBCODE" => $lang['Allow_BBCode'],
"L_ALLOWED_TAGS" => $lang['Allowed_tags'],
und hier:
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/fincareptilia/includes/usercp_viewprofile.php on line 226
'LOCATION' => ( $profiledata['user_from'] ) ? $profiledata['user_from'] : ' ',
'OCCUPATION' => ( $profiledata['user_occ'] ) ? $profiledata['user_occ'] : ' ',
'INTERESTS' =>// Start add - Birthday MOD
'BIRTHDAY' => $user_birthday,
// End add - Birthday MOD ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
'AVATAR_IMG' => $avatar_img,
Desweiteren habe ich das Desertstorm Template und kann in drei Dateien keine Aenderungen machen, da ich die angegebene Stelle nicht finde und zwar in der
templates/subSilver/admin/user_edit_body.tpl
templates/subSilver/viewtopic_body.tpl
und in
templates/subSilver/index_body.tpl
templates/subSilver/profile_add_body.tpl
Hier gibt es drei Stellen die wohl nur in Subsilver sind aber nicht im Desertstorm Template zu finden.
Koennte mir da jemand helfen?
Gruss Micha
Nun bekomme ich wenn ich in den Adminbereich gehe diese Fehlermeldung:
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/fincareptilia/admin/admin_board.php on line 240
Hier die Stelle wo der Fehler sein soll:
"L_OVERRIDE_STYLE" => $lang['Override_style'],
"L_OVERRIDE_STYLE_EXPLAIN" => $lang['Override_style_explain'],
"L_DEFAULT_LANGUAGE" => $lang['Default_language'],
"L_DATE_FORMAT" => $lang['Date_format'],
"L_SYSTEM_TIMEZONE" => $lang['System_timezone'],
"L_ENABLE_GZIP" => $lang['Enable_gzip'],
"L_ENABLE_PRUNE" =>// Start add - Birthday MOD
"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
"L_MAX_USER_AGE" => $lang['Max_user_age'],
"L_MIN_USER_AGE" => $lang['Min_user_age'],
"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD $lang['Enable_prune'],
"L_ALLOW_HTML" => $lang['Allow_HTML'],
"L_ALLOW_BBCODE" => $lang['Allow_BBCode'],
"L_ALLOWED_TAGS" => $lang['Allowed_tags'],
und hier:
Parse error: syntax error, unexpected T_DOUBLE_ARROW, expecting ')' in /usr/export/www/vhosts/funnetwork/hosting/fincareptilia/includes/usercp_viewprofile.php on line 226
'LOCATION' => ( $profiledata['user_from'] ) ? $profiledata['user_from'] : ' ',
'OCCUPATION' => ( $profiledata['user_occ'] ) ? $profiledata['user_occ'] : ' ',
'INTERESTS' =>// Start add - Birthday MOD
'BIRTHDAY' => $user_birthday,
// End add - Birthday MOD ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
'AVATAR_IMG' => $avatar_img,
Desweiteren habe ich das Desertstorm Template und kann in drei Dateien keine Aenderungen machen, da ich die angegebene Stelle nicht finde und zwar in der
templates/subSilver/admin/user_edit_body.tpl
templates/subSilver/viewtopic_body.tpl
und in
templates/subSilver/index_body.tpl
templates/subSilver/profile_add_body.tpl
Hier gibt es drei Stellen die wohl nur in Subsilver sind aber nicht im Desertstorm Template zu finden.
Koennte mir da jemand helfen?
Gruss Micha