Hello,
I setup a error log, and have found that the error that occurs when I try to save a group is possibly an error of memory allocation for PHP WordPress.
"Allowed memory size of xxxxxx bytes exhausted".
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 7680 bytes) etc..
I tried a fix I found in forums to add:
define('WP_MEMORY_LIMIT', '64M');
to the wp-config file, but this has not helped. (tried 64M first, then 128M)
-
I am trying to talk to where we host, to see if I need to move to another server with cPanel.
Thanks,
Kristen