Hi,
I was able to upgrade from the German version 3.05 to the English version 3.1 automatically. But if I try to upgrade my German version 3.05 to the German version 3.1, I receive an error:
Fatal error: Out of memory (allocated 29360128) (tried to allocate 3464690 bytes) in [PATH]/wp-includes/class-http.php on line 1426
Therefore I am not able to upgrade my installation. Is this a bug in the German version or is it just a mistake I have made?
Michael
Maybe not all the files got uploaded correctly.
Do a manual upgrade by using FTP or whatever file management application your host provides.
I've encountered the same error while trying to import content from another blog using TOOLS | IMPORT
I've imported contents many many times and never encountered problems or some that I could not solve.
The import file only has 11 posts and this is new blog. There's no reason I should get this error:
Fatal error: Out of memory (allocated 31719424) (tried to allocate 6238010 bytes) in /homepages/28/d184612503/htdocs/mllemartini.com/master/wp-includes/class-http.php on line 1426
Suggestions?
try this:
1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.
2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
3. Increase the memory limit via wp-config.php (e.g. define('WP_MEMORY_LIMIT', '64MB');)
Hello,
thank you for this hints.
You are right: the first and the second method did not work because of my host.
Then I added the line to increase the required memory in the wp config directly. Then I received following error:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 19456 bytes) in [PATH]/wp-includes/functions.php on line 1208
So, I think that we need a different approach to solve the problem.
Michael
ivarsmas
Member
Posted 1 year ago #
Hi all,
I have found here the solution to my problem, hope this help you.
Bye
Miguel Angel Ivars Mas