claireshack
Member
Posted 2 years ago #
My fatal error message is different than the others I saw posted already. Here's the message I get:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355395 bytes) in /home/kneedeep/public_html/wp-includes/http.php on line 1331
I have reinstalled the entire wp-includes file, but I still get the same message. I don't think it's a server memory issue. Please advise.
Thanks
mossyoak
Member
Posted 2 years ago #
That's same message I got- try disabling your plugins then upgrading it, that worked for me.
grumpyaccoutant
Member
Posted 2 years ago #
sorry this if off subject but this is the problem I have when trying to install 2.8.2 to my website:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/44/d157680109/htdocs/Wordpress/wp-config.php on line 46
any ideas?
grumpyaccoutant
Member
Posted 2 years ago #
and here's what I get when I install 2.8.1
Parse error: syntax error, unexpected T_STRING in /homepages/44/d157680109/htdocs/Wordpress/wp-config.php on line 45
lines 45 and 46 of wp-config.php seem to relate to authentication codes. when those codes are removed or modified without the random number generator, 2.8.1 installs.
You need to change those secret keys to something unique and random.
Go here: http://api.wordpress.org/secret-key/1.1/
That will generate unique keys, just for you, randomly. Copy and paste them into place. You don't have to remember them or anything, it's just an internal security measure.
claireshack
Member
Posted 2 years ago #
Thank you Mossyoak! It worked like a charm. It must be a particular plug-in because I updated three others with no problems. I'll have to see which plug-in I have on the one site that is not on the others.
I appreciate you help.
thomasjbake
Member
Posted 2 years ago #
Thanks. Worked perfect for me too.