I'm getting frequent site errors these days, usually when submitting new content or running cron php.
Fatal error: Out of memory (allocated 51904512) (tried to allocate 67108865 bytes) in <mysite>/modules/subscriptions/subscriptions.module on line 622
Has anyone else ever seen this before? The only errors I seem to be getting these days are Out of Memory errors, and every one is linked to the subscriptions module. It's getting to the point of frequency where it's impeding the site usability, and I'm about to just turn the module off and forget about it. I tried turning it off to test it out, and all the errors ceased.
Is this a common error, or might it be due to something I'm just doing wrong? Thanks!
Comments
Comment #1
salvisThis was fixed in http://drupal.org/node/149996, but the module was branched to 5.x-2.x-dev just before applying the patch. You can either update to 5.x-2.x-dev (which is still under development and shouldn't be used for production!) or you can apply that patch to your 5.x-1.9.
Comment #2
phasmaphobic commentedThanks for the link. I downloaded and applied the patch (the _0 one on that link) on my test server, Hunks #1 and 2 failed at 164 and 183 respectively. I've attached the rej file.
Comment #3
salvisHmm, this is the first time I look at a .rej file, but I don't see any good reason for failing.
An alternative might be to download subscriptions.module 1.62.2.45.2.1, which should be the same file as what you'd get from applying the patch.
Comment #4
bdragon commented5.x-2.0 is a complete rewrite, therefore any bugs in it are new. All prior releases will be obsolete when 5.x-2.0 final is out. Closing references to bugs in prior releases for this reason. Please help test 5.x-2.0 betas. Thank you!