Opened 15 years ago
Closed 15 years ago
#2140 closed defect (bug) (no action required)
Can Not Activate Buddy Press
Reported by: | samdamico | Owned by: | |
---|---|---|---|
Milestone: | Priority: | critical | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
Although installed, when trying to activate Buddy Press 1.2.1
I get the following error and BP will not activate.
I have also installed BP template Pack Version 1.0.2
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in /home/content/78/5482178/html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 373
Please advise.
Thank You.
Sam
Note: See
TracTickets for help on using
tickets.
You need to increase your PHP memory limit.
Set this in wp-config.php:
define('WP_MEMORY_LIMIT', '64M');
Read more here:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You might need to bump the number to something higher if you continue to get memory errors.