Reply To: Cannot create search forms

#771
Seth Boston
Seth Boston
Participant

Just to update, I have found the problem with Multisite install. It has to do with:

<pre class=”lang:default decode:true ” >if (isset($wpdb->base_prefix)) {
$_prefix = $wpdb->base_prefix;
} else {
$_prefix = $wpdb->prefix;
}
If i set all instances to “$_prefix = $wpdb->prefix;” it works just fine.

Also I noticed there was a 2.0 update, could I get a copy?

Cheers