can someone help me with this: i get this error and the autoblogged is not working any more, when i press process now in autoblogged i get this: Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 72 bytes) in /home/mysite/public_html/futureofsolarpanels/wp-content/plugins/autoblogged/simplepie.php on line 8613 the date is still jan1 hmmm any clue,why.... thanks
I would make sure to update to the latest version of AutoBlogged (I use this software too). I know there was an SQL issue with the plugin with a latter version (not that latest though). If that doesn't work, send Mark at Autoblogged an email using their support system. If that fails, perhaps contact your web host to help you find the reason. Good luck! - Scott
You will need to edit your servers php.ini setting to allow more memory. Or, you can try adding php_value memory_limit "64M" into your .htaccess file.
Edit the php.ini file and increase the memory limit. The php config file should be in the /etc/ directory on the server. What it boils down to, php has run out of memory. Just edit the php config file and increase the memory limit.
okay,, this is what i have in the .htaccess: in the folder where i have that site, # Use PHP5CGI as default <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> <IfModule mod_php5.c> php_value upload_max_filesize 64M </IfModule> but it was 8m,,before, as for php.ini i have only one in main root for all sites line 232 memory_limit=1000m line 373 post_max_size=1000m line 486 upload_max_filesize=1000m hmmm,,maybe is there anything else,,, this is happening to only one blog,,all other working fine! thanks
still did not fix the problem. i m trying to update wordpress, i have increase to 128 mb and still get this error from all blogs >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Allowed memory size of 31457280 bytes exhausted (tried to allocate 2516581 bytes) in /home/mysite/public_html/mysite/wp-includes/http.php on line 1324 >>>>>>>>>>>>>>>>>>>>>>>>>>>> thanks
This tells me that your PHP memory is only set to 31mb. I am guessing you are trying to edit your memory size via .htaccess. Your host probably has this method disabled. You need to edit your php.ini with a higher memory level, or most likely contact your host and have them increase it. BTW, how many plugins are you running? It may help to disable some of them.
i run about 12 plugins and i did the edit in php.ini to 128mb,,that what my support told me ,but still i get the error.. i attach the file if you want to take a look, thanks
Change this: memory_limit = 256mb to this: memory_limit = 100M You may also have to restart apache for changes to take affect, not sure how it works on a shared server.
no,luck man,, i did change to that,, also i talk to support again and they said to put php5(single) ,php.ini on main root,,and then .htacess to every folder where i have the blog domains, with this: >>>>>>>>>>>>>>>>>>>>>>>>>>> # Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php >>>>>>>>>>>>>>>>>>>>>>>>>>>> and change that to 100M and still same ,error,, im lost with this ,,this is casing some errors in posting also, thanks