Immediate crash after activation:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/customers/mysitename/public_html/wp-admin/includes/user.php on line 78
Immediate crash after activation:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/customers/mysitename/public_html/wp-admin/includes/user.php on line 78
Resolved. This requires setting
define('WP_MEMORY_LIMIT', '64M');
in wp-config.php
This topic has been closed to new replies.