Index: bp-themes/bp-default/search.php
===================================================================
--- bp-themes/bp-default/search.php	(revision 3275)
+++ bp-themes/bp-default/search.php	(working copy)
@@ -55,7 +55,7 @@
 			<?php else : ?>
 
 				<h2 class="center"><?php _e( 'No posts found. Try a different search?', 'buddypress' ) ?></h2>
-				<?php locate_template( array( '/searchform.php'), true ) ?>
+				<?php get_search_form() ?>
 
 			<?php endif; ?>
 
Index: bp-themes/bp-default/index.php
===================================================================
--- bp-themes/bp-default/index.php	(revision 3275)
+++ bp-themes/bp-default/index.php	(working copy)
@@ -50,7 +50,7 @@
 				<h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2>
 				<p class="center"><?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'buddypress' ) ?></p>
 
-				<?php locate_template( array( 'searchform.php' ), true ) ?>
+				<?php get_search_form() ?>
 
 			<?php endif; ?>
 		</div>
Index: bp-themes/bp-default/archive.php
===================================================================
--- bp-themes/bp-default/archive.php	(revision 3275)
+++ bp-themes/bp-default/archive.php	(working copy)
@@ -57,7 +57,7 @@
 			<?php else : ?>
 
 				<h2 class="center"><?php _e( 'Not Found', 'buddypress' ) ?></h2>
-				<?php locate_template( array( 'searchform.php' ), true ) ?>
+				<?php get_search_form() ?>
 
 			<?php endif; ?>
 
