gdy klikam w profil dowolnego uzytkownika nie otwiera się strona z nim lecz to
Kod:
sql_query($sql)) ) { message_die(GENERAL_ERROR, 'Could not obtain ranks information', '', __LINE__, __FILE__, $sql); } $ranksrow = array(); while ( $row = $db->sql_fetchrow($result) ) { $ranksrow[] = $row; } $db->sql_freeresult($result); // // Output page header and profile_view template // $template->set_filenames(array( 'body' => 'profile_view_body.tpl') ); make_jumpbox('viewforum.'.$phpEx); // // Calculate the number of days this user has been a member ($memberdays) // Then calculate their posts per day // $regdate = ..........
nie wklejam całego bo jest tego kupa. Co z tym zrobić?