Out of Memory when updating to 3.0.3
-
When trying to update from 3.0.2 to 3.0.3 we constantly get this error:
Fatal error: Out of memory (allocated 16777216) (tried to allocate 2975715 bytes) in /home/manapool/public_html/wp-includes/class-http.php on line 1406I’ve read hundreds of topics about this and followed all advice in regards to ensuring PHP has anough memory allocated in php.ini, wordpress itself has it specifically defined. htaccess, etc. The works.
The odd thing is – we already had 32M set in php.ini – and even when increasing it to 64M the issue remains.
memory_limit 64M 64M
phpinfo(); states we have 64M available, WordPress also states that – but the error remains when updating.
* PHP Version : 5.3.3 / 32Bit OS
* Memory limit : 64 MByte
* Memory usage : 8.04 MByteI’m completely at a loss here, we have tried to resolve it for 3 days. I’ve got a systems administrator looking at it who is also baffled, we tried restarting the server, restarting apache, everything. Even when everything claims we only have 7M in use, as soon as we hit update – the script fails and claims we only have 16M and that there isn’t the available 3M to update. It just doesn’t make sense!
Anyone who can provide insight – it would be VERY welcome.
- The topic ‘Out of Memory when updating to 3.0.3’ is closed to new replies.