08 Jan, 2009
Call for help – strange search problems
Posted by: Jennifer In: Call for help|WordPress|WordPress Hacks
It's been a while since I made a plea for help on here. But this time I'm really stumped.
Here's the short story:
A brand new clean install of wordpress – no plugins, no posts even except the default post. No funky characters in the blogs name. As plain vanilla as you can get. Run a search that BEGINS with the letter "d" and it hangs.
I thought it might be a wordpress 2.7 issue, so I tried installing an older version of wordpress. Nope. Same problem.
In this case the hosting is a dedicated virtual server account with Media Temple. (for a client). I have other clients hosted on Media Temple (different accounts) that run wordpress and none of them are having this problem.
There was a workaround posted on the support forums, basically in the search form tag I changed it from this:
<form method="get" action="<?php bloginfo('url'); ?>/">
to this:
<form method="get" action="<?php bloginfo('url'); ?>/index.php">
and magically it works. But doesn't that seem kind of strange. Any other search went through fine – why the letter "d". And what's also strange is that Media Temple support reps did NOT have this problem – not unless they used a proxy server. ?!?!