Code: Alles auswählen
Critical Error
FIND FAILED: In file [viewtopic.php] could not find:
$is_auth = auth(AUTH_ALL, $forum_id, $userdata, $forum_topic_data);
if( !$is_auth['auth_view'] || !$is_auth['auth_read'] )
{
if ( !$userdata['session_logged_in'] )
{
$redirect = ( isset($post_id) ) ? POST_POST_URL . "=$post_id" : POST_TOPIC_URL . "=$topic_id";
$redirect .= ( isset($start) ) ? "&start=$start" : '';
redirect(append_sid("login.$phpEx?redirect=viewtopic.$phpEx&$redirect", true));
}
$message = ( !$is_auth['auth_view'] ) ? $lang['Topic_post_not_exist'] : sprintf($lang['Sorry_auth_read'], $is_auth['auth_read_type']);
message_die(GENERAL_MESSAGE, $message);
}
MOD script line #3165 :: FAQ :: Report
CRITICAL ERROR: Could not modify [viewtopic.php]
Kann mir jemand sagen was ich da machen muss?
bin leider dem Englischen nicht so m�chtig. Weshalb ich die l�sung auf http://phpbb.com nicht finden konnte
MfG
Feuerwolf