Forum Replies Created
-
In reply to: default crop avatar selection is not working
I’m with @tfirma2000 still experiencing the same behavior. Any other suggestions?
In reply to: Email Activation not being sent in upgraded BP 1.2.2I’m +1 on the need for a solution too. I seem to always get the email without it going to spam. I also notice some repeat spam / sploggers in the email addresses. I have used WP-Activate-Users but I’d like an option to resend the activation or delete them.
In reply to: How Much Memory to set for PHP with VPSOh, I forgot to add, we have about 150 users in the members area of BP.
Thanks, Mike…
In reply to: Scheduled Posts failing and Out of Memory ErrorsSo no one has an answer? Anyone want to propose a project for fixing this for me? Email me mike[at]leadchangegroup[dot]com. I need this fixed.
In reply to: Scheduled Posts failing and Out of Memory ErrorsThe php.ini file has:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (16MB)And in wp_config.php the following settings exist (I don’t know why they’re different…)
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘WP_MEMORY_LIMIT’, ‘640M’);
ini_set(‘memory_limit’, ‘640M’);I installed the GD Press plugin to report info like this and it says:
PHP memory used: 52.4 MB
Memory Limit: 256MAnd, when I look at the PHP configuration in CPanel, it says the memory_limit is -1
The php.ini file is in the top level directory of my hosting account and in the top level directory of my domain.
Shouldn’t these all be the same?