Hi
can you help me? I keep getting this message when I try to install the latest version of wp....
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3097329 bytes) in /home/smboost/public_html/wp-includes/class-http.php on line 1426
any help would be great.
1. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define('WP_MEMORY_LIMIT', '128M');
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 128M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
3. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M
Talk to your host.
Thanks Samuel.
I am sucha an amatuer at this that I'm not sure where to go to do these things.....
I have attempted too, but at the same time and scared I will stuff something up. I have emaioled your suggestions to my host to see if they can fix the problem? Thank you again for your help.