Edited:
First I noticed that get_footer was not getting loaded on wp pages in the home theme. After more inspection. I noticed that it also wont load on wp-signup, and users have complained that activation emails are not being sent out.
Its all falling apart and I have no idea why since I havent edited anything in weeks and it just started a few days ago. Error logs show nothing.
Also,
<?php
$stats = get_sitestats();
print "".$stats[ 'users' ]."";
?>
stopped counting :( I dont know what the hell.
Are you using a default theme or a custom created theme?
Ok, just checked again and activations mails are sent out, and the blog count got updated.
But, the footer still is not showing up.
I am using a custom home theme, and it all worked up to about 2-3 days ago.
Edit: bbpress wont load the footer either. Now I really have no idea whats going on.
Ok, found the problem. I have an include in the footer, and its making all the footer not show up. Weird, it used to work just fine.