the edits you have made are not correct. please go over the edits one more time for this particular file.Nava1993 wrote:FIle includes\functions_admin.phpCode: Select all
Parse error: parse error in C:\xampp\htdocs\forum\includes\functions_admin.php on line 1765
Help me, I can't go to ACPCode: Select all
1760 delete_topics('topic_id', $delete_topic_ids, false); 1761 unset($delete_topics, $delete_topic_ids); 1762 } 1763 1764 $sql = 'SELECT p.post_id, p.topic_id, p.post_approved, p.poster_id, p.post_subject, p.post_username, p.post_time, u.username, u.user_colour, u.user_avatar, u.user_avatar_type, u.user_avatar_width, u.user_avatar_height, u.user_avatar, u.user_avatar_type, u.user_avatar_width, u.user_avatar_height 1765 $forum_data[$forum_id]['last_poster_avatar'] = $post_info[$data['last_post_id']]['user_avatar']; 1766 $forum_data[$forum_id]['last_poster_avatar_type'] = $post_info[$data['last_post_id']]['user_avatar_type']; 1767 $forum_data[$forum_id]['last_poster_avatar_width'] = $post_info[$data['last_post_id']]['user_avatar_width']; 1768 $forum_data[$forum_id]['last_poster_avatar_height'] = $post_info[$data['last_post_id']]['user_avatar_height']; 1769 1770 FROM ' . POSTS_TABLE . ' p, ' . USERS_TABLE . ' u