Fatal Error
Could Not Find Blog!
Searched for cnberg.com/ in cnberg::mu_blogs table. Is that right?
Please check that your database contains the following tables:
* mu_blogs
* mu_users
* mu_usermeta
* mu_site
* mu_sitemeta
* mu_sitecategories
If you suspect a problem please report it to support forums!
how to solve it?
Have you checked your mod_rewrite settings? Is mod_rewrite enabled and working? Have you added the wildcard to the DNS record?
MSN shows over a hundred of these threads covering this error. Most of them show the resolution being an issue with Virtual Hosts not being activiated. My money's on that.
Hood luck,
-drmike
I think the mod_rewrite settings is correct ,because the rest of pages can process.
only these pages which have postfix appear the error
such as
wp-login.php?redirect_to=%2Fwp-admin%2Fimport.php
other pages are well
samchng
Member
Posted 18 years ago #
Check out a post I did before on login problem I had... Try digging last two months.
IS This one?
but... add this to where?
<script type="text/javascript" language="JavaScript">
<!--
function ActionURL(formCheck)
{
var blog = document.loginform.log.value;
var server = 'DOMAIN';
if (formCheck.log.value =="admin") document.loginform.action = ('http://' + server+ '/wp-login.php');
else document.loginform.action = ('http://' + blog + '.' + server+ '/wp-login.php');
return true;
}
// -->
</script>
thank you!!
samchng
Member
Posted 18 years ago #
Yes, it will solve your problems. I have that on home.php and in wp-login.php :)
samchng,thank you very much.
but I don't know how this script works,would you tell me where the script put into?
samchng
Member
Posted 18 years ago #
before login form in home.php and wp-login.php
for home.php you have to add (hardcoding) it in yourself.