You could disable plugins and see if that makes any difference: edit you config.php and temporarily add the following line (at the top just under the <?php line):
Code:
define('DISABLE_HOOKS', true);
You could check for errors in log files (or ask your host to do it, if you don't do the server admin yourself). Other than that, it's hard to guess without any more info.