Guest maxlife Posted February 7, 2011 Report Posted February 7, 2011 I was trying to make multiple autoblogs uisng wordpress - each blog has new blog templates, massive passive profits and power autoblog profits plugins; was about to do my 6th when I got this error message Fatal error: Out of memory (allocated 66846720) (tried to allocate 35 bytes) in /home/maxlife/public_html/healthydinnerrecipesreview.com/wp-includes/meta.php on line 311 I tried to add a line ini_set(“memory_limit”,”128M“); at the top of the problematic php file (meta.php) . I've also edited the .htaccess file from the root and wordpress folder in question, but didn't solve it. Then I did the same to wp-config and wp-settings, not solved either. Has anyone experienced this before? Do I really have to upgrade already to VPS (as I'm not yet ready for this)? Or is there a work-around this? Please help, been on this for 2 days already, such a show-stopper Thanks in advance Quote
Guest maxlife Posted February 8, 2011 Report Posted February 8, 2011 OK, my problem just got solved!!! Got it from this http://wordpress.org/support/topic/fata ... st-1929111, thought I'd share it with you guys : THIS TO BE ENTERED IN THE WP-CONFIG FILE WHICH IS IN THE ROOT OF THE WORDPRESS SETUP: ENTER AFTER: define('ABSPATH', dirname(__FILE__).'/'); THE FOLLOWING: define('WP_MEMORY_LIMIT', '64M'); I ALSO CREATED A PHP.INI WHICH I UPLOADED TO THE PLUGIN FOLDER IN WP-CONTENT: memory_limit = 128M; Maximum amount of memory a script may consume (64MB) max_execution_time = 45; upload_max_filesize = 10M; post_max_size = 20M; Hope this helps! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.