1and1, which I use for hosting, upgraded to PHP 5.2 last night. I was able to patch Drupal for the session handling issues that crop up as discussed in other threads, and that went great, but after doing so, I'm now having memory allocation problems each time I try to create new content. Since I've never had memory allocation problems before, I have to believe the problem stems from the upgrade, so I called 1and1, and you can probably guess how that went (the support person didn't even know what memory allocation is and kept telling me that I had plenty of disk and MySQL space left on the account!). I haven't been able to find any other posts here about memory allocation issues associated with a PHP upgrade and I don't have a clue how to proceed... A typical message is as follows:
Fatal error: Out of memory (allocated 35913728) (tried to allocate 1920 bytes) in /homepages/.../includes/image.inc on line 225
Help please!
Thanks in advance,
G^2
Comments
i'm getting memory
i'm getting memory allocation issues on the views module - anyone know if there are any patched for php5.2???
Increase memory limit
Have you tried increasing you memory limit as described in the FAQ? It is possible that with the PHP upgrade your provider changed the default memory limit.
-- Sutha
-- Erik
i've got it set at 80Mb in
i've got it set at 80Mb in my php.ini, which is showing as set in the php.info file