Here’s one of the error messages (I’ve removed IP addresses and paths):
[Fri Jun 03 12:41:34 2011] [error] [client ...] FastCGI: server “/var/www/fcgi/php-cgi” stderr: PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /[...]/wp-admin/includes/upgrade.php on line 1474
It looks like Buddypress is trying to use more than 32MB, which is the amount allocated to my server. I’m not sure if I can change this as it’s a shared host? Is there any way around this?