Hey,
what can I do then for the Big problem Memory Limit
1- I upgrade my own vps hosting to 1500 MB ram
2- I edit php.ini to make memory limit =-1 (Unlimited Memory)
3- Edit config and htaccess with the code found in every memory limit topic here
codes:
define('WP_MEMORY_LIMIT', '250M');
php.in
memory_limit = 250MB
problems:
when edit my post i found this message
Fatal error: Out of memory (allocated 20709376) (tried to allocate 77824 bytes) in /home/SITE/public_html/wp-admin/admin-header.php on line 119
some plugin activation
Plugin could not be activated because it triggered a fatal error.
Fatal error: Out of memory (allocated 20709376) (tried to allocate 77824 bytes) in /home/review/public_html/wp-content/plugins/
what can I do then????
I have 5 sites with wordpress all have the same problem from version 3.0.1 to version 3.0.4
I have access to whm ( I have my own 1500 MB ram VPS Hosting)
Thanks