Cześć. Mojemu kumplowi rozjechał się nagle index.php
Błąd brzmi następująco:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/accounts_w/wiewiorek567/public_html/forum/index.php on line 728
Parse error: syntax error, unexpected $end, expecting ']' in /home/accounts_w/wiewiorek567/public_html/forum/index.php on line 728
Znalazłem linijkę 728 i wygląda na uciętą. daję kawałek wyżej, żeby całość miała sens:
$template->assign_vars(array(
'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts) . ', ' . $lang['topics'] . ' <b>' . get_db_stat('topiccount') . '</b>',
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid") . '" class="gensmall">', $newest_user, '</a>'),
'USERS_OF_THE_DAY_LIST' => ($board_config['u_o_t_d'] && $userdata['u_o_t_d']) ? sprintf($lang['Day_users'], $board_config['last_visitors_time']) . ' ' . $day_userlist : '',
'LOGGED_IN_USER_LIST' => $online_userlist,
'TOTAL_USERS_ONLINE' => $l_online_users,
'RECORD_USERS' => sprintf($lang['Record_online_users'],
$board_config['reco
Wiemy, żeby na końcu dodać '] , ale słowo najprawdopodobniej jest ucięte. Nie wiemy jakie to. Proszę o odpowiedź.
Po wpisaniu '] wyskakuje
Parse error: syntax error, unexpected $end in /home/accounts_w/wiewiorek567/public_html/forum/index.php on line 728
Więc to na bank ucięte słowo. Miło by bylo gdyby ktoś wiedział jakie.
już nic.