I get empty dashboard after a clean new install of latest wordpress version (2.8) on my ubuntu server (I installed it from the same latest.zip on windows locally and it worked fine.)
Dashboard appears only after the first login, with the "change your initial password" message, but on any click or login after that it's just an empty page.
I tried some solutions I found here, but deleting all plugins (meaning akismet and dolly, since it's clean install) or increasing memory limit in both php and wordpress configs to 64M doesn't help, and there is nothing at all in php error log.
I've commented call_user_func line in do_meta_boxes function in wp-admin/includes/template.php so I can login to my admin, but that removes the content of dashboard widgets, leaving me only with the menu.
It's better than completely empty dashboard, but I'd like to have some dashboard widgets... any ideas?
Is there anything I need to install or uninstall on the server or change anything in the server configuration (I can do it, it's mine :)