https://www.icyphoenix.com/viewtopic.php?f=29&t=6535 ----------------------------------- Informpro Wed 07 Oct, 2009 17:35 Bug In Administration ----------------------------------- Hello, bug: ACP > Forum > Prune Overview > Click on a forum, and [quote]Not Found The requested URL //admin/admin_forums.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/quote] ----------------------------------- Lopalong Thu 08 Oct, 2009 13:25 Re: Bug In Administration ----------------------------------- Try This: /adm/admin_prune_overview.php Find: $forum_url = append_sid(IP_ROOT_PATH . '/admin/admin_forums.' . PHP_EXT . '?mode=editforum&f=' . $forums[$i]['forum_id']); Replace With: $forum_url = append_sid(IP_ROOT_PATH . 'adm/admin_forums.' . PHP_EXT . '?mode=editforum&f=' . $forums[$i]['forum_id']); ----------------------------------- Informpro Thu 08 Oct, 2009 13:41 Re: Bug In Administration ----------------------------------- I have already fix this bug, I just want to show the bugs ;p ----------------------------------- Chaotic Thu 08 Oct, 2009 20:13 Re: [BUG] Bug In Administration ----------------------------------- Thanks for reporting. Moving to BUGS forum. ----------------------------------- Mighty Gorgon Wed 21 Oct, 2009 00:32 Re: [BUG] Bug In Administration ----------------------------------- Thanks, I have fixed this.